PHPackages                             matacms/matacms-base - 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. matacms/matacms-base

ActiveProject[Framework](/categories/framework)

matacms/matacms-base
====================

MATA CMS Base

1.1.7.3-alpha(7y ago)02.8k2[1 issues](https://github.com/qi-interactive/matacms-base/issues)[2 PRs](https://github.com/qi-interactive/matacms-base/pulls)3BSD-3-ClausePHPPHP &gt;=5.4.0

Since May 18Pushed 7y ago4 watchersCompare

[ Source](https://github.com/qi-interactive/matacms-base)[ Packagist](https://packagist.org/packages/matacms/matacms-base)[ Docs](http://www.qi-interactive.com/)[ RSS](/packages/matacms-matacms-base/feed)WikiDiscussions development Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (53)Used By (3)

MATA CMS Base
=============

[](#mata-cms-base)

[![MATA CMS Module](https://camo.githubusercontent.com/c0401b91459d20973612c632a7f5e84f9cf5f5f7cebec1d6c200c7e26dc93cd7/68747470733a2f2f73332d65752d776573742d312e616d617a6f6e6177732e636f6d2f71692d696e7465726163746976652f6173736574732f6d6174612d636d732f676561722d6d6174612d6c6f676f25343032782e706e67)](https://camo.githubusercontent.com/c0401b91459d20973612c632a7f5e84f9cf5f5f7cebec1d6c200c7e26dc93cd7/68747470733a2f2f73332d65752d776573742d312e616d617a6f6e6177732e636f6d2f71692d696e7465726163746976652f6173736574732f6d6174612d636d732f676561722d6d6174612d6c6f676f25343032782e706e67)

MATA CMS Base application is the core of MATA CMS built on top of MATA Framework.

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

[](#installation)

- Add the application using composer:

```
"matacms/matacms-base": "~1.0.0"
```

Changelog
---------

[](#changelog)

1.1.6.1-alpha, October 25, 2016
-------------------------------

[](#1161-alpha-october-25-2016)

- Updated matacms\\widgets\\ActiveField: dateTime field accepts 'minDate' option (if set to false, there is no minDate for date time picker)

1.1.6.0-alpha, September 28, 2016
---------------------------------

[](#1160-alpha-september-28-2016)

- Updated matacms\\widgets\\ActiveField

1.1.5.9-alpha, September 27, 2016
---------------------------------

[](#1159-alpha-september-27-2016)

- Disabled pjax on module index list view items links

1.1.5.8-alpha, September 21, 2016
---------------------------------

[](#1158-alpha-september-21-2016)

- Updated matacms\\controllers\\base\\AuthenticatedController

1.1.5.7-alpha, September 19, 2016
---------------------------------

[](#1157-alpha-september-19-2016)

- Updated matacms\\controllers\\base\\AuthenticatedController

1.1.5.6-alpha, September 7, 2016
--------------------------------

[](#1156-alpha-september-7-2016)

- Updated matacms\\web\\Application and matacms\\console\\Application: merging extensions defined in config file with /vendor/yiisoft/extensions.php

1.1.5.5-alpha, September 2, 2016
--------------------------------

[](#1155-alpha-september-2-2016)

- Removed matacms\\environment\\behaviors\\EnvironmentBehavior from matacms\\db\\ActiveRecord

1.1.5.4-alpha, May 16, 2016
---------------------------

[](#1154-alpha-may-16-2016)

- Bug fix

1.1.5.3-alpha, May 13, 2016
---------------------------

[](#1153-alpha-may-13-2016)

- Added DateHelper for setting datetimes into user local time
- Added magic getter for setting user local time and setter for setting local time to UTC

1.1.5.2-alpha, April 28, 2016
-----------------------------

[](#1152-alpha-april-28-2016)

- Updated composer.json for matacms/matacms-simple-theme version

1.1.5.1-alpha, April 27, 2016
-----------------------------

[](#1151-alpha-april-27-2016)

- Added trigger of ActiveQuery::EVENT\_BEFORE\_PREPARE\_STATEMENT\_FOR\_SEARCH in actionIndex (matacms\\controllers\\module\\Controller) (event consumed by matacms-language module)

1.1.5-alpha, November 30, 2015
------------------------------

[](#115-alpha-november-30-2015)

- Bug fix for \\matacms\\console\\Application

1.1.4.9-alpha, November 8, 2015
-------------------------------

[](#1149-alpha-november-8-2015)

- Changed usage of deprecated Vimeo API to oEmbed

1.1.4.8-alpha, October 13, 2015
-------------------------------

[](#1148-alpha-october-13-2015)

- Updated multi lingual rearranging

1.1.4.7-alpha, October 13, 2015
-------------------------------

[](#1147-alpha-october-13-2015)

- Added support for multi lingual rearranging

1.1.4.6-alpha, October 12, 2015
-------------------------------

[](#1146-alpha-october-12-2015)

- Updated selector for history behavior
- Added language selector modal for module list view page (enabled only if model has LanguageBehavior)

1.1.4.5-alpha, October 7, 2015
------------------------------

[](#1145-alpha-october-7-2015)

- Added support to overwrite views rendered via renderAjax

1.1.4.4-alpha, September 22, 2015
---------------------------------

[](#1144-alpha-september-22-2015)

- Updated multiselect field type in ActiveField

1.1.4.3-alpha, September 16, 2015
---------------------------------

[](#1143-alpha-september-16-2015)

- Added \\matacms\\console\\Application with option to disable specific modules from bootstrapping

1.1.4.2-alpha, September 16, 2015
---------------------------------

[](#1142-alpha-september-16-2015)

- Removed non-essential modules (matacms-content-block, matacms-post, matacms-carousel, matacms-person)
- Removed XML declarations

1.1.4.1-alpha, August 23, 2015
------------------------------

[](#1141-alpha-august-23-2015)

- Updated module acccess control

1.1.4-alpha, August 21, 2015
----------------------------

[](#114-alpha-august-21-2015)

- Added error page
- Added module acccess control
- Added support for multiple selection in dropDownList
- Added support for multiple notifications with same key
- Small updates

1.1.3.3-alpha, July 20, 2015
----------------------------

[](#1133-alpha-july-20-2015)

- Composer.json updates

1.1.3.2-alpha, July 20, 2015
----------------------------

[](#1132-alpha-july-20-2015)

- Composer.json updates

1.1.3.1-alpha, July 20, 2015
----------------------------

[](#1131-alpha-july-20-2015)

- Composer.json updates

1.1.3-alpha, July 20, 2015
--------------------------

[](#113-alpha-july-20-2015)

- Added dependency on matacms/matacms-user

1.1.2.2-alpha, July 6, 2015
---------------------------

[](#1122-alpha-july-6-2015)

- Added customized ActiveField hint with tooltip

1.1.2.1-alpha, June 11, 2015
----------------------------

[](#1121-alpha-june-11-2015)

- Bugfix for NotificationFilter

1.1.2-alpha
-----------

[](#112-alpha)

- Security fixes -- matacms\\controllers\\module\\Controller was overwritting behaviors
- Added dependency on mata/mata-framework : ~1.1.0-alpha

1.1.1-alpha, May 28, 2015
-------------------------

[](#111-alpha-may-28-2015)

- Bug fixes

1.1.0-alpha, May 28, 2015
-------------------------

[](#110-alpha-may-28-2015)

- Moved a lot of logic from \[\[matacms\\db\\ActiveQuery\]\] to \[\[mata\\db\\ActiveQuery\]\]
- Updated query for visual representation

1.0.9-alpha, May 27, 2015
-------------------------

[](#109-alpha-may-27-2015)

- EVENT\_BEFORE\_PREPARE\_STATEMENT is fired only once (Bug fix)

1.0.8-alpha, May 26, 2015
-------------------------

[](#108-alpha-may-26-2015)

- matacms\\controllers\\module\\Controller::EVENT\_MODEL\_DELETED now fires after delete() on a model
- NotificationFilter handled errors when removing entities
- Updated Rearrangeable view with environment statuses

1.0.7-alpha, May 26, 2015
-------------------------

[](#107-alpha-may-26-2015)

- Added EVENT\_BEFORE\_PREPARE\_STATEMENT, allowing condition injection
- ActiveQuery extends \\mata\\db\\ActiveQuery
- Added dependency on mata/mata-framework : ~1.0.3-alpha which introduced \\mata\\db\\ActiveQuery

1.0.6-alpha, May 22, 2015
-------------------------

[](#106-alpha-may-22-2015)

- Updated Rearrangeable view with environment status.

1.0.5-alpha, May 21, 2015
-------------------------

[](#105-alpha-may-21-2015)

- Updated View.php

1.0.4-alpha, May 19, 2015
-------------------------

[](#104-alpha-may-19-2015)

- Added JS trigger for 'mediaChanged' event for FineUploader on upload complete.

1.0.3-alpha, May 18, 2015
-------------------------

[](#103-alpha-may-18-2015)

- Updated pointer to mata-tag module.

1.0.2-alpha, May 18, 2015
-------------------------

[](#102-alpha-may-18-2015)

- Updated pointer to mata-rbac module.

1.0.1-alpha, May 18, 2015
-------------------------

[](#101-alpha-may-18-2015)

- Moved CalendarInterface from /base into /interfaces

1.0.0-alpha, May 18, 2015
-------------------------

[](#100-alpha-may-18-2015)

- Initial release.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.6% 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 ~29 days

Recently: every ~93 days

Total

49

Last Release

2595d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/894e97cca05581e84231d47aa964c3cbca2cc71d97a8aa2c77f7c74983812b1e?d=identicon)[qiinteractive](/maintainers/qiinteractive)

![](https://www.gravatar.com/avatar/a9e7c545f556272ce9b40e7c20d3be8196f1a19f4130b13d350d36a923838e32?d=identicon)[michal-qi](/maintainers/michal-qi)

---

Top Contributors

[![wichura](https://avatars.githubusercontent.com/u/878562?v=4)](https://github.com/wichura "wichura (72 commits)")[![lukasz-devkick](https://avatars.githubusercontent.com/u/23215722?v=4)](https://github.com/lukasz-devkick "lukasz-devkick (1 commits)")

---

Tags

frameworkmatamata cmsbase

### Embed Badge

![Health badge](/badges/matacms-matacms-base/health.svg)

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

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)[yii2mod/base

Base application template for Yii2

531.3k](/packages/yii2mod-base)

PHPackages © 2026

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