Download the PHP package cubicmushroom/value-objects-bundle without Composer
On this page you can find all versions of the php package cubicmushroom/value-objects-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cubicmushroom/value-objects-bundle
More information about cubicmushroom/value-objects-bundle
Files in cubicmushroom/value-objects-bundle
Download cubicmushroom/value-objects-bundle
More information about cubicmushroom/value-objects-bundle
Files in cubicmushroom/value-objects-bundle
Vendor cubicmushroom
Package value-objects-bundle
Short Description Symfony bundle to integrate value objects from the nicolopignatelli/valueobjects package
License ISC
Package value-objects-bundle
Short Description Symfony bundle to integrate value objects from the nicolopignatelli/valueobjects package
License ISC
Please rate this library. Is it a good library?
Informations about the package value-objects-bundle
Value Objects Bundle
Symfony bundle to integrate value objects from the nicolopignatelli/valueobjects package
Usage instructions
-
Install via composer...
$ composer require cubicmushroom/value-objects-bundle {version} -
Register the bundle with Symfony in the
app/AppKernel.phpfile...class AppKernel extends Kernel { public function registerBundles() { $bundles = [ // ... new \CubicMushroom\Symfony\ValueObjectsBundle\CMValueObjectsBundle(), // ... ]; } }
Which version do I use?
This Package's minor releases follow along with those of the Symfony framework, i.e. 2.7.x should be installed for Symfony 2.7.x projects, 2.8.x should be installed for Symfony 2.8.x projects, etc.
All versions of value-objects-bundle with dependencies
PHP Build Version
Package Version
The package cubicmushroom/value-objects-bundle contains the following files
Loading the files please wait ...