kaskadia / doctrine-repository-wrapper
Replaced by kaskadia/doctrine-repository-wrapper-uuid or kaskadia/doctrine/repository-wrapper-int. Provides an abstraction layer above the Doctrine Repository in Laravel which enables better type safety when interacting with entities
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
pkg:composer/kaskadia/doctrine-repository-wrapper
Requires
- php: ^7.4||^8.0
 - ext-json: *
 - laravel-doctrine/orm: 1.6.*||1.7.*
 - ramsey/uuid: ^3.9||^4.0
 - ramsey/uuid-doctrine: ^1.6
 
README
This project has been split into two forks:
- Doctrine Repository Wrapper UUID 
- This uses UUID based entities
 
 - Doctrine Repository Wrapper INT
- This uses INT based entities