PHPackages                             trump27/buibaker - 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. trump27/buibaker

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

trump27/buibaker
================

Theme for Bootstrap3

0.1.6(10y ago)029MITPHP

Since Oct 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/trump27/buibaker)[ Packagist](https://packagist.org/packages/trump27/buibaker)[ Docs](https://github.com/trump27/buibaker)[ RSS](/packages/trump27-buibaker/feed)WikiDiscussions master Synced 3w ago

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

BuiBaker plugin for CakePHP
===========================

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

BootstrapUIをするときのサンプルlayoutと、TemplateのBake用テーマ。

Requirements
------------

[](#requirements)

- CakePHP 3.x
- Twitter Bootstrap 3.x
- [BootstrapUI](https://github.com/FriendsOfCake/bootstrap-ui)

インストールと設定
---------

[](#インストールと設定)

Composerで追加

```
composer require trump27/buibaker

```

プラグイン追加 `bootstrap.php`

```
Plugin::load('BootstrapUI');
Plugin::load('BuiBaker');
```

BootstrapUIのHelper読み込み `src\View\AppView`

```
public $layout = 'BuiBaker.default';

public function initialize()
{
    $this->loadHelper('Html', ['className' => 'BootstrapUI.Html']);
    $this->loadHelper('Form', ['className' => 'BootstrapUI.Form']);
    $this->loadHelper('Flash', ['className' => 'BootstrapUI.Flash']);
    $this->loadHelper('Paginator', ['className' => 'BootstrapUI.Paginator']);
}
```

model, controllerを作成後、templateをbake

```
$ bin/cake bake template [template_name] -t BuiBaker

```

ライセンス
-----

[](#ライセンス)

Copyright (c) 2015, trump27 and licensed under The MIT License.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Total

6

Last Release

3894d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/59426c3741d26f8d1c6d80a5b2ba177bf69d96f0050493bdef32219aec63cc93?d=identicon)[trump27](/maintainers/trump27)

### Embed Badge

![Health badge](/badges/trump27-buibaker/health.svg)

```
[![Health](https://phpackages.com/badges/trump27-buibaker/health.svg)](https://phpackages.com/packages/trump27-buibaker)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

42776.5k46](/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

35184.7k2](/packages/dereuromark-cakephp-setup)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

1674.7k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-flash

A CakePHP plugin around powerful flash message handling.

1229.9k2](/packages/dereuromark-cakephp-flash)

PHPackages © 2026

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