PHPackages                             sumocoders/framework - 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. sumocoders/framework

AbandonedArchivedProject

sumocoders/framework
====================

The Sumocoders framework based on Symfony

v12.2.2(7y ago)212110MITHTMLPHP ^7.1

Since Oct 14Pushed 7y ago6 watchersCompare

[ Source](https://github.com/sumocoders/Framework)[ Packagist](https://packagist.org/packages/sumocoders/framework)[ RSS](/packages/sumocoders-framework/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (34)Versions (49)Used By (0)

Sumocoders Framework
====================

[](#sumocoders-framework)

[![Build Status](https://camo.githubusercontent.com/6942f81d0e38d25eb96ae403002cafdffb064364ae083cda97a6e0eee62db51a/68747470733a2f2f7472617669732d63692e6f72672f73756d6f636f646572732f4672616d65776f726b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sumocoders/Framework) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/36d2ee0f6644004deb0e7cc4ef75ce5228577afe833d4349cb755cf6cacacf85/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73756d6f636f646572732f4672616d65776f726b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sumocoders/Framework/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/80c4a3d1bb841590c152e8797e0d236393c2ce7e5b738ae6ecb37652e4221727/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73756d6f636f646572732f4672616d65776f726b2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sumocoders/Framework/?branch=master) [![SensioLabsInsight](https://camo.githubusercontent.com/c680e7d8e6c8d55ca1701548cd6ed5a9743f96b8286f9d057cf4e3fd3bcb10f4/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61383766393035362d656233642d343338332d393135662d3832333734346233393635392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/a87f9056-eb3d-4383-915f-823744b39659)

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

[](#installation)

This is the SumoCoders Symfony Framework. You can install it using

```
composer create-project -s dev sumocoders/framework .

```

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

[](#configuration)

### Initial database

[](#initial-database)

Before you can do anything your database should be initialized.

```
app/console doctrine:migrations:migrate

```

### Initial user

[](#initial-user)

Add a user with

```
app/console sumocoders:multiuser:create

```

You can now go to /en/login and login with the given user.

### Configure migrations

[](#configure-migrations)

When you start you should initialize the migrations:

```
app/console doctrine:migrations:status

```

Bootstrap integration
---------------------

[](#bootstrap-integration)

We use ...

See  for more information.

Other
-----

[](#other)

### Frontend

[](#frontend)

- [Frontend Development](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/frontend/frontend-development.md)
- [Using Gulp](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/frontend/gulp.md)
- [Configuring Webstorm/PHPStorm to use Standard JS code styling](https://blog.jetbrains.com/webstorm/2017/01/webstorm-2017-1-eap-171-2272/)

### Development

[](#development)

- [Creating new bundles](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/development/creating-new-bundles.md)
- [Fixtures](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/development/fixtures.md)
- [Database Changes/Migrations](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/development/migrations.md)
- [Adding items into the menu/navigation](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/development/menu.md)
- [Adding a language switch](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/development/language-switch.md)
- [Using Datepickers](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/development/using-date-pickers.md)
- [Using the breadcrumb](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/development/breadcrumb.md)
- [Using pagination](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/development/pagination.md)

### Putting your project online

[](#putting-your-project-online)

- [Deployment](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/deployment/deployment.md)

### Issues

[](#issues)

- [Known issues](./src/SumoCoders/FrameworkCoreBundle/Resources/doc/issues/issues.md)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 58.7% 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 ~31 days

Recently: every ~54 days

Total

36

Last Release

2768d ago

Major Versions

v7.0.1 → v8.0.02017-08-11

v8.0.3 → v9.0.02017-09-21

v9.2.1 → v10.0.02017-10-25

v10.1.0 → v11.0.02017-11-29

v11.0.0 → v12.0.02018-02-06

PHP version history (3 changes)v2.0.0PHP &gt;=5.4

v4.0.0PHP ^5.5 || ^7.0

V6.0.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0afcdc0a47a32db64cc2e4c3b4cf59a5e283040d6e9f34284933394c24841f68?d=identicon)[tijsverkoyen](/maintainers/tijsverkoyen)

![](https://www.gravatar.com/avatar/21a851a1aa9112db5c8ab60347d6caea41e8d7ce68159afc65ac4e909cc0043a?d=identicon)[ohvitorino](/maintainers/ohvitorino)

![](https://www.gravatar.com/avatar/750f8c93ab277a806e4dc8b164d378e800b55707edc7f98243eea388efb40a4b?d=identicon)[justcarakas](/maintainers/justcarakas)

![](https://www.gravatar.com/avatar/5cb313c16069267d50782a0c392d123b85485b322e71a305852711c3fc6d7710?d=identicon)[StijnVrolijk](/maintainers/StijnVrolijk)

---

Top Contributors

[![tijsverkoyen](https://avatars.githubusercontent.com/u/250042?v=4)](https://github.com/tijsverkoyen "tijsverkoyen (378 commits)")[![WouterSioen](https://avatars.githubusercontent.com/u/1398405?v=4)](https://github.com/WouterSioen "WouterSioen (100 commits)")[![carakas](https://avatars.githubusercontent.com/u/3634654?v=4)](https://github.com/carakas "carakas (75 commits)")[![jonasdekeukelaere](https://avatars.githubusercontent.com/u/4092903?v=4)](https://github.com/jonasdekeukelaere "jonasdekeukelaere (43 commits)")[![Katrienvh](https://avatars.githubusercontent.com/u/12270833?v=4)](https://github.com/Katrienvh "Katrienvh (27 commits)")[![StijnVrolijk](https://avatars.githubusercontent.com/u/442529?v=4)](https://github.com/StijnVrolijk "StijnVrolijk (10 commits)")[![ohvitorino](https://avatars.githubusercontent.com/u/848112?v=4)](https://github.com/ohvitorino "ohvitorino (8 commits)")[![Senjutsuu](https://avatars.githubusercontent.com/u/40020038?v=4)](https://github.com/Senjutsuu "Senjutsuu (1 commits)")[![Extrapolator214](https://avatars.githubusercontent.com/u/6748025?v=4)](https://github.com/Extrapolator214 "Extrapolator214 (1 commits)")[![dmoerman](https://avatars.githubusercontent.com/u/7567446?v=4)](https://github.com/dmoerman "dmoerman (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sumocoders-framework/health.svg)

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

###  Alternatives

[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)[open-dxp/opendxp

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

7310.3k29](/packages/open-dxp-opendxp)[claroline/core-bundle

Claroline core bundle

165.5k52](/packages/claroline-core-bundle)

PHPackages © 2026

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