2017 © Pedro Peláez
 

library json

PHP library to encode and decode JSON

image

phptestsoft/json

PHP library to encode and decode JSON

  • Friday, July 22, 2016
  • by dsdsfsdfsd
  • Repository
  • 1 Watchers
  • 0 Stars
  • 116 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

README ME

API

To use the library, see the example below:, (*1)

 <?php
 require_once 'vendor/autoload.php';

 $data = [
     'a' => 'test',
     'b' => 'test'
 ];
 $jsondata = \phptestsoft\Json::encode($data);
 print_r($jsondata);

 $data2 = \phptestsoft\Json::decode($jsondata);
 print_r($data2);

License

Licensed under the Apache License, Version 2.0;, (*2)

http://www.apache.org/licenses/LICENSE-2.0, (*3)

The Versions

22/07 2016

dev-master

9999999-dev

PHP library to encode and decode JSON

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by itcast

22/07 2016

v1.0

1.0.0.0

PHP library to encode and decode JSON

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by itcast