drtheuns / apitizer_php
A Laravel schema library for JSON APIs
0.4.1
2020-02-18 12:32 UTC
Requires
- php: >=7.2.0
- illuminate/database: ^6.0
- illuminate/http: ^6.0
Requires (Dev)
- mockery/mockery: ^1.3
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-03-20 01:19:10 UTC
README
Apitizer is a Laravel library that primarily offers a Schema that allows you to easily create documented API endpoints that are capable of filtering, sorting, and selection of sparse fieldsets.
For more information, see the documentation.