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

ActiveCakephp-plugin

sdtorresl/materialize-theme
===========================

MaterializeTheme plugin for CakePHP

121HTML

Since Jul 22Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

MaterializeTheme plugin for CakePHP
===================================

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

This plugin provides easy to use [materialize](https://materializecss.com) theme in CakePHP 4.x

[![preview](https://github.com/sdtorresl/matherialize-theme/raw/master/webroot/img/preview.png)](https://github.com/sdtorresl/matherialize-theme/blob/master/webroot/img/preview.png)

Prerequisites
-------------

[](#prerequisites)

A complete CakePHP environment is required for this proyect.

In this [repository](https://github.com/sdtorresl/vagrant-cakephp/) you can deploy a clean environment with all dependencies ready for develop CakePHP applications.

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

[](#installation)

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

The recommended way to install composer packages is:

```
composer require sdtorresl/materialize-theme:dev-master

```

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

[](#configuration)

Load the plugin in your `src/Application.php` file (`bootsrap()` method):

```
$this->addPlugin('MaterializeTheme');

```

To set the default bake template add the follow lines to `config/bootstrap.php`:

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

```

To set the default layout in `AppController` add the follow method:

```
use Cake\Event\EventInterface;
[...]
public function beforeRender(EventInterface $event) {
    parent::beforeRender($event);

    $this->viewBuilder()->setLayout('MaterializeTheme.materialize');
}

```

Extending plugin templates
--------------------------

[](#extending-plugin-templates)

If you need to extend the templates follow the next steps:

```
cd APP_HOME
mkdir -p templates/plugin/sdtorresl/materialize-theme
cp -r vendor/sdtorresl/materialize-theme/templates/ templates/plugin/sdtorresl/materialize-theme/

```

More info related with overriding is available [here](https://book.cakephp.org/4/en/plugins.html#overriding-plugin-templates-from-inside-your-application):

Authors
-------

[](#authors)

[Sergio Torres](sdtorresl@innovaciones.co)

License
-------

[](#license)

This project is licensed under the MIT License - see the LICENSE.md file for details

Support
-------

[](#support)

Have issues? Write to our [support mail](mailto:soporte@innovaciones.co)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/59f1fdd52eed92cf3379e8a074c46beeb4f50abb4c5a9b5ae0ddd5bfebbd7c31?d=identicon)[sdtorresl](/maintainers/sdtorresl)

---

Top Contributors

[![sdtorresl](https://avatars.githubusercontent.com/u/1302523?v=4)](https://github.com/sdtorresl "sdtorresl (11 commits)")

### Embed Badge

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

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

PHPackages © 2026

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