2017 © Pedro Peláez
 

library json-builder

JSON builder with escaping control for PHP 5.6+

image

egeloen/json-builder

JSON builder with escaping control for PHP 5.6+

  • Monday, February 27, 2017
  • by egeloen
  • Repository
  • 1 Watchers
  • 68 Stars
  • 2,583,459 Installations
  • PHP
  • 13 Dependents
  • 0 Suggesters
  • 10 Forks
  • 2 Open issues
  • 8 Versions
  • 10 % Grown

The README.md

README

Travis Build Status AppVeyor Build status Code Coverage Scrutinizer Code Quality Dependency Status, (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

The Ivory JSON builder is a PHP 5.6+ library allowing you to build your JSON through the Symfony2 PropertyAccess component while keeping the control of the value escaping., (*3)

``` php use Ivory\JsonBuilder\JsonBuilder;, (*4)

$builder = new JsonBuilder(); $json = $builder ->setValues(array('foo' => array('bar'))) ->setValue('[baz]', 'bat', false) ->build();, (*5)

// {"foo":["bar"],"baz":bat} echo $json; ```, (*6)

Documentation

  1. Installation
  2. Usage

Testing

The library is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration., (*7)

Contribution

We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You can follow the CONTRIBUTING file which will explain you how to set up the project., (*8)

License

The Ivory JSON Builder is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code., (*9)

The Versions

27/02 2017

dev-master

9999999-dev

JSON builder with escaping control for PHP 5.6+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

json escape builder

27/02 2017

3.0.0

3.0.0.0

JSON builder with escaping control for PHP 5.6+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

json escape builder

06/12 2015

2.0.1

2.0.1.0

JSON builder with escaping control for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

json escape builder

29/12 2014

2.0.0

2.0.0.0

JSON builder with escaping control for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

json escape builder

08/11 2014

1.0.3

1.0.3.0

JSON builder with escaping control for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

json escape builder

12/08 2014

1.0.2

1.0.2.0

JSON builder with escaping control for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

json escape builder

17/06 2014

1.0.1

1.0.1.0

JSON builder with escaping control for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

json escape builder

02/02 2014

1.0.0

1.0.0.0

JSON builder with escaping control for PHP 5.3+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

json escape builder