outrightvision / api-model
Generate Laravel-like Api Models
Installs: 19 129
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- illuminate/contracts: ^5.0|^6.0|^7.0|^8.0|^9.0
- illuminate/support: ^5.0|^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- php: ^7.1.3|^8.0
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2022-04-30 07:36:29 UTC
README
Laravel-like Api Models
This library allows you to cast any API response (or any array) into Laravel-like Models.
Disclaimer
The library is still under development, feel free to open pull requests or suggest any changes.
Installation
- Add to your composer file with:
composer require outrightvision/api-model
- Ready to use.