https://github.com/noglitchyo/json-api-builder
Build a JSON:API from your entities.
https://github.com/noglitchyo/json-api-builder
api entities json json-api jsonapi serializer
Last synced: 5 months ago
JSON representation
Build a JSON:API from your entities.
- Host: GitHub
- URL: https://github.com/noglitchyo/json-api-builder
- Owner: noglitchyo
- License: mit
- Created: 2019-07-03T14:37:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T13:08:27.000Z (almost 7 years ago)
- Last Synced: 2025-08-01T14:35:13.568Z (11 months ago)
- Topics: api, entities, json, json-api, jsonapi, serializer
- Language: PHP
- Size: 31.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# json-api-builder
> Build a JSON:API from your entities.

[](https://travis-ci.org/noglitchyo/json-api-builder)
[](https://codecov.io/gh/noglitchyo/json-api-builder)


### 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](LICENSE.md) file for details.