All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and this changelog format.
- Functionality defined on
StandardObjectInterface
. - An object proxy trait and standard object implementation is provided, that is intended to wrap a
stdClass
object. - Utilities provided on static methods on the
Obj
class. - Ability to
json_decode
to a standard object using theObj::decode()
method.