Download the PHP package enviroment/eavbundle without Composer
On this page you can find all versions of the php package enviroment/eavbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download enviroment/eavbundle
More information about enviroment/eavbundle
Files in enviroment/eavbundle
Download enviroment/eavbundle
More information about enviroment/eavbundle
Files in enviroment/eavbundle
Vendor enviroment
Package eavbundle
Short Description Symfony2 Eav Bundle
License MIT
Homepage https://github.com/pavlomoroz/SymfonyEav
Package eavbundle
Short Description Symfony2 Eav Bundle
License MIT
Homepage https://github.com/pavlomoroz/SymfonyEav
Keywords pagepage bundle
Please rate this library. Is it a good library?
Informations about the package eavbundle
Eav Bundle
1, Require
jms_di_extra bundle
config
- { resource: "@EnviromentEavBundle/Resources/config/config.yml" }
jms_di_extra:
locations:
all_bundles: false
bundles: [ EnviromentEavBundle ]
directories: ["%kernel.root_dir%/../src"]
routing
enviroment_eav:
resource: "@EnviromentEavBundle/Resources/config/routing.yml"
prefix: /attribute
FormType
->add('attributes', 'attributeCollection', array(
'type' => new AttributeType()
))
Kernel
new Enviroment\EavBundle\EnviromentEavBundle(),
Your entity
use Enviroment\EavBundle\Annotation as EAV;
use Enviroment\EavBundle\Entity\AttributedEntityTrait;
/**
* Entity
* @EAV\Entity()
...
*/
class Entity
{
use AttributedEntityTrait;
}All versions of eavbundle with dependencies
PHP Build Version
Package Version
The package enviroment/eavbundle contains the following files
Loading the files please wait ...