I work at The Lens in New Orleans. We want to call the Document Cloud API from PHP (we're on Largo), so I'm working on a wrapper for the API, like this one: http://python-documentcloud.readthedocs.org/en/latest/ but for PHP.
My plan is to start with http://phphttpclient.com/ -- then build an adapter on top of it that will form the interface for calls to the Document Cloud API. From there, I'll build some PHP classes that represent objects in DocumentCloud (ex. Document, Project, etc.).
I'd like to start with unit test integration right off the bat. Do you all use a particular testing framework? I'm familiar with PHPUnit so I'd like to use that one -- but if largo/INN uses a different one I will certainly use that.
Hi Everyone,
I work at The Lens in New Orleans. We want to call the Document Cloud API from PHP (we're on Largo), so I'm working on a wrapper for the API, like this one: http://python-documentcloud.readthedocs.org/en/latest/ but for PHP.
My plan is to start with http://phphttpclient.com/ -- then build an adapter on top of it that will form the interface for calls to the Document Cloud API. From there, I'll build some PHP classes that represent objects in DocumentCloud (ex. Document, Project, etc.).
I'd like to start with unit test integration right off the bat. Do you all use a particular testing framework? I'm familiar with PHPUnit so I'd like to use that one -- but if largo/INN uses a different one I will certainly use that.