Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Twitter

Sign In Register

In this Discussion

Tagged

PHP Library w/out Zend
  • namchivannamchivan February 15
    Hey,

    I was wondering if anyone has any examples on how to apply the PHP library without using ZEND framework? What methods are you using and how are you going about this? 

    Any information will be helpful... 

    Thanks in advance.
  • 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!