stepthefkup / easy-repository
Provides an easy way to implement the Repository Design Pattern in your applications
Installs: 196
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/stepthefkup/easy-repository
Requires
- php: ^7.1
Requires (Dev)
- doctrine/orm: ^2.6
- laravel/lumen-framework: ^5.5
- mockery/mockery: ^1.2
- phpunit/phpunit: ^7.5
- stepthefkup/pagination: ^0.4.5
- vlucas/phpdotenv: ^3.3
Suggests
- doctrine/orm: To use the Doctrine ORM implementation
- illuminate/database: To use the Illuminate Eloquent implementation
- stepthefkup/pagination: To use pagination within your repositories