tastyigniter / ti-ext-api
Manages and generates RESTful APIs using available models in your TastyIgniter app.
Fund package maintenance!
tastyigniter
Open Collective
Installs: 4 759
Dependents: 2
Suggesters: 0
Security: 0
Stars: 19
Watchers: 5
Forks: 23
Open Issues: 8
Type:tastyigniter-package
Requires
- laravel/sanctum: ^4.0
- spatie/laravel-fractal: ^6.0
- tastyigniter/core: ^v4.0
- tastyigniter/ti-ext-user: ^v4.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.2
- pestphp/pest-plugin-laravel: ^3.0
- pestphp/pest-plugin-type-coverage: ^3.0
- rector/rector: ^2.0
- sampoyigi/testbench: ^1.0
This package is auto-updated.
Last update: 2025-04-02 21:29:39 UTC
README
Introduction
The API for TastyIgniter extension provides a powerful and flexible way to interact with your TastyIgniter application programmatically. This extension leverages Laravel's Sanctum robust API capabilities, providing endpoints for all core TastyIgniter resources, and allowing you to build custom API resources in your application.
Features
The API for TastyIgniter comes packed with a range of features to enhance your experience:
- Endpoints for all core TastyIgniter resources.
- Build custom API resources extending the functionality of the API to suit your specific needs.
- Override the default behavior of API actions (verbs) with your own logic.
- Supports token authentication.
Documentation
Documentation can be found on the TastyIgniter documentation website.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Reporting issues
If you encounter a bug in this extension, please report it using the Issue Tracker on GitHub.
Contributing
Contributions are welcome! Please read TastyIgniter's contributing guide.
Security vulnerabilities
For reporting security vulnerabilities, please see our security policy.
License
TastyIgniter API extension is open-source software licensed under the MIT license.