Download the PHP package pchapl/ids without Composer
On this page you can find all versions of the php package pchapl/ids. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor pchapl
Package ids
Short Description Symfony bundle for doctrine custom types autoconfiguration
License WTFPL
Package ids
Short Description Symfony bundle for doctrine custom types autoconfiguration
License WTFPL
Please rate this library. Is it a good library?
Informations about the package ids
Symfony bundle provides id type autoconfiguration for doctrine
Usage
composer require pchapl/ids
Enable bundle in config/bundles.php
:
Create Id classes like
Configure the bundle with types in the config/packages/doctrine_id.yaml
:
Then just use in entities
There are two ways to instantiate ids: implement Factory interface for Base::new
method or just call Base::fromValue
with generated string id:
All versions of ids with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.0
doctrine/dbal Version ^3.0|^2.8.0
symfony/http-kernel Version ^5.0|^6.0
symfony/dependency-injection Version ^5.0|^6.0
symfony/config Version ^5.0|^6.0
doctrine/dbal Version ^3.0|^2.8.0
symfony/http-kernel Version ^5.0|^6.0
symfony/dependency-injection Version ^5.0|^6.0
symfony/config Version ^5.0|^6.0
The package pchapl/ids contains the following files
Loading the files please wait ....