PHPackages                             mlcrm/starter - 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. mlcrm/starter

ActiveProject

mlcrm/starter
=============

Starter A

v1.0.6(4y ago)213MITPHPPHP &gt;=8.0.2

Since Nov 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mlcrm/starter)[ Packagist](https://packagist.org/packages/mlcrm/starter)[ RSS](/packages/mlcrm-starter/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (45)Versions (8)Used By (0)

The symfony framework(6.0.1) starter template
=============================================

[](#the-symfony-framework601-starter-template)

What is required?

> php: '&gt;=8.0.2'
> composer: '&gt;=2'
> nodejs: '&gt;=14'
> yarn: '&gt;=1.22.17'
> docker: '&gt;= 20.10.12'
> docker-compose: '&gt;= 1.29.2'

This template is designed for a quick start of enterprise application development based on the symfony framework.

It contains a ready template of administrative panel, main page template, authorization controllers, etc. Uses docker, nginx, php 8, bootstrap 5, stimulus 3

### The following functionality is implemented in the template

[](#the-following-functionality-is-implemented-in-the-template)

1. User locale detection: **\[App\\EventSubscriber\\StartupSubscriber\]**
2. Separate entry points and firewalls for the control panel and the user's personal account
3. **\[App\\Service\\DocumentService\]** allowing you to add an entry point, set title, description, keywords, etc. A global document variable is available for all twig templates
4. ...

For a quick start, run the following commands:
----------------------------------------------

[](#for-a-quick-start-run-the-following-commands)

#### 1. Install the javascript dependencies and run build:

[](#1-install-the-javascript-dependencies-and-run-build)

```
yarn install && yarn build
# or
npm install && npm run build
```

#### 2. Build and run a docker container

[](#2-build-and-run-a-docker-container)

```
make build && make start
# or
docker-compose build && docker-compose up -d
# then
make cache-clear (docker exec -it php-fpm php bin/console cache:clear) or go to homepage: http://127.0.0.1:8000
```

#### 3. Update database schema

[](#3-update-database-schema)

```
make schema-update
# or
docker exec -it php-fpm php bin/console doctrine:schema:update --force
```

#### 4. Add the system administrator and user to the database

[](#4-add-the-system-administrator-and-user-to-the-database)

```
make fixtures
# or
docker exec -it php-fpm php bin/console doctrine:fixtures:load
```

>  - **homepage**
>  - **database control panel**
>  - **control panel** \[user: , password: admin\_\]
>  - **user's personal account** \[user: , password: user\_\]

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~7 days

Total

7

Last Release

1604d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.0.7

v1.0.6PHP &gt;=8.0.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/46688b5c07589929670c2c1e973e4010947584e137c976bd64e9fc99487067f3?d=identicon)[Mutus Liber](/maintainers/Mutus%20Liber)

---

Top Contributors

[![mlcrm](https://avatars.githubusercontent.com/u/64007223?v=4)](https://github.com/mlcrm "mlcrm (32 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mlcrm-starter/health.svg)

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

###  Alternatives

[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

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