PHPackages                             vladimir/compo-plan - 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. vladimir/compo-plan

ActiveProject

vladimir/compo-plan
===================

Training symfony app based on compo-plan app

02PHP

Since Jun 21Pushed 7y ago4 watchersCompare

[ Source](https://github.com/comporu/compo-plan)[ Packagist](https://packagist.org/packages/vladimir/compo-plan)[ RSS](/packages/vladimir-compo-plan/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Demo symfony app based on compo-plan app with docker / built for compo programmers / dev env
============================================================================================

[](#demo-symfony-app-based-on-compo-plan-app-with-docker--built-for-compo-programmers--dev-env)

[![Build Status](https://camo.githubusercontent.com/12daf796fc4d9752eff1d4da82e90aa8725e44c1009d19e1df49a25d5b77e008/68747470733a2f2f7472617669732d63692e636f6d2f636f6d706f72752f636f6d706f2d706c616e2e7376673f746f6b656e3d576d38334c3866715333724133714c6266704432266272616e63683d6d6173746572)](https://travis-ci.com/comporu/compo-plan) [![buddy pipeline](https://camo.githubusercontent.com/783cd68db3d44d1508797b59cc38cc2af999bc892aa9520dcdbf3e27d395c7a4/68747470733a2f2f6170702e62756464792e776f726b732f636f6d706f72752f636f6d706f2d706c616e2f706970656c696e65732f706970656c696e652f3133373639362f62616467652e7376673f746f6b656e3d66633134393736373263383136373837643939303734663231383435636363363834336437626230663131353163643238653364326439613939373131383736 "buddy pipeline")](https://app.buddy.works/comporu/compo-plan/pipelines/pipeline/137696)

Docker and docker-compose are required to be installed

**Install via composer**

`composer create-project vladimir/compo-plan --stability dev`

**Install via GitHub**

`git clone git@github.com:comporu/compo-plan.git`

install dependencies `composer install`

**Start up containers**

rights of the **var/** directory must be 777 before

`docker-compose up` in a new terminal

or

`docker-compose up -d` in a same terminal (Detached mode: Run containers in the background)

**Create DB**

`docker container exec compo-plan-php php bin/console doctrine:schema:update --force`

**Create super user**

`docker container exec compo-plan-php php bin/console fos:user:create root --super-admin test@test.ru 11111111`

this command will create super user with login **root** and password **11111111**

**Welcome**

Type [http://localhost:8585/app\_dev.php](http://localhost:8585/app_dev.php) in browser address bar

Dashboard login/pass are as you created on previous step:

login: root

pass: 11111111

***Notes***

**parameters.yml.dist**

`parameters.yml.dist` has been configured for working with docker mysql container

Leave default database parameters while installing dependencies with composer

**Rights**

var/cache var/sessions var/logs folders required to have 777 rights

**Docker**

start up containers

`docker-compose up`

`docker-compose up --build`

shut down containers

`docker-compose down`

delete all containers with cache and networks

`docker system prune -a`

**Console commands**

Since we are in docker containers, we need to run console commands in php container.

So ours lovely command `php bin/console ` must be turned to

`docker container exec compo-plan-php php bin/console `

**compo-plan-php** is an alias for ours php container. see docker-compose.yml

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.8% 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/272358b2196cec971cad7598b5b4149748d8fe6bc1ebe22620af42e41bc883df?d=identicon)[comporu](/maintainers/comporu)

---

Top Contributors

[![gun2rin](https://avatars.githubusercontent.com/u/16078869?v=4)](https://github.com/gun2rin "gun2rin (25 commits)")[![jivoy1988](https://avatars.githubusercontent.com/u/598004?v=4)](https://github.com/jivoy1988 "jivoy1988 (13 commits)")

### Embed Badge

![Health badge](/badges/vladimir-compo-plan/health.svg)

```
[![Health](https://phpackages.com/badges/vladimir-compo-plan/health.svg)](https://phpackages.com/packages/vladimir-compo-plan)
```

PHPackages © 2026

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