fedecarg / apify-library

Apify is a small open source library that delivers new levels of developer productivity by simplifying the creation of RESTful architectures. It helps development teams deliver quality web services and applications in reduced amounts of time. If you are familiar with the Zend Framework, then you already know how to use Apify.
http://www.apifydoc.com
Other
265 stars 49 forks source link

Make Apify a standalone library #24

Open zzarbi opened 10 years ago

zzarbi commented 10 years ago

I Like Apify and the way it's build like ZF1, however one thing "missing" from ZF1is the ability to add more libraries. Technically you can add more libraries but the entire Library folder is kinda a mess already. I transformed all the class of Apify into a Apify Package in the library folder. With this modification you should be able to build your own reusable libraries: /library/MY-PACKAGE/Class.php /library/MY-PACKAGE/Class/Subclass.php