An open API service indexing awesome lists of open source software.

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

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