PHPackages                             aoliverio/builder - 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. aoliverio/builder

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

aoliverio/builder
=================

CakePHP 3.x plugin to generate beautiful and functional masks in Bootstrap 3 style

v1.1.2(9y ago)8165[1 issues](https://github.com/aoliverio/builder/issues)2MITPHPPHP &gt;=5.4.16

Since Feb 16Pushed 8y ago4 watchersCompare

[ Source](https://github.com/aoliverio/builder)[ Packagist](https://packagist.org/packages/aoliverio/builder)[ RSS](/packages/aoliverio-builder/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (2)Versions (10)Used By (2)

Builder for CakePHP 3.x
=======================

[](#builder-for-cakephp-3x)

Builder is a CakePHP 3.x plugin used to generate code in Bootstrap 3 style.

Some of the highlights:

- Defined a new Bake template for generate CRUD using Bootstrap 3 framework.
- Added filter action to controller and generate base filter template.
- Open add, edit, delete and filter templates in the Bootstrap 3 modal view.
- Used grid and detail template to extend the index and view actions functionality.
- Used element to import in CakePHP 3 app default code and behavior.
- Used DataTables JQuery plugin for table in the index template.
- Integrated simple Role-Based Access Controll.

The last version was called "**Monument Valley**", from the image that appears at login.

[![builder-login-area](https://raw.githubusercontent.com/aoliverio/builder/master/docs/images/login-area-screenshot.png)](https://raw.githubusercontent.com/aoliverio/builder/master/docs/images/login-area-screenshot.png)

This version uses popup element for ADD/EDIT/DELETE/FILTER actions:

[![builder-form-template](https://raw.githubusercontent.com/aoliverio/builder/master/docs/images/form-template-screenshot.png)](https://raw.githubusercontent.com/aoliverio/builder/master/docs/images/form-template-screenshot.png)

In this version is a new dashboad Builder been integrated:

[![builder-form-template](https://raw.githubusercontent.com/aoliverio/builder/master/docs/images/builder-dashboard-screenshot.png)](https://raw.githubusercontent.com/aoliverio/builder/master/docs/images/builder-dashboard-screenshot.png)

Minimal Requirements
--------------------

[](#minimal-requirements)

The Builder plugin using this third-party libraries, managed with bower:

- jQuery
- jQuery UI
- Bootstrap
- FontAwesome
- DataTables (Add advanced interaction controls to any HTML table, )
- Summernote (Simple WYSIWYG editor on Bootstrap, )

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

[](#installation)

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

### Prerequisites

[](#prerequisites)

If Composer is installed, run to create your CakePHP project:

```
php composer.phar create-project --prefer-dist cakephp/app [your-project]

```

Set database connection in /config/app.php, before proceeding with the installation of the Builder.

### Plugin installation

[](#plugin-installation)

The recommended way to install composer packages is:

```
composer require aoliverio/builder

```

Load plugin with route params in your application:

```
bin/cake plugin load -r Builder

```

Complete the installation using the Builder console:

```
bin/cake builder setup

```

### Complete installation

[](#complete-installation)

Edit initialize function in src/Controller/AppController, it requires no change to the standard behavior.

```
namespace App\Controller;

use Builder\Controller\AppController as Controller;

class AppController extends Controller {
    public function initialize() {
        parent::initialize();

        // YOUR CODE HERE
    }
}
```

Edit initialize function in src/View/AppView, as follows:

```
namespace App\View;

use Builder\View\View;

class AppView extends View {
    public function initialize() {
        parent::initialize();

        // YOUR CODE HERE
    }
}
```

### Test installation

[](#test-installation)

To check the correct functioning go to the url (for example ), and insert default credentials, username: **** and password: **admin**. The system is ready to be used.

Docs
----

[](#docs)

For more informations about installation and configuration options, see the [WIKI](https://github.com/aoliverio/builder/wiki).

Bugs &amp; Feedback
-------------------

[](#bugs--feedback)

.

License
-------

[](#license)

Copyright (c) 2016 Antonio Oliverio and licensed under [MIT License](http://opensource.org/licenses/mit-license.php).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

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

Recently: every ~70 days

Total

9

Last Release

3481d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/409760?v=4)[Antonio Oliverio](/maintainers/aoliverio)[@aoliverio](https://github.com/aoliverio)

---

Top Contributors

[![aoliverio](https://avatars.githubusercontent.com/u/409760?v=4)](https://github.com/aoliverio "aoliverio (275 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aoliverio-builder/health.svg)

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

###  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.

42837.4k48](/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)
