PHPackages                             custom-cmf/cmf - 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. custom-cmf/cmf

ActiveLibrary

custom-cmf/cmf
==============

4421PHP

Since Aug 29Pushed 11y ago3 watchersCompare

[ Source](https://github.com/itcreator/custom-cmf)[ Packagist](https://packagist.org/packages/custom-cmf/cmf)[ RSS](/packages/custom-cmf-cmf/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

custom-cmf
==========

[](#custom-cmf)

PHP CMF for developers

Installation guide
------------------

[](#installation-guide)

#### Create **composer.json**:

[](#create-composerjson)

```
{
    "name": "YourName",
    "require": {
        "php": ">=5.4.3",
        "custom-cmf/cmf": "dev-master"
    },
    "include-path": ["vendor/doctrine/orm/lib", "."],
    "minimum-stability": "dev",
    "scripts": {
        "post-install-cmd": [
            "Cmf\\Application\\Composer\\Script::installApp",
            "Cmf\\Application\\Composer\\Script::initEnvironment",
            "Cmf\\Application\\Composer\\Script::updateDb",
            "Cmf\\PublicResources\\Composer\\Script::installAssets"
        ],
        "post-update-cmd": [
            "Cmf\\Application\\Composer\\Script::installApp",
            "Cmf\\Application\\Composer\\Script::initEnvironment",
            "Cmf\\Application\\Composer\\Script::updateDb",
            "Cmf\\PublicResources\\Composer\\Script::installAssets"
        ]
    },
    "config": {
        "bin-dir": "bin"
    }
}
```

#### Use Composer

[](#use-composer)

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php

```

Then, use the install command to generate a new Custom CMF application:

```
COMPOSER_PROCESS_TIMEOUT=4000 ./composer.phar install

```

#### Web server

[](#web-server)

For running of the Custom CMF you can use built-in web server:

```
bin/console server:start

```

You can also use other servers

nginx:

apache2:

\####Other

See Custom CMF example application

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.9% 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://www.gravatar.com/avatar/c7e7ea036334123fc57aa17379d839e6630aad27a5cdc82e3077b4831724122d?d=identicon)[itcreator](/maintainers/itcreator)

---

Top Contributors

[![itcreator](https://avatars.githubusercontent.com/u/928509?v=4)](https://github.com/itcreator "itcreator (68 commits)")[![encoder32](https://avatars.githubusercontent.com/u/2362210?v=4)](https://github.com/encoder32 "encoder32 (6 commits)")

### Embed Badge

![Health badge](/badges/custom-cmf-cmf/health.svg)

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

PHPackages © 2026

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