Download the PHP package yadakhov/json without Composer
On this page you can find all versions of the php package yadakhov/json. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yadakhov/json
More information about yadakhov/json
Files in yadakhov/json
Download yadakhov/json
More information about yadakhov/json
Files in yadakhov/json
Vendor yadakhov
Package json
Short Description A simple wrapper class to work with json in PHP.
License MIT
Homepage https://github.com/yadakhov/json
Package json
Short Description A simple wrapper class to work with json in PHP.
License MIT
Homepage https://github.com/yadakhov/json
Please rate this library. Is it a good library?
Informations about the package json
Json
A simple wrapper class for working with Json.
Work with json as an object in PHP. Provides a simple api with dot notation for field access.
Use get() or set() to access any fields in the json structure.
Installation
With Composer
Old fashion php
Usage: The Constructor
Will to accept array or json encoded string.
API functions
Design decision
Internally, the json is stored as a PHP array. This allows us to use dot notation.
The left hand side of a json encoded string needs to be double quoted.
Dependencies
PHP 5.4 for short array syntax.
This package uses illuminate/support for the array and string helpers.
Run tests
All versions of json with dependencies
PHP Build Version
Package Version
The package yadakhov/json contains the following files
Loading the files please wait ....