drtheuns / apitizer_php
A Laravel schema library for JSON APIs
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 6
pkg:composer/drtheuns/apitizer_php
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-09-20 02:36:16 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.