Download the PHP package phptestsoft8/json8 without Composer
On this page you can find all versions of the php package phptestsoft8/json8. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phptestsoft8/json8
More information about phptestsoft8/json8
Files in phptestsoft8/json8
Download phptestsoft8/json8
More information about phptestsoft8/json8
Files in phptestsoft8/json8
Vendor phptestsoft8
Package json8
Short Description PHP library to encode and decode JSON
License MIT
Package json8
Short Description PHP library to encode and decode JSON
License MIT
Please rate this library. Is it a good library?
Informations about the package json8
使用案例代码(DemoCode)
// 1. 引入autoload.php
require './vendor/autoload.php';
$data = [ 'name' => 'zs', 'age' => 18 ];
// 调用 Json的encode静态方法 序列化数据 $jsondata = \phptestsoft8\Json::encode($data);
print_r($jsondata);
All versions of json8 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package phptestsoft8/json8 contains the following files
Loading the files please wait ....