PHPackages                             thtg88/mmcms - 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. [API Development](/categories/api)
4. /
5. thtg88/mmcms

AbandonedArchivedLibrary[API Development](/categories/api)

thtg88/mmcms
============

A headless CMS. With a REST API.

v0.40.0(5y ago)0542MITPHPPHP ^8.0

Since Jul 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/thtg88/mmcms)[ Packagist](https://packagist.org/packages/thtg88/mmcms)[ RSS](/packages/thtg88-mmcms/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (15)Versions (75)Used By (0)

mmCMS
=====

[](#mmcms)

A headless CMS. With a REST API. mmCMS is a Laravel package that provides a REST interface over creating structured data.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Development](#development)
- [License](#license)
- [Security Vulnerabilities](#security-vulnerabilities)

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

[](#installation)

```
composer global require thtg88/mmcms-installer
```

Make sure to place Composer's system-wide vendor bin directory in your $PATH so the `mmcms` executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:

- macOS: `$HOME/.composer/vendor/bin`
- Windows: `%USERPROFILE%\AppData\Roaming\Composer\vendor\bin`
- GNU / Linux Distributions: `$HOME/.config/composer/vendor/bin` or `$HOME/.composer/vendor/bin`

You could also find the composer's global installation path by running `composer global about` and looking up from the first line.

Once installed, the `mmcms` new command will create a fresh mmCMS installation in the directory you specify. For instance, `mmcms new blog` will create a directory named `blog` containing a fresh mmCMS installation with all of mmCMS's dependencies already installed:

```
mmcms new blog
```

Configure your database connection as you normally do within Laravel.

Next from your terminal run:

```
php artisan mmcms:install
```

Usage
-----

[](#usage)

**Coming soon!**

Development
-----------

[](#development)

Clone the repo

```
# clone the repo
$ git clone https://github.com/thtg88/mmcms.git mmcms

# create a new Laravel application
$ laravel new mmcms-api
```

Add mmcms as a dependency of your API project in `composer.json`:

```
{
    ...
    "repositories": [
        {
            "type": "path",
            "url": "../mmcms"
        }
    ],
    "require": {
        ...
        "thtg88/mmcms": "*"
    },
    ...
}
```

Next from your terminal run:

```
# Run composer update to bring in mmCMS as dependancy
composer update

# And install mmCMS
php artisan mmcms:install
```

Tests
-----

[](#tests)

mmCMS uses [PHPUnit](https://github.com/sebastianbergmann/phpunit) for testing.

You can run the whole tests suite using:

```
composer run-script test

# or
composer test

# or
./vendor/bin/phpunit
```

License
-------

[](#license)

mmCMS is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within mmCMS, please send an e-mail to Marco Marassi at . All security vulnerabilities will be promptly addressed.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 99.3% 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 ~13 days

Recently: every ~28 days

Total

73

Last Release

1891d ago

PHP version history (3 changes)v0.36.2PHP ^7.4.6

v0.38.0PHP ^7.4.12|^8.0

v0.40.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16927402?v=4)[Marco Marassi](/maintainers/thtg88)[@thtg88](https://github.com/thtg88)

---

Top Contributors

[![thtg88](https://avatars.githubusercontent.com/u/16927402?v=4)](https://github.com/thtg88 "thtg88 (833 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

cmslaravelphp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thtg88-mmcms/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[spinen/laravel-clickup

SPINEN's Laravel Package for ClickUp.

282.2k](/packages/spinen-laravel-clickup)

PHPackages © 2026

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