cspray / yape-dbal
An extension of cspray/yape that allows storing generated Enums in your Doctrine Entities
1.0.0
2020-05-02 15:29 UTC
Requires
- php: ^7.2
- cspray/yape: ^3.0
- doctrine/dbal: ^2.9
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2024-10-29 06:11:50 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.