PHPackages                             unimatrix/backend - 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/backend

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

unimatrix/backend
=================

Backend for CakePHP 3.6

3.2.0(7y ago)0116MITPHP

Since May 11Pushed 7y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (45)Used By (0)

Unimatrix Backend
=================

[](#unimatrix-backend)

[![Build Status](https://camo.githubusercontent.com/347fe7868ba876dae4411497d746ba37b76a44fd27628d0996a4ea4e65a6311f/68747470733a2f2f6170692e7472617669732d63692e6f72672f756e696d61747269782f6261636b656e642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/unimatrix/backend)[![Coverage Status](https://camo.githubusercontent.com/590e3586bf2e10f4489f3a347b606a768dfd013b819283c6d326bb1f4f814512/68747470733a2f2f636f6465636f762e696f2f67682f756e696d61747269782f6261636b656e642f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/unimatrix/backend)[![Latest Stable Version](https://camo.githubusercontent.com/a8ece8b93f39c9826e528fa2850675b9adf30840536183ad74dc64e19879e451/68747470733a2f2f706f7365722e707567782e6f72672f756e696d61747269782f6261636b656e642f762f737461626c652e737667)](https://packagist.org/packages/unimatrix/backend)[![License](https://camo.githubusercontent.com/3589344dfd852ae4cab7799c011e7d79f20562b6be12d08cb1273d27770d0f5c/68747470733a2f2f706f7365722e707567782e6f72672f756e696d61747269782f6261636b656e642f6c6963656e73652e737667)](https://github.com/unimatrix/backend/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/8fd944ea768468cbf141098223181e4763cd4c57a521bee9d6c192d92111ee1e/68747470733a2f2f706f7365722e707567782e6f72672f756e696d61747269782f6261636b656e642f642f746f74616c2e737667)](https://packagist.org/packages/unimatrix/backend)

Backend 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/backend:^3.0

```

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

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

```

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

[](#configuration)

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

```
    /**
     * Backend settings
     *
     * - security - Enables security modules, if ssl is set to true backend wont load without https
     * - credentials - The backend auth credentials that will allow you to login
     * - ckfinder - License information for ckfinder and backend settings (only local or ftp supported)
     *       - http://docs.cksource.com/ckfinder3-php/configuration.html#configuration_options_backends
     */
    'Backend' => [
        'security' => [
            'salt' => '....64characters....', // optional to encrypt backend cookies automatically
            'enabled' => true,
            'ssl' => false
        ],
        'credentials' => [
            'username' => 'user',
            'password' => 'pass',
            'cookie' => 'backend_credentials_remember' // optional cookie autologin name
        ],
        'ckfinder' => [
            'license' => 'your-license',
            'key' => 'your-license-key',
            'tmp' => TMP,
            'backend' => [
                'name' => 'default',
                'adapter' => 'local',
                'baseUrl' => '/up/',
                'root' => WWW_ROOT . 'up',
                'chmodFiles' => 0777,
                'chmodFolders' => 0755,
                'filesystemEncoding' => 'UTF-8'
            ]
        ],
        'whitelabel' => [
            'product' => 'Unimatrix Venture Digital Platform System',
            'website' => 'https://venture.unimatrix.ro'
        ]
    ],

```

Usage
-----

[](#usage)

To use the backend plugin you have to add a prefix in your `config/routes.php`

Login is handled by the plugin but the rest of the controllers / modules can be in your application under src/controller/backend

```
// backend
Router::prefix('backend', function(RouteBuilder $routes) {
    $routes->connect('/', ['controller' => 'Dashboard', 'action' => 'index']);
});

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity76

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

Total

44

Last Release

2884d ago

Major Versions

1.1.6 → 2.0.02018-02-12

2.2.7 → 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 (97 commits)")

---

Tags

backendcakephp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

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