PHPackages                             jeffersonbehling/materialize-theme-cakephp - 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. jeffersonbehling/materialize-theme-cakephp

ActiveCakephp-plugin

jeffersonbehling/materialize-theme-cakephp
==========================================

Materialize plugin for CakePHP

v1.0.2(7y ago)23671MITPHPCI failing

Since Mar 23Pushed 6y ago3 watchersCompare

[ Source](https://github.com/jeffersonbehling/materialize-theme-cakephp)[ Packagist](https://packagist.org/packages/jeffersonbehling/materialize-theme-cakephp)[ RSS](/packages/jeffersonbehling-materialize-theme-cakephp/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Materialize CSS theme default for CakePHP
=========================================

[](#materialize-css-theme-default-for-cakephp)

\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* Em processo de Desenvolvimento \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
--------------------------------------------------------------------------------------------

[](#-em-processo-de-desenvolvimento-)

Última atualização 19/05/2018

Instalação
----------

[](#instalação)

##### *Versão recomendada do CakePHP 3.5*

[](#versão-recomendada-do-cakephp-35)

```
composer create-project --prefer-dist cakephp/app=3.5.0 app

```

Dentro do seu projeto, execute:

```
composer require jeffersonbehling/materialize-theme-cakephp:dev-master

```

No arquivo `config/bootstrap.php` adicione:

```
Plugin::load('Materialize', ['bootstrap' => false, 'routes' => false]);

```

Para definir o Materialize como tema padrão, adicione em `config/bootstrap.php`

```
Configure::write('Bake.theme', 'Materialize');

```

Utilização
----------

[](#utilização)

Se for definir o Materialize como Tema Padrão, apenas precise utilizar

```
bin/cake bake all sua_tabela

```

Caso contrário, adicione `--theme Materialize` ao comando `bake`.

Exemplo:

```
bin/cake bake all sua_tabela --theme Materialize

```

Se for gerar apenas o `bake` para gerar os TEMPLATES, deverá adicionar na sua Controller o seguinte código.

```
public function beforeRender(Event $event)
{
    parent::beforeRender($event);
    $this->viewBuilder()->setHelpers(['Materialize.Form']);

    $this->viewBuilder()->layout('Materialize.materialize');
}

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 92.1% 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 ~28 days

Total

3

Last Release

2912d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fca2e1fbb3d2dff3d3bb5d9b56f2033a7b6ba2af2108213a9533b9dfab8fd543?d=identicon)[jeffersonbehling](/maintainers/jeffersonbehling)

---

Top Contributors

[![jeffersonvantuir](https://avatars.githubusercontent.com/u/17764393?v=4)](https://github.com/jeffersonvantuir "jeffersonvantuir (35 commits)")[![karthikeyanangler](https://avatars.githubusercontent.com/u/37529970?v=4)](https://github.com/karthikeyanangler "karthikeyanangler (2 commits)")[![dobrician](https://avatars.githubusercontent.com/u/4934154?v=4)](https://github.com/dobrician "dobrician (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jeffersonbehling-materialize-theme-cakephp/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersonbehling-materialize-theme-cakephp/health.svg)](https://phpackages.com/packages/jeffersonbehling-materialize-theme-cakephp)
```

###  Alternatives

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3752.1M3](/packages/friendsofcake-cakepdf)[cakephp/bake

Bake plugin for CakePHP

11211.2M156](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

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

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M26](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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