Skip to content

Releases: AnujRNair/php-json-marshaller

Expose option to encode when Marshalling a Class

31 Jul 16:26
Compare
Choose a tag to compare

This release (3 years on!):

  • Adds the option to choose whether to marshall the class instance or not (#1)
  • Updates the readme and adds proper license information into composer.json (#4)
  • Updates the readme again for clarity on namespaces (#6)

Initial release of PHP JSON Marshaller

13 Aug 01:33
Compare
Choose a tag to compare

Initial release of PHP JSON Marshaller

  • Marshalling and Unmarshalling of JSON strings into named PHP Objects
  • Inline Documentation
  • Test Coverage for Project