loadsys / CakePHP-Serializers

A solution to serialize CakePHP response to JSON and correspondingly deserialize JSON into CakePHP data arrays, designed primarily around building REST APIs with Ember and Ember Data.
MIT License
6 stars 1 forks source link

Requires ext-json To Be Installed #87

Closed justinyost closed 9 years ago

justinyost commented 9 years ago

json_encode and json_decode are used as part of this plugin, therefore they need to be listed as PHP requriement