noylecorp / doctrine-extras-bundle
Symfony 2 bundle providing extras for Doctrine
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 3
Type:symfony-bundle
Requires
- symfony/framework-bundle: ~2.3
This package is not auto-updated.
Last update: 2024-11-23 18:09:04 UTC
README
Symfony 2 bundle providing extras for Doctrine:
yaml_array
custom mapping type (similar to json_array)
Installation
Via composer
$ composer require noylecorp/doctrine-extras-bundle
Configuration
Using custom mapping types
# app/config/config.yml
doctrine:
dbal:
types:
yaml_array: Noylecorp\DoctrineExtrasBundle\Types\YamlArrayType