Build a JSON:API from your entities.
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!
- PHP >= 7.3
composer require noglitchyo/json-api-builder
Would like to the run the test suite? Go ahead:
composer test
https://www.php-fig.org/psr/psr-15/
This project is licensed under the MIT License - see the LICENSE.md file for details.