Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 352 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 352 Bytes

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