PHPackages                             matthiasnoback/high-quality-bundles-project - 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. matthiasnoback/high-quality-bundles-project

ActiveProject[Framework](/categories/framework)

matthiasnoback/high-quality-bundles-project
===========================================

The "Symfony Standard Edition" adapted for my High Quality Bundles workshop

v0.1.0(11y ago)222569MITPHPPHP &gt;=5.3.3

Since Jun 9Pushed 10y ago10 watchersCompare

[ Source](https://github.com/matthiasnoback/high-quality-bundles-project)[ Packagist](https://packagist.org/packages/matthiasnoback/high-quality-bundles-project)[ RSS](/packages/matthiasnoback-high-quality-bundles-project/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (13)Versions (16)Used By (0)

Getting started
===============

[](#getting-started)

1. Create a new project:

```
composer create-project matthiasnoback/high-quality-bundles-project [project-directory] dev-master

```

N.B. When asked to keep the source control (Git) files, choose "Yes".

> ### Project branches/versions
>
> [](#project-branchesversions)
>
> Be sure to add the version requirement `dev-master` when installing this project (or checkout the `master`branch if you clone it). During the workshop we will create a separate branch for the various changes that we make.

2. When asked, supply the requested information concerning the MySQL database (make sure you run a MySQL server).
3. Do whatever is needed to get your file permissions right (see also [Setting up Permissions](http://symfony.com/doc/current/book/installation.html)).
4. Then see if everything works:

```
app/console

```

5. Create the database and the database schema:

```
app/console doctrine:database:create
app/console doctrine:schema:create

```

6. Configure the web server to serve the `/web` directory of this project.

> If you run PHP 5.4 or higher, you don't need to configure the web server for this project, because you can use the Symfony command:
>
> ```
> app/console server:run
>
> ```
>
>
>
> Check if everything works. When you request `http://127.0.0.1:8000/` in the browser you should see a list of existing users.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

4356d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1193078?v=4)[Matthias Noback](/maintainers/matthiasnoback)[@matthiasnoback](https://github.com/matthiasnoback)

---

Top Contributors

[![matthiasnoback](https://avatars.githubusercontent.com/u/1193078?v=4)](https://github.com/matthiasnoback "matthiasnoback (27 commits)")

### Embed Badge

![Health badge](/badges/matthiasnoback-high-quality-bundles-project/health.svg)

```
[![Health](https://phpackages.com/badges/matthiasnoback-high-quality-bundles-project/health.svg)](https://phpackages.com/packages/matthiasnoback-high-quality-bundles-project)
```

PHPackages © 2026

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