Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
In this Discussion
- robriggen May 10
PHP Library w/out Zend
-
The readme file in the batchbook-php repository has an example of how to use the wrapper outside of the Zend Framework.There is a dependency on another ZF component (Zend_Http_Client) but by simply putting the files in your include directory you can utilize it without the overhead of the ZF.I've also ported this to a Kohana module (the ZF dependency remains for now):I hope this is helpful!
