Download the PHP package sinemacula/laravel-api-toolkit without Composer
On this page you can find all versions of the php package sinemacula/laravel-api-toolkit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sinemacula/laravel-api-toolkit
More information about sinemacula/laravel-api-toolkit
Files in sinemacula/laravel-api-toolkit
Package laravel-api-toolkit
Short Description A comprehensive Laravel toolkit for streamlined development of RESTful APIs
License Apache-2.0
Informations about the package laravel-api-toolkit
Laravel API Toolkit
The Laravel API Toolkit is a comprehensive package designed to simplify the development of RESTful APIs in Laravel. It provides tools to enhance API functionality, improve error handling, and ensure consistent data output, making API development faster and more reliable.
Features
- Exception Handling: Implements a custom exception handler that captures and formats all exceptions for consistent API error responses.
- Queryable Models: Allows fine-tuned control over which fields are exposed via your API endpoints, enhancing security and customization.
- Data Repositories: Abstracts database interactions into repositories to promote a cleaner and more maintainable codebase.
- Data Resources: Ensures consistent presentation of data across different API endpoints, simplifying client-side data integration.
Installation
To install the Laravel API Toolkit, run the following command in your project directory:
Configuration
After installation, publish the package configuration to customize it according to your needs:
This command publishes the package configuration file to your application's config directory, allowing you to modify aspects such as exception handling behaviors, data repository settings, and more.
Usage
Detailed usage instructions will be provided soon. This section will cover how to integrate the toolkit into your Laravel application, including setting up queryable models, using data repositories, and applying data transformers.
Contributing
Contributions are welcome and will be fully credited. We accept contributions via pull requests on GitHub.
Security
If you discover any security related issues, please email instead of using the issue tracker.
License
The Laravel API Toolkit repository is open-sourced software licensed under the Apache License, Version 2.0.
All versions of laravel-api-toolkit with dependencies
aws/aws-sdk-php Version ^3.342
illuminate/database Version *
illuminate/http Version *
illuminate/notifications Version *
illuminate/routing Version *
illuminate/support Version *
illuminate/validation Version *
phpnexus/cwh Version ^3.0
sinemacula/laravel-repositories Version ^1.0
sinemacula/laravel-resource-exporter Version ^1.0