PHPackages                             mouf/cms.scaffolder - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mouf/cms.scaffolder

ActiveMouf-library[Utility &amp; Helpers](/categories/utility)

mouf/cms.scaffolder
===================

This package allow you to auto generate functional CMS components.

0881PHP

Since Apr 22Pushed 10y ago7 watchersCompare

[ Source](https://github.com/thecodingmachine/cms.scaffolder)[ Packagist](https://packagist.org/packages/mouf/cms.scaffolder)[ RSS](/packages/mouf-cmsscaffolder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

About CMS Scaffolder
====================

[](#about-cms-scaffolder)

What is it?
-----------

[](#what-is-it)

Mouf CMS Scaffolder is a PHP library designed to easily create CMS components.

How to use ?
------------

[](#how-to-use-)

To use the CMS Scaffolder, you just need to define your component name, and set it into the CMS =&gt; Scaffolder tab in Mouf's interface. Here are the steps :

1. You set your component's name, for example : Blog. WARNING : For now, the component name has to be in the SINGULAR to avoid the generated controller to use inexistant DAOs &amp; Beans.
2. You click on "Generate component"
    - The library will automatically :
        - Generate an SQL file
        - Generate a database patch using this SQL file
        - Apply the database patch
        - Generate the DAOs and Beans (using TDBM) ; BlogDao, BlogBean etc.
        - Generate views
        - Generate a controller -- BlogController -- with methods allowing to :
            - Display a front-office list
            - Display a back-office list
            - Display an item
            - Edit / Save / Delete an item
3. Purge cache -- to map the new URLs
4. Let's use it !

The CMS Scaffolder does not provide (for now) a pretty display, it will let you totally free to modify the views and integer it easily in your custom template.

Design choices
--------------

[](#design-choices)

In the base version, the CMS component contains :

- Title
- Slug (auto generated from title)
- Short text
- Content
- Image
- Creation date
- Update date

We think these are the minimum of useful datas for a CMS component. You don't have many useless components, and you're totally free to override the component with your custom needed datas.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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://avatars.githubusercontent.com/u/1104771?v=4)[mouf](/maintainers/mouf)[@Mouf](https://github.com/Mouf)

---

Top Contributors

[![Fooriva](https://avatars.githubusercontent.com/u/11922438?v=4)](https://github.com/Fooriva "Fooriva (15 commits)")[![moufmouf](https://avatars.githubusercontent.com/u/1290952?v=4)](https://github.com/moufmouf "moufmouf (5 commits)")[![xhuberty](https://avatars.githubusercontent.com/u/8350192?v=4)](https://github.com/xhuberty "xhuberty (1 commits)")

### Embed Badge

![Health badge](/badges/mouf-cmsscaffolder/health.svg)

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

###  Alternatives

[adrianorosa/laravel-geolocation

Laravel Geo Location package to get details for a given IP Address

6593.3k1](/packages/adrianorosa-laravel-geolocation)[rabrennie/jupyter-php-kernel

PHP Kernel for Jupyter Notebooks

321.1k](/packages/rabrennie-jupyter-php-kernel)

PHPackages © 2026

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