PHPackages                             unimatrix/frontend - 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. [Framework](/categories/framework)
4. /
5. unimatrix/frontend

AbandonedArchivedCakephp-plugin[Framework](/categories/framework)

unimatrix/frontend
==================

Frontend for CakePHP 3.6

3.2.0(7y ago)073MITPHP

Since May 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/unimatrix/frontend)[ Packagist](https://packagist.org/packages/unimatrix/frontend)[ Docs](https://venture.unimatrix.ro)[ RSS](/packages/unimatrix-frontend/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (3)Versions (34)Used By (0)

Unimatrix Frontend
==================

[](#unimatrix-frontend)

[![Build Status](https://camo.githubusercontent.com/632dd1f9e8fd477c2d96c4b4364563730e75e6d083743f1209da7ddfd0024a8b/68747470733a2f2f6170692e7472617669732d63692e6f72672f756e696d61747269782f66726f6e74656e642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/unimatrix/frontend)[![Coverage Status](https://camo.githubusercontent.com/888358543187d65a555e3f6de9f9bc88d855498c168296d0aca51dc4063d1dbb/68747470733a2f2f636f6465636f762e696f2f67682f756e696d61747269782f66726f6e74656e642f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/unimatrix/frontend)[![Latest Stable Version](https://camo.githubusercontent.com/144349e4b57bf6abbd090cc0fd42e3b4f5f48a81165fad3b083767ba602d977d/68747470733a2f2f706f7365722e707567782e6f72672f756e696d61747269782f66726f6e74656e642f762f737461626c652e737667)](https://packagist.org/packages/unimatrix/frontend)[![License](https://camo.githubusercontent.com/a9fa1492fea96ad9391b343340f4d96899a162df1ef65121676b07616aecc05c/68747470733a2f2f706f7365722e707567782e6f72672f756e696d61747269782f66726f6e74656e642f6c6963656e73652e737667)](https://github.com/unimatrix/frontend/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/9d90753e11aa3bbda6833d06072dd9c9f76c63850494e441bb58176c2b82d843/68747470733a2f2f706f7365722e707567782e6f72672f756e696d61747269782f66726f6e74656e642f642f746f74616c2e737667)](https://packagist.org/packages/unimatrix/frontend)

Frontend for CakePHP 3.6

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

[](#requirements)

- PHP &gt;= 7.1
- CakePHP &gt;= 3.6

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 unimatrix/frontend:^3.0

```

Don't forget to load it under your bootstrap function in `Application.php`

```
$this->addPlugin('Unimatrix/Cake');
$this->addPlugin('Unimatrix/Frontend');

```

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

[](#configuration)

Of course you have to add some things in your `config/app.php`

```
    /**
     * Frontend settings
     *
     * - security - Enables security modules, if ssl is set to true frontend wont load without https
     * - seo - Default SEO values (can be overwritten on a template basis), publishers.facebook should be appid
     * - cookie - The default info for the (mandatory by EU) cookie message
     */
    'Frontend' => [
        'security' => [
            'enabled' => true,
            'ssl' => false,
            'skip' => [ // skip CSRF verifications for these requests
                ['controller' => 'API', 'action' => 'batch'], // skip the batch action from the API controller
                ['controller' => 'Amazon'], // skip the whole amazon controller
                ['plugin => 'Backend'] // skip the whole backend plugin
            ]
        ],
        'seo' => [
            'site' => 'Website.tld',
            'theme' => '#ffffff',
            'title' => 'Website Title',
            'keywords' => 'website, title',
            'description' => 'The website description.',
            'publishers' => [
                'facebook' => '1111111111111111', // app id
                'google' => 'https://plus.google.com/Website',
            ]
        ],
        'captcha' => [ // google recaptcha widget
            'key' => 'your site key',
            'secret' => 'your secret key'
        ],
        'cookie' => [
            'url' => '/cookies', // or array ['controller' => 'Pages', 'action' => 'cookies']
        ]
    ],

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity74

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

Total

33

Last Release

2884d ago

Major Versions

1.1.6 → 2.0.02018-02-12

2.2.5 → 3.0.02018-04-23

### Community

Maintainers

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

---

Top Contributors

[![highstrike](https://avatars.githubusercontent.com/u/2379538?v=4)](https://github.com/highstrike "highstrike (64 commits)")

---

Tags

cakephpfrontend

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/unimatrix-frontend/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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