Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

VGirol/JsonApi-Constant

JsonApi-Constant

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published