Download the PHP package egeatech/laravel-requests without Composer
On this page you can find all versions of the php package egeatech/laravel-requests. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download egeatech/laravel-requests
More information about egeatech/laravel-requests
Files in egeatech/laravel-requests
Package laravel-requests
Short Description A simple package to better handle application requests.
License MIT
Homepage https://github.com/EgeatechSRL/laravel-requests
Informations about the package laravel-requests
Laravel Responses
A package to provide some standardized request classes.
Installation
This package supports Laravel 7, 8 and 9 but requires at least PHP 8.0 (starting from v2.x). PHP 7.4 was supported up to version 1.0.2.
Via Composer
Usage
When storing data into the database it's a good practise to carry around the application only the data we need, extracted from an incoming request: the two interfaces exposed by the package aim to provide a contract to wrap all classes whose goal is to wrap creation or update data.
It is up to the developer how to use them: we've thought of them to be used with our Laravel Model package, in order to have a higher order entity abstraction when manipulating database information.
Change log
Please see the CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Egea Tecnologie Informatiche
- Marco Guidolin
License
The software is licensed under MIT. Please see the LICENSE file for more information.