Pickles is a PHP framework for building kick-ass services. http://picklesphp.com
Find a file
Josh Sherman 3b8eddc7b5 Dropped status code method
The function `http_response_code` was added in PHP 5.4 which deprecated the
code I had written. Dropped functionality and tests and updated code to use the
new function.
2014-09-28 08:36:14 -04:00
src Dropped status code method 2014-09-28 08:36:14 -04:00
tests Dropped status code method 2014-09-28 08:36:14 -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.