Pickles is a PHP framework for building kick-ass services.
http://picklesphp.com
Wanted to be 100% reliant on the autoloader so I dropped the manual include of pickles.php. Also moved some of the PHP ini logic out of here and baked in some assumptions about environments and settings. Basically anything other than "production" will set display errors to true, production is false. |
||
---|---|---|
src | ||
tests | ||
.coveralls.yml | ||
.gitignore | ||
.travis.yml | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
phpunit.xml | ||
README.md |
PICKLES
Pickles f/k/a PICKLES (PHP Interface Collection of Killer Libraries to Enhance Stuff) is an open source framework for the rapid development of RESTful API systems. The intention of this framework is to allow developers to a means to develop service-oriented backend systems that are completely decoupled from the front end components. Thus allowing the freedom to build the front end implementation(s) using whichever tools they choose, be it Ember.js, Angular.js or some cool new system I’ve yet to hear of.
Thanks
Special thanks to Geoff Oliver for being a long time user and contributor, Justin Davis for romanticizing the v2 reimagining and Dean Jones for helping to come up with the original PICKLES v1 acronym.