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(8y ago)312MITPHP

Since Jun 10Pushed 8y 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 today

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 43% 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

3256d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7bcc81b7d595879bf390da0a7d89c345da2b06d1c16b19ede47b86ab32746627?d=identicon)[IkezoeMakoto](/maintainers/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

338920.1k32](/packages/dereuromark-cakephp-tools)[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[dereuromark/cakephp-shim

A CakePHP plugin to shim applications between major framework versions.

401.0M11](/packages/dereuromark-cakephp-shim)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

40676.6k31](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

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

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-geo

A CakePHP plugin around geocoding tools and helpers.

51174.9k4](/packages/dereuromark-cakephp-geo)

PHPackages © 2026

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