Skip to content

Doctrine persister for bulk operations, like "ReplaceInto" or "UpdateOrInsert"

License

Notifications You must be signed in to change notification settings

esome/doctrine-bulk-persister

Repository files navigation

Doctrine Bulk Persister

This Library allows bulk-persisting entities with Doctrine. This by-passes many of Doctrine ORMs features in return for high-performance bulk inserts (or updates).

Development Setup

Start necessary Containers

docker-compose up -d

Install dependencies

docker/composer install

Run Unit-Tests

docker/phpunit

About

Doctrine persister for bulk operations, like "ReplaceInto" or "UpdateOrInsert"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published