https://github.com/slavcodev/php-json-pointer
The JSON pointer - PHP object implementation
https://github.com/slavcodev/php-json-pointer
json json-pointer rfc-6901
Last synced: 4 months ago
JSON representation
The JSON pointer - PHP object implementation
- Host: GitHub
- URL: https://github.com/slavcodev/php-json-pointer
- Owner: slavcodev
- License: mit
- Created: 2021-03-19T20:34:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T00:59:06.000Z (about 4 years ago)
- Last Synced: 2025-02-15T08:49:59.370Z (4 months ago)
- Topics: json, json-pointer, rfc-6901
- Language: PHP
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# The JSON pointer - PHP object implementation
[![Test status][ico-github-actions]][link-github]
[![Latest Version][ico-version]][link-packagist]
[![PHP Version][ico-php-version]][link-github]
[![Total Downloads][ico-downloads]][link-downloads]
[![License][ico-license]][link-license]An easy to use, implementation of the [RFC 6901](https://tools.ietf.org/html/rfc6901)
*TBD*
## Install
Using [Composer](https://getcomposer.org)
~~~bash
composer require slavcodev/php-json-pointer
~~~## Running tests
~~~bash
# install required files
composer install# run the unit tests
phpunit# run quality tool
psalm
~~~## Contributing
Contributions are welcome and will be fully credited. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE OF CONDUCT](.github/CODE_OF_CONDUCT.md) for details.
## Credits
[To all awesome contributors](../../contributors)
## License
The MIT License. Please see [LICENSE][link-license] for more information.
[ico-github-actions]: https://github.com/slavcodev/php-json-pointer/workflows/Tests/badge.svg
[ico-version]: https://img.shields.io/github/tag/slavcodev/php-json-pointer.svg?label=latest
[ico-php-version]: https://img.shields.io/packagist/php-v/slavcodev/php-json-pointer.svg
[ico-downloads]: https://img.shields.io/packagist/dt/slavcodev/php-json-pointer.svg
[ico-license]: https://img.shields.io/badge/License-MIT-blue.svg[link-packagist]: https://packagist.org/packages/slavcodev/php-json-pointer
[link-github]: https://github.com/slavcodev/php-json-pointer
[link-downloads]: https://packagist.org/packages/slavcodev/php-json-pointer
[link-license]: LICENSE