# ๐Ÿงฉ JSON Parser [![Author][ico-author]][link-author] [![PHP Version][ico-php]][link-php] [![Build Status][ico-actions]][link-actions] [![Coverage Status][ico-scrutinizer]][link-scrutinizer] [![Quality Score][ico-code-quality]][link-code-quality] [![Latest Version][ico-version]][link-packagist] [![Software License][ico-license]](LICENSE.md) [![PSR-12][ico-psr12]][link-psr12] [![Total Downloads][ico-downloads]][link-downloads] Zero-dependencies pull parser to read big JSON from any source in a memory-efficient way. ## ๐Ÿ“ฆ Install Via Composer: ``` bash composer require cerbero/json-parser ``` ## ๐Ÿ”ฎ Usage work in progress... :) ## ๐Ÿ“† Change log Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## ๐Ÿงช Testing ``` bash composer test ``` ## ๐Ÿ’ž Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details. ## ๐Ÿงฏ Security If you discover any security related issues, please email andrea.marco.sartori@gmail.com instead of using the issue tracker. ## ๐Ÿ… Credits - [Andrea Marco Sartori][link-author] - [All Contributors][link-contributors] ## โš–๏ธ License The MIT License (MIT). Please see [License File](LICENSE.md) for more information. [ico-author]: https://img.shields.io/static/v1?label=author&message=cerbero90&color=50ABF1&logo=twitter&style=flat-square [ico-php]: https://img.shields.io/packagist/php-v/cerbero/json-parser?color=%234F5B93&logo=php&style=flat-square [ico-version]: https://img.shields.io/packagist/v/cerbero/json-parser.svg?label=version&style=flat-square [ico-actions]: https://img.shields.io/github/workflow/status/cerbero90/json-parser/build?style=flat-square&logo=github [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square [ico-psr12]: https://img.shields.io/static/v1?label=compliance&message=PSR-12&color=blue&style=flat-square [ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/cerbero90/json-parser.svg?style=flat-square&logo=scrutinizer [ico-code-quality]: https://img.shields.io/scrutinizer/g/cerbero90/json-parser.svg?style=flat-square&logo=scrutinizer [ico-downloads]: https://img.shields.io/packagist/dt/cerbero/json-parser.svg?style=flat-square [link-author]: https://twitter.com/cerbero90 [link-php]: https://www.php.net [link-packagist]: https://packagist.org/packages/cerbero/json-parser [link-actions]: https://github.com/cerbero90/json-parser/actions?query=workflow%3Abuild [link-psr12]: https://www.php-fig.org/psr/psr-12/ [link-scrutinizer]: https://scrutinizer-ci.com/g/cerbero90/json-parser/code-structure [link-code-quality]: https://scrutinizer-ci.com/g/cerbero90/json-parser [link-downloads]: https://packagist.org/packages/cerbero/json-parser [link-contributors]: ../../contributors