Pickles is a PHP framework for building kick-ass services. http://picklesphp.com
Find a file
Josh Sherman 52c8a730f3 Dropped pickles.ph made some assumptions
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.
2014-09-29 22:07:18 -04:00
src Dropped pickles.ph made some assumptions 2014-09-29 22:07:18 -04:00
tests Dropped validate test 2014-09-28 21:51:06 -04:00
.coveralls.yml Rehooking up coveralls 2014-01-20 23:58:32 -05:00
.gitignore Working towards standard directory names 2014-01-20 22:23:04 -05:00
.travis.yml Feeling frisky, added PHP 5.3 back to the tests 2014-09-27 23:04:51 -04:00
composer.json Moved files and added namespaces 2014-09-27 17:57:07 -04:00
composer.lock Moved tests and updated to use namespaces 2014-09-28 07:31:02 -04:00
LICENSE Updated files to be Josh instead of Joshua 2014-04-20 18:47:54 -04:00
phpunit.xml Knocked out unit tests for the new Router 2014-09-28 08:24:02 -04:00
README.md That abridged README 2014-09-27 22:55:12 -04:00

PICKLES

Build Status Coverage Status Dependency Status Stories in Ready

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 Ive 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.