Skip to content

Instantly share code, notes, and snippets.

@Arbagen
Arbagen / BulkInsertQuery.php
Created December 11, 2020 14:12 — forked from gskema/BulkInsertQuery.php
PHP PDO / Doctrine DBAL bulk insert query
<?php
namespace YourApp\Repository\Query;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Schema\Identifier;
/**
* Class BulkInsertQuery
*