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

This package is auto-updated.

Last update: 2024-04-29 04:40:03 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.