Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.2 KB

json-api-builder

Build a JSON:API from your entities.

PHP from Packagist Build Status codecov Scrutinizer code quality (GitHub/Bitbucket) Packagist

Description

json-api-builder is a simple library to generate easily a JSON:API from your entities. Implement the ResourceObject interface on your entities, provide your API URI. You're all set!

Getting started

Requirements

  • PHP >= 7.3

Installation

composer require noglitchyo/json-api-builder

Run

Tests

Would like to the run the test suite? Go ahead:

composer test

References

https://www.php-fig.org/psr/psr-15/

License

This project is licensed under the MIT License - see the LICENSE.md file for details.