Download the PHP package php-arsenal/doctrine-odm-enum-type-bundle without Composer
On this page you can find all versions of the php package php-arsenal/doctrine-odm-enum-type-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-arsenal/doctrine-odm-enum-type-bundle
More information about php-arsenal/doctrine-odm-enum-type-bundle
Files in php-arsenal/doctrine-odm-enum-type-bundle
Download php-arsenal/doctrine-odm-enum-type-bundle
More information about php-arsenal/doctrine-odm-enum-type-bundle
Files in php-arsenal/doctrine-odm-enum-type-bundle
Vendor php-arsenal
Package doctrine-odm-enum-type-bundle
Short Description Add custom enum mapping types for your documents.
License MIT
Homepage https://github.com/php-arsenal/doctrine-odm-enum-type-bundle
Package doctrine-odm-enum-type-bundle
Short Description Add custom enum mapping types for your documents.
License MIT
Homepage https://github.com/php-arsenal/doctrine-odm-enum-type-bundle
Please rate this library. Is it a good library?
Informations about the package doctrine-odm-enum-type-bundle
doctrine-odm-enum-type-bundle
Add custom enum mapping types for your MongoDB documents in Symfony. Inspired by doctrine-enum-type and based on php-enum.
composer require php-arsenal/doctrine-odm-enum-type-bundle
How it works?
Enum
classes that extend MyCLabs\Enum\Enum
are automatically added as valid Doctrine types.
You can set the type as Enum
class. Upon saving or retrieving from the database it will be converted to and back the Enum
class.
All versions of doctrine-odm-enum-type-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
doctrine/mongodb-odm-bundle Version ^4.3
myclabs/php-enum Version ^1.8
symfony/dependency-injection Version ^5.3
symfony/http-kernel Version ^5.3
doctrine/mongodb-odm-bundle Version ^4.3
myclabs/php-enum Version ^1.8
symfony/dependency-injection Version ^5.3
symfony/http-kernel Version ^5.3
The package php-arsenal/doctrine-odm-enum-type-bundle contains the following files
Loading the files please wait ....