cspray / yape-dbal
An extension of cspray/yape that allows storing generated Enums in your Doctrine Entities
Installs: 5
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/cspray/yape-dbal
Requires
- php: ^7.2
- cspray/yape: ^3.0
- doctrine/dbal: ^2.9
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2025-09-29 02:50:12 UTC
README
An extension of cspray/yape that allows for the storing of Enum
instances in your Doctrine Entities. Integrates with
cspray/yape-cli to generate the appropriate Doctrine Types for you.
Requirements
- PHP 7.2+
Installation
composer require cspray/yape-dbal
We also recommend taking a look at cspray/yape-cli
Documentation
This library is documented online at https://cspray.io/yape or within the cspray/yape
docs/ folder.