PHPackages                             nobuhiko/bulk-insert-query - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. nobuhiko/bulk-insert-query

ActiveLibrary[Database &amp; ORM](/categories/database)

nobuhiko/bulk-insert-query
==========================

Doctrine DBAL BulkInsertQuery

1.1.0(4mo ago)124.5k↑33%1MITPHPCI failing

Since Nov 28Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/nobuhiko/bulk-insert-query)[ Packagist](https://packagist.org/packages/nobuhiko/bulk-insert-query)[ Fund](https://paypal.me/NKimoto)[ GitHub Sponsors](https://github.com/nobuhiko)[ RSS](/packages/nobuhiko-bulk-insert-query/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

bulk-insert-query
=================

[](#bulk-insert-query)

Bulk Insert Query with Doctrine\\DBAL

```
$builder = new BulkInsertQuery($em, $tableName);
$builder->setColumns($listTableColumns);

$builder->setValues($values);
$builder->execute();

```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance74

Regular maintenance activity

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2264 days

Total

2

Last Release

146d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e6c60e5ee1ae4c6c672a7911c1786ac8592f5f1a2eebfd95ecc000186d8b0e5?d=identicon)[nobuhiko](/maintainers/nobuhiko)

---

Top Contributors

[![nobuhiko](https://avatars.githubusercontent.com/u/604492?v=4)](https://github.com/nobuhiko "nobuhiko (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nobuhiko-bulk-insert-query/health.svg)

```
[![Health](https://phpackages.com/badges/nobuhiko-bulk-insert-query/health.svg)](https://phpackages.com/packages/nobuhiko-bulk-insert-query)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
