noylecorp / doctrine-extras-bundle
Symfony 2 bundle providing extras for Doctrine
Package info
github.com/noylecorp/doctrine-extras-bundle
Type:symfony-bundle
pkg:composer/noylecorp/doctrine-extras-bundle
dev-master
2015-04-13 18:03 UTC
Requires
- symfony/framework-bundle: ~2.3
This package is not auto-updated.
Last update: 2026-03-01 00:57:36 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