atournayre / doctrine-types-bundle
This bundle adds Doctrine Types.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.1
- atournayre/types: ^0
- doctrine/dbal: ^3.6
- symfony/config: 6.2.*
- symfony/dependency-injection: 6.2.*
- symfony/flex: ^2.2
- symfony/http-kernel: 6.2.*
This package is auto-updated.
Last update: 2024-10-31 00:25:48 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 :).