noglitchyo / json-api-builder
Build JSON:API from your entities.
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/noglitchyo/json-api-builder
Requires
- php: ^7.3
- ext-json: *
Requires (Dev)
- phpstan/phpstan: ^0.11.8
- phpunit/phpunit: ^8.1
- squizlabs/php_codesniffer: *
This package is auto-updated.
Last update: 2025-09-11 02:06:03 UTC
README
Build a JSON:API from your entities.
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.