vgirol/jsonapi-constant

This package is abandoned and no longer maintained. No replacement package was suggested.

This package provides a set of constants that represents members names of documents using the JSON:API specification.

v1.1.1 2021-04-04 15:06 UTC

This package is auto-updated.

Last update: 2022-02-04 16:50:54 UTC


README

Latest Version on Packagist Software License Total Downloads

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.