Download the PHP package positibe/enum-bundle without Composer
On this page you can find all versions of the php package positibe/enum-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download positibe/enum-bundle
More information about positibe/enum-bundle
Files in positibe/enum-bundle
Download positibe/enum-bundle
More information about positibe/enum-bundle
Files in positibe/enum-bundle
Vendor positibe
Package enum-bundle
Short Description Symfony PositibeEnumBundle
License MIT
Homepage http://positibelabs.blogspot.com/bundles/enum
Package enum-bundle
Short Description Symfony PositibeEnumBundle
License MIT
Homepage http://positibelabs.blogspot.com/bundles/enum
Please rate this library. Is it a good library?
Informations about the package enum-bundle
PositibeEnumBundle
This bundle give a simple way to have all enum type in to table.
Introduction
When we are working with many classes that only have one field like 'name' or 'code' e.j. gender, category, state, etc. We frequently create a class/table for each one, but in long web site we will have many of this classes so the schema could be huge.
With this bundle you can simple have a relation we Enum class and define the EnumType class for it.
Example
#app/config/config.yml
#...
positibe_enum:
enum_types:
sex:
_name: Sexo #Optional name description
male: Masculino
female: Femenino
organism:
All versions of enum-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/framework-bundle Version
~3.0||~4.0
stof/doctrine-extensions-bundle Version 1.3.*
twig/extensions Version ~1.0
stof/doctrine-extensions-bundle Version 1.3.*
twig/extensions Version ~1.0
The package positibe/enum-bundle contains the following files
Loading the files please wait ....