Download the PHP package simones/dotnot without Composer
On this page you can find all versions of the php package simones/dotnot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download simones/dotnot
More information about simones/dotnot
Files in simones/dotnot
Download simones/dotnot
More information about simones/dotnot
Files in simones/dotnot
Vendor simones
Package dotnot
Short Description Access your data with dot notation. Array or objects: no matter what!
License
Package dotnot
Short Description Access your data with dot notation. Array or objects: no matter what!
License
Please rate this library. Is it a good library?
Informations about the package dotnot
Access you data via dot-notation, no matter if it's an array, a stdClass or a custom object!
Install
Usage
Construct a DotNot
instance with your data and access it with the get
method: that's all! Your data can be composed of any combination of arrays, stdClass instances and custom classes' instances: they all behave the same.
You can also use the dotnot
helper function, which accepts a mandatory $root
argument and an optional $path
to resolve.
Here are some examples (for more, head to the spec):
All versions of dotnot with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package simones/dotnot contains the following files
Loading the files please wait ....