PHPackages                             loafer/laravel-bulk-package - 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. loafer/laravel-bulk-package

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

loafer/laravel-bulk-package
===========================

A package for laravel that allows bulk data insertion

020PHP

Since Jul 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Loafer19/LaravelBulkPackage)[ Packagist](https://packagist.org/packages/loafer/laravel-bulk-package)[ RSS](/packages/loafer-laravel-bulk-package/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Bulk Package
--------------------

[](#laravel-bulk-package)

#### A package for laravel that allows bulk data insertion

[](#a-package-for-laravel-that-allows-bulk-data-insertion)

for example, when you have such data:

```
$categories = collect([
    ['name' => 'Category 1'],
    ['name' => 'Category 2'],
    ['name' => 'Category 3'],
]);

```

you just write:

```
Bulk::insert('categories', 'name', $categories);

```

and you will get:

- check data for existing records
- inserts data in one query
- returns the rows of created records

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45109375?v=4)[Popelyshyn Ruslan](/maintainers/Loafer19)[@Loafer19](https://github.com/Loafer19)

---

Top Contributors

[![Loafer19](https://avatars.githubusercontent.com/u/45109375?v=4)](https://github.com/Loafer19 "Loafer19 (2 commits)")

---

Tags

laravellaravel-package

### Embed Badge

![Health badge](/badges/loafer-laravel-bulk-package/health.svg)

```
[![Health](https://phpackages.com/badges/loafer-laravel-bulk-package/health.svg)](https://phpackages.com/packages/loafer-laravel-bulk-package)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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