tastyigniter / ti-ext-api
Manages and generates RESTful APIs using available models in your TastyIgniter app.
Fund package maintenance!
tastyigniter
Open Collective
Installs: 2 598
Dependents: 1
Suggesters: 0
Security: 0
Stars: 18
Watchers: 6
Forks: 22
Open Issues: 7
Type:tastyigniter-extension
Requires
- laravel/sanctum: ^4.0
- spatie/laravel-fractal: ^6.0
- tastyigniter/core: ^v4.0@beta
- tastyigniter/ti-ext-reservation: ^v4.0@beta
Requires (Dev)
- larastan/larastan: ^2.4.0
- laravel/pint: ^1.2
- pestphp/pest-plugin-laravel: ^2.0
- sampoyigi/testbench: dev-main as 1.0
This package is auto-updated.
Last update: 2024-12-20 23:50:13 UTC
README
Introduction
API is an extension that allows you to build RESTful APIs and manage them within a TastyIgniter application.
However, it accomplishes more than just that, you may override the api actions (verbs) with your own logic. Default behavior logic for several common verbs are supported — create, store, show, edit, update, destroy.
Documentation
Documentation for TastyIgniter API extension can be found on the TastyIgniter website.
Contributing
Thank you for considering contributing! The contribution guide can be found in the TastyIgniter documentation.
Code of Conduct
In order to ensure that the TastyIgniter community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
TastyIgniter API extension is open-sourced software licensed under the MIT license.