vgirol / jsonapi-constant
This package provides a set of constants that represents members names of documents using the JSON:API specification.
Requires
- php: ^7.0|^8.0
README
This package provides a set of constants that represents members names of documents using the JSON:API specification.
Technologies
- PHP 7.2+
Installation
To install through composer, simply put the following in your composer.json
file:
{ "require-dev": { "vgirol/jsonapi-constant": "dev-master" } }
And then run composer install
from the terminal.
Quick Installation
Above installation can also be simplified by using the following command:
composer require vgirol/jsonapi-constant
Usage
use VGirol\JsonApiConstant\Members; Members::META_PAGINATION
Changelog
Please see CHANGELOG for more information on what has changed recently.
Testing
composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email vincent@girol.fr instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.