Download the PHP package midhundevasia/json-ast without Composer
On this page you can find all versions of the php package midhundevasia/json-ast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download midhundevasia/json-ast
More information about midhundevasia/json-ast
Files in midhundevasia/json-ast
Download midhundevasia/json-ast
More information about midhundevasia/json-ast
Files in midhundevasia/json-ast
Vendor midhundevasia
Package json-ast
Short Description JSON to AST parser in PHP
License GPL-3.0+
Homepage https://github.com/midhundevasia/json-ast
Package json-ast
Short Description JSON to AST parser in PHP
License GPL-3.0+
Homepage https://github.com/midhundevasia/json-ast
Please rate this library. Is it a good library?
Informations about the package json-ast
json-ast : JSON to AST parser in PHP
Install
$ composer require midhundevasia/json-ast
Usage
<?php
use JsonAst\Parser;
$parser = new Parser();
$parser->parse(
'{"hello" : "World"}',
['loc' => true, 'source' => null]
);
Tests
$ ./vendor/bin/phpunit --testdox tests
Todo
- write more test cases
- code coverage
License
json-ast is licensed under GNU General Public License (GPLv3) - see the LICENSE
file for details.
Credits
Inspired from following repositories.
https://github.com/vtrushin/json-to-ast
https://github.com/vtrushin/code-error-fragment
Development
$ vendor/bin/phpcbf src
$ vendor/bin/php-cs-fixer fix src
All versions of json-ast with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package midhundevasia/json-ast contains the following files
Loading the files please wait ....