PHPackages                             allekslar/monofony-demo-backend - 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. allekslar/monofony-demo-backend

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

allekslar/monofony-demo-backend
===============================

package based on Monofony/Demo for a quick demo of the backend

v1.1.0(3y ago)1111MITPHPPHP &gt;=8.0

Since Feb 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Allekslar/monofony-demo-backend)[ Packagist](https://packagist.org/packages/allekslar/monofony-demo-backend)[ RSS](/packages/allekslar-monofony-demo-backend/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (12)Versions (3)Used By (0)

Package based on [Monofony/Demo](https://github.com/Monofony/Demo) designed to be installed on [Monofony/Skeleton](https://github.com/Monofony/Skeleton) for a quick demo of the backend

[![Monofony demo](docs/MONOFONY.png)](docs/MONOFONY.png)[![Monofony demo2](docs/MONOFONY2.png)](docs/MONOFONY2.png)

Installation
------------

[](#installation)

If you have Composer installed globally.

```
composer require allekslar/monofony-demo-backend
```

Configure the plugin:

Copy the routing file monofony\_demo\_backend.yaml from the package folder ./config/copy/routes/ to your config/routes/

or run the command

```
    composer run-script post-install -d ./vendor/allekslar/monofony-demo-backend
```

Extend config files:

Add SyliusTaxonomyBundle and SyliusLocaleBundle to config/bundles.php.

```
// config/bundles.php

    Sylius\Bundle\TaxonomyBundle\SyliusTaxonomyBundle::class => ['all' => true],
    Sylius\Bundle\LocaleBundle\SyliusLocaleBundle::class => ['all' => true],
```

Finish the installation by updating the database schema and installing assets and fixtures:

```
    bin/console doctrine:migrations:diff
    bin/console doctrine:migrations:migrate
    bin/console assets:install
    bin/console doctrine:fixtures:load -n
```

Admin

Username: Password: admin

Run before uninstall:

```
    composer run-script remove -d ./vendor/allekslar/monofony-demo-backend
```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license [in the bundle](LICENSE.md)

About
-----

[](#about)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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 ~34 days

Total

2

Last Release

1211d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48470446?v=4)[Aleks](/maintainers/Allekslar)[@Allekslar](https://github.com/Allekslar)

---

Top Contributors

[![Allekslar](https://avatars.githubusercontent.com/u/48470446?v=4)](https://github.com/Allekslar "Allekslar (2 commits)")

---

Tags

bundlemonofonysyliussymfony

###  Code Quality

Code StyleECS

### Embed Badge

![Health badge](/badges/allekslar-monofony-demo-backend/health.svg)

```
[![Health](https://phpackages.com/badges/allekslar-monofony-demo-backend/health.svg)](https://phpackages.com/packages/allekslar-monofony-demo-backend)
```

###  Alternatives

[sylius/sylius

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

8.5k5.9M733](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[sylius/core-bundle

Sylius core bundle. It integrates all other bundles into full stack Symfony ecommerce solution.

22111.4k69](/packages/sylius-core-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)

PHPackages © 2026

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