Download the PHP package medianet-dev/api-tool-kit without Composer
On this page you can find all versions of the php package medianet-dev/api-tool-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download medianet-dev/api-tool-kit
More information about medianet-dev/api-tool-kit
Files in medianet-dev/api-tool-kit
Package api-tool-kit
Short Description Set of tools to build an api with laravel
License MIT
Informations about the package api-tool-kit
MEDIANET API tool kit
Introduction
Elevate your development journey with high-performance APIs using the API Toolkit. Supercharge your API development with standardized responses, dynamic pagination, advanced filtering, and a one-click full CRUD setup. Let's take your APIs to the next level!
Installation
to install the package using Composer:
Why Choose the Laravel API Toolkit?
Consistent Responses, Less Hassle
The API Response feature simplifies generating consistent JSON responses. It provides a standardized format for your api responses:
Pagination Done Right
Don't fuss over managing the number of results per page. The dynamic pagination feature adapts effortlessly to your needs, giving you control without complications.
Simplified Filtering
Refine query results with simplicity. The powerful filtering system lets you filter, sort, search, and even include relationships with ease.
Simplify API Setup with the API Generator
The API Generator automates file setup, creating key files from migrations to controllers. Use one command to kickstart your API development.
Schema Support
Enhance the API Generator with schema support, allowing you to define your database table structure directly from the command line. Generate factory model migrations, requests, and data based on this schema.
Logic Made Clear
Tackle complex business logic with Actions. These gems follow the command pattern, boosting readability and maintenance for your code.
Media? Handled.
Handle file uploads and deletions like a pro. The Media Helper streamlines media management, leaving you with clean and organized file handling.
Enums for Clarity
The Enum class provides a way to work with enumerations, eliminating hardcoded values in your code:
License
By contributing to the Laravel API Toolkit, you agree that your contributions will be licensed under the project's MIT License.
All versions of api-tool-kit with dependencies
illuminate/support Version ^8.0|^9.0|^10.0
illuminate/http Version ^8.0|^9.0|^10.0
illuminate/database Version ^8.0|^9.0|^10.0
illuminate/container Version ^8.0|^9.0|^10.0
illuminate/auth Version ^8.0|^9.0|^10.0