PHPackages                             ikezoe-makoto/cakephp3bulker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ikezoe-makoto/cakephp3bulker

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

ikezoe-makoto/cakephp3bulker
============================

cakephp3bulker plugin for CakePHP

0.0.6(9y ago)312MITPHP

Since Jun 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/IkezoeMakoto/Cakephp3Bulker)[ Packagist](https://packagist.org/packages/ikezoe-makoto/cakephp3bulker)[ RSS](/packages/ikezoe-makoto-cakephp3bulker/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

Cakephp3Bulker plugin for CakePHP
=================================

[](#cakephp3bulker-plugin-for-cakephp)

[![CircleCI](https://camo.githubusercontent.com/f77ebf14a96f1124848120e8ae9679a286b5c3eb0b30a68698a8665c1a756bca/68747470733a2f2f636972636c6563692e636f6d2f67682f496b657a6f654d616b6f746f2f43616b657068703342756c6b65722f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/IkezoeMakoto/Cakephp3Bulker/tree/master)

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require ikezoe-makoto/cakephp3bulker

```

Configuration
-------------

[](#configuration)

### Load the plugin:

[](#load-the-plugin)

```
// In /config/bootstrap.php
Plugin::load('Cakephp3Bulker');

```

### Make a model Bulker

[](#make-a-model-bulker)

Use the Bulker Behavior on your model Table class:

```
// in src/Model/Table/UsersTable.php
...
class UsersTable extends Table
{
    public function example()
    {
        $this->addBehavior('Cakephp3Bulker.Bulker');
        ...
    }

```

Use
---

[](#use)

### Bulk Insert &amp;&amp; Bulk Update

[](#bulk-insert--bulk-update)

```
// in src/Model/Table/UsersTable.php
$this->saveBulk($manySaveData);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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 ~0 days

Total

6

Last Release

3305d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7962629?v=4)[Z.O.E.](/maintainers/IkezoeMakoto)[@IkezoeMakoto](https://github.com/IkezoeMakoto)

---

Top Contributors

[![IkezoeMakoto](https://avatars.githubusercontent.com/u/7962629?v=4)](https://github.com/IkezoeMakoto "IkezoeMakoto (25 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ikezoe-makoto-cakephp3bulker/health.svg)

```
[![Health](https://phpackages.com/badges/ikezoe-makoto-cakephp3bulker/health.svg)](https://phpackages.com/packages/ikezoe-makoto-cakephp3bulker)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M49](/packages/dereuromark-cakephp-tools)[cakephp/bake

Bake plugin for CakePHP

11212.0M192](/packages/cakephp-bake)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1902.3M40](/packages/dereuromark-cakephp-ide-helper)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

42776.5k48](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3096.0k5](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36199.6k2](/packages/dereuromark-cakephp-setup)

PHPackages © 2026

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