This package provides a set of constants that represents members names of documents using the JSON:API specification.
- PHP 7.2+
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.
Above installation can also be simplified by using the following command:
composer require vgirol/jsonapi-constantuse VGirol\JsonApiConstant\Members;
Members::META_PAGINATIONPlease see CHANGELOG for more information on what has changed recently.
composer testPlease see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.