c0dehappy / datalayer
A simplest abstraction for eloquent models
0.1.5-beta
2020-01-20 13:39 UTC
Requires
- php: ^7.1.3
- illuminate/cache: ~5.6|~6.0
- illuminate/console: ~5.6|~6.0
- illuminate/database: ~5.6|~6.0
- illuminate/pagination: ~5.6|~6.0
Requires (Dev)
- mockery/mockery: ^1.0
- phpmd/phpmd: ^2.6
- phpstan/phpstan: ^0.9.2
- phpunit/phpunit: ^7.5
- squizlabs/php_codesniffer: ^3.3
This package is not auto-updated.
Last update: 2024-12-17 13:50:49 UTC
README
DataLayer
A simplest abstraction layer for eloquent models
- No fat models;
- Standardized methods;
- More instictive;
- Improves more easily readable;
- Easily caching results.
Pre-requisites
>= laravel5.6
>= php7.1
References
See our wiki to more information.
To contribute, read the rules.
License
Datalayer is released under the MIT Licence.
by c0dehappy