vitkuz573 / free-id-json
This package is abandoned and no longer maintained.
The author suggests using the free-id/json package instead.
JSON parser for free-id/core package
1.0.6
2022-07-27 08:56 UTC
Requires
- php: >=8.1
- ext-json: *
- free-id/core: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- phpstan/phpstan: 1.7.x-dev
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2023-04-14 21:02:29 UTC
README
Installation
You can install the package via composer:
composer require free-id/json
Usage
use FreeId\Json\Parser; $parser = new Parser(); echo $parser->find();
Parameters
Parameter | Description | Default |
---|---|---|
path (string) | Path to the file to be searched | - |
parent_element (string) | Parent element in which the search will be performed | - |
attribute (string) | Attribute by which the search will be performed | id |
start_id (int) | Identifier from which the search will start | 1 |
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.