aklump/collection_json
Php objects for working with hypermedia Collection+JSON (http://amundsen.com/media-types/)
0.8.5
2015-12-03 04:01 UTC
Requires
- php: >=5.3.0
- spatie/array-to-xml: ^2.0
README
Creating objects from JSON strings
The key method will be Object::import
, which converts JSON strings into the appropriate object based on it's format.
You can also create a Collection object from json using Collection->setContent().
Converting objects to JSON
Cast any object to string to get it's JSON equivalent.
Converting from Collection+JSON to JSON
Take a look at the class CollectionJsonToJson
.