eonx-com / easy-repository
Provides an easy way to implement the Repository Design Pattern in your applications
6.22.4
2026-06-09 10:45 UTC
Requires
- php: ^8.2
Requires (Dev)
- doctrine/collections: ^1.7.2 || ^2.1
- doctrine/orm: ^2.20
- doctrine/persistence: ^3.3
- eonx-com/easy-pagination: ^6.22.4
- laravel/lumen-framework: ^11.0
- mockery/mockery: ^1.6
- phpunit/phpunit: ^10.5.63|^11.5.50|^12.5.8
Suggests
- doctrine/dbal: To use the Doctrine ORM implementation
- doctrine/orm: To use the Doctrine ORM implementation
- doctrine/persistence: To use the Doctrine ORM implementation
- eonx-com/easy-pagination: To use pagination within your repositories
- illuminate/database: To use the Illuminate Eloquent implementation
- illuminate/support: To use this package with Laravel/Lumen
- symfony/config: To use this package with Symfony
- symfony/dependency-injection: To use this package with Symfony
- symfony/http-kernel: To use this package with Symfony
This package is auto-updated.
Last update: 2026-06-09 10:46:56 UTC
README
---eonx_docs--- title: Introduction weight: 0 ---eonx_docs---
Provides an easy way to implement the Repository Design Pattern in your applications.
Require package (Composer)
Laravel uses Composer to manage its dependencies. You can require this package as following:
$ composer require eonx/easy-repository