PHPackages                             mlocati/concretecms-skeleton - 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. mlocati/concretecms-skeleton

ActiveProject[Framework](/categories/framework)

mlocati/concretecms-skeleton
============================

The bare minimum structure for a ConcreteCMS installation with Composer

22↓50%[1 PRs](https://github.com/mlocati/concretecms-skeleton/pulls)PHPCI failing

Since Mar 14Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/mlocati/concretecms-skeleton)[ Packagist](https://packagist.org/packages/mlocati/concretecms-skeleton)[ RSS](/packages/mlocati-concretecms-skeleton/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Continuous Integration](https://github.com/mlocati/concretecms-skeleton/actions/workflows/ci.yml/badge.svg)](https://github.com/mlocati/concretecms-skeleton/actions/workflows/ci.yml)

Minimal ConcreteCMS Composer Project
------------------------------------

[](#minimal-concretecms-composer-project)

This is the minimal project structure you need to have a Composer-based ConcreteCMS project.

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

[](#how-to-use-it)

### With a GitHub Repository

[](#with-a-github-repository)

If you plan to create a repository on GitHub with this project structure, simply [use this skeleton](https://github.com/new?template_name=concretecms-skeleton&template_owner=mlocati). After you created your repository, you can remove (or adjust) the directory `/.github` and the files `/LICENSE.txt` and `/README.md`.

### Without a GitHub Repository

[](#without-a-github-repository)

Simply [download this .zip file](https://github.com/mlocati/concretecms-skeleton/archive/refs/heads/main.zip) and extract it.

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

[](#configuration)

### ConcreteCMS Version

[](#concretecms-version)

The ConcreteCMS version that will be installed is controlled by the `concrete5/core` defined in the `require` section of the `composer.json`file:

```
{
    "require": {
        "concrete5/core": "^9"
    }
}
```

That `^9` means *install the [most recent version 9, but not version 10 or later](https://getcomposer.org/doc/articles/versions.md#caret-version-range-)*.
You can of course adjust it. For example, if you want to install the exact version `9.4.8`, simply write `"concrete5/core": "9.4.8"`.

### PHP Version

[](#php-version)

While developing a Concrete site, you may be using a PHP version on your PC that differs from the production one.

This may cause problems: for example you could add a composer dependency that's fine for your development environment, but breaks the production environment.

In order to avoid such problems, we can instruct composer to assume a specific PHP version.

That's done in the `composer.json` file with the following lines:

```
{
    "config": {
        "platform" : {
            "php" : "7.3"
        }
    }
}
```

You may want to adjust the PHP version so that it reflects the one you use in production.

### Development Environment

[](#development-environment)

You can create a `.env` file in the root directory of your project with this line:

```
CCM_ENVIRONMENT=development
```

By doing that, your Concrete installation will load development-specific options, for example:

- session cookies will work with HTTP requests too (not only with HTTPS)
- errors and warnings will always be displayed with full debug information

Usage
-----

[](#usage)

Once you configured the above settings, you can simply download ConcreteCMS and all its dependencies by running

```
composer update
```

You then will want to configure your webserver to create a website that points to the `web` directory, and install Concrete in the usual way.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance61

Regular maintenance activity

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e9d7ece045fc89575e083ee4852edf31218df403c84f41a0de01863dae982f5?d=identicon)[mlocati](/maintainers/mlocati)

---

Top Contributors

[![mlocati](https://avatars.githubusercontent.com/u/928116?v=4)](https://github.com/mlocati "mlocati (21 commits)")

### Embed Badge

![Health badge](/badges/mlocati-concretecms-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/mlocati-concretecms-skeleton/health.svg)](https://phpackages.com/packages/mlocati-concretecms-skeleton)
```

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[alizharb/laravel-modular

A professional, framework-agnostic modular architecture for Laravel 11+. Features zero-config autoloading, 29+ Artisan command overrides, and seamless Vite integration.

211.6k9](/packages/alizharb-laravel-modular)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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