atournayre/doctrine-types-bundle

This bundle adds Doctrine Types.

0.0.0 2023-05-01 16:34 UTC

This package is auto-updated.

Last update: 2024-03-31 14:25:40 UTC


README

This bundle adds Doctrine Types.

Requirements

Symfony 6.2.*

PHP >=8.1

Install

Composer

composer require atournayre/doctrine-types-bundle

Register bundle

// config/bundles.php

return [
    // ...
    Atournayre\Bundle\DoctrineTypes\AtournayreDoctrineTypesBundle::class => ['all' => true],
    // ...
]

Contributing

Of course, open source is fueled by everyone's ability to give just a little bit of their time for the greater good. If you'd like to see a feature or add some of your own happy words, awesome! Tou can request it - but creating a pull request is an even better way to get things done.

Either way, please feel comfortable submitting issues or pull requests: all contributions and questions are warmly appreciated :).