PHPackages                             pyrech/symfony-standard-edition - 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. pyrech/symfony-standard-edition

AbandonedArchivedProject[Framework](/categories/framework)

pyrech/symfony-standard-edition
===============================

A bit tweaked "Symfony Standard Edition" distribution

017PHP

Since Jan 31Pushed 12y ago1 watchersCompare

[ Source](https://github.com/pyrech/symfony-standard)[ Packagist](https://packagist.org/packages/pyrech/symfony-standard-edition)[ RSS](/packages/pyrech-symfony-standard-edition/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Note:
-----

[](#note)

This distribution is based on the Symfony Standard Edition, where the AcmeDemo bundle has been removed and the .gitignore tweaked. A new file `app/AllowedIP.php`has been added to centralized the IP allowed to access the application in development (`web/app_dev.php` &amp; `web/config.php`). This feature allows you to easily manage external IP when you're developing on a remote server. You should howewer remove the `web/config.php` file when your app goes to production.

When you want to allow a new IP, just add it to the `app/AllowedIP.php` file. As this file is added to the `.gitignore`, your modif will not be commited.

Symfony Standard Edition
========================

[](#symfony-standard-edition)

Welcome to the Symfony Standard Edition - a fully-functional Symfony2 application that you can use as the skeleton for your new applications.

This document contains information on how to download, install, and start using Symfony. For a more detailed explanation, see the [Installation](http://symfony.com/doc/2.4/book/installation.html)chapter of the Symfony Documentation.

1. Installing the Standard Edition

---

When it comes to installing the Symfony Standard Edition, you have the following options.

### Use Composer (*recommended*)

[](#use-composer-recommended)

As Symfony uses [Composer](http://getcomposer.org/) to manage its dependencies, the recommended way to create a new project is to use it.

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php

```

Then, use the `create-project` command to generate a new Symfony application:

```
php composer.phar create-project --stability="dev" pyrech/symfony-standard-edition path/to/install

```

Composer will install Symfony and all its dependencies under the `path/to/install` directory.

### Download an Archive File

[](#download-an-archive-file)

To quickly test Symfony, you can also download an [archive](http://symfony.com/download) of the Standard Edition and unpack it somewhere under your web server root directory.

If you downloaded an archive "without vendors", you also need to install all the necessary dependencies. Download composer (see above) and run the following command:

```
php composer.phar install

```

2. Checking your System Configuration

---

Before starting coding, make sure that your local system is properly configured for Symfony.

Execute the `check.php` script from the command line:

```
php app/check.php

```

The script returns a status code of `0` if all mandatory requirements are met, `1` otherwise.

Access the `config.php` script from a browser:

```
http://localhost/path-to-project/web/config.php

```

If you get any warnings or recommendations, fix them before moving on.

3. Browsing the Demo Application

---

Congratulations! You're now ready to use Symfony.

From the `config.php` page, click the "Bypass configuration and go to the Welcome page" link to load up your first Symfony page.

You can also use a web-based configurator by clicking on the "Configure your Symfony Application online" link of the `config.php` page.

4. Getting started with Symfony

---

This distribution is meant to be the starting point for your Symfony applications, but it also contains some sample code that you can learn from and play with.

A great way to start learning Symfony is via the [Quick Tour](http://symfony.com/doc/2.4/quick_tour/the_big_picture.html), which will take you through all the basic features of Symfony2.

Once you're feeling good, you can move onto reading the official [Symfony2 book](http://symfony.com/doc/2.4/index.html).

You should also tweak the `security.providers` entry in the `security.yml` file to fit your needs.

What's inside?
--------------

[](#whats-inside)

The Symfony Standard Edition is configured with the following defaults:

- Twig is the only configured template engine;
- Doctrine ORM/DBAL is configured;
- Swiftmailer is configured;
- Annotations for everything are enabled.

It comes pre-configured with the following bundles:

- **FrameworkBundle** - The core Symfony framework bundle
- [**SensioFrameworkExtraBundle**](http://symfony.com/doc/2.4/bundles/SensioFrameworkExtraBundle/index.html) - Adds several enhancements, including template and routing annotation capability
- [**DoctrineBundle**](http://symfony.com/doc/2.4/book/doctrine.html) - Adds support for the Doctrine ORM
- [**TwigBundle**](http://symfony.com/doc/2.4/book/templating.html) - Adds support for the Twig templating engine
- [**SecurityBundle**](http://symfony.com/doc/2.4/book/security.html) - Adds security by integrating Symfony's security component
- [**SwiftmailerBundle**](http://symfony.com/doc/2.4/cookbook/email.html) - Adds support for Swiftmailer, a library for sending emails
- [**MonologBundle**](http://symfony.com/doc/2.4/cookbook/logging/monolog.html) - Adds support for Monolog, a logging library
- [**AsseticBundle**](http://symfony.com/doc/2.4/cookbook/assetic/asset_management.html) - Adds support for Assetic, an asset processing library
- **WebProfilerBundle** (in dev/test env) - Adds profiling functionality and the web debug toolbar
- **SensioDistributionBundle** (in dev/test env) - Adds functionality for configuring and working with Symfony distributions
- [**SensioGeneratorBundle**](http://symfony.com/doc/2.4/bundles/SensioGeneratorBundle/index.html) (in dev/test env) - Adds code generation capabilities

All libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license.

Enjoy!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/c177e9f7e88fba40b24b047954fe1ff793d48c2bd8bb12bb2e412aa9ea633ede?d=identicon)[pyrech](/maintainers/pyrech)

### Embed Badge

![Health badge](/badges/pyrech-symfony-standard-edition/health.svg)

```
[![Health](https://phpackages.com/badges/pyrech-symfony-standard-edition/health.svg)](https://phpackages.com/packages/pyrech-symfony-standard-edition)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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