Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cspray/yape-dbal
An extension of cspray/yape that allows storing Enums as Doctrine Types
https://github.com/cspray/yape-dbal
Last synced: about 2 months ago
JSON representation
An extension of cspray/yape that allows storing Enums as Doctrine Types
- Host: GitHub
- URL: https://github.com/cspray/yape-dbal
- Owner: cspray
- License: mit
- Created: 2020-04-27T00:38:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T15:31:58.000Z (over 4 years ago)
- Last Synced: 2024-04-04T01:44:18.459Z (9 months ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# yape-dbal
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
```shell
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.
[cspray/yape]: https://github.com/cspray/yape
[cspray/yape-cli]: https://github.com/cspray/yape-cli