Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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