Download the PHP package 6dreams/doctrine-bulk without Composer
On this page you can find all versions of the php package 6dreams/doctrine-bulk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 6dreams/doctrine-bulk
More information about 6dreams/doctrine-bulk
Files in 6dreams/doctrine-bulk
Download 6dreams/doctrine-bulk
More information about 6dreams/doctrine-bulk
Files in 6dreams/doctrine-bulk
Vendor 6dreams
Package doctrine-bulk
Short Description Simple classes that allows bulk operations on doctrine entities.
License MIT
Package doctrine-bulk
Short Description Simple classes that allows bulk operations on doctrine entities.
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-bulk
Doctrine-Bulk Classes
Adds ability to multiple insert of entities or array to database using doctrine schema.
Notes
- Designed for MySQL (also works with PostgreSQL)
- Works with custom id generators (need few tweaks)
- Without custom id generator, works only with MySQL AI
- Allows retrive first inserted id \ total updated
- As bonus this package includes
HashedIdGenerator
that can be used for generate char(25) ids from entity data - Please note that UPDATE queries with HashedIdGenerator currently didn't support changing Id
Samples
Default usage
All versions of doctrine-bulk with dependencies
PHP Build Version
Package Version
The package 6dreams/doctrine-bulk contains the following files
Loading the files please wait ....