PHPackages                             opportus/extended-framework-bundle - 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. opportus/extended-framework-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

opportus/extended-framework-bundle
==================================

This bundle extends the Symfony framework by providing features genericizing homogeneously common development processes in order to build faster solidly architectured Symfony applications.

v1.0.0-alpha.2(6y ago)18MITPHPPHP ^7.1.0

Since May 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/opportus/ExtendedFrameworkBundle)[ Packagist](https://packagist.org/packages/opportus/extended-framework-bundle)[ RSS](/packages/opportus-extended-framework-bundle/feed)WikiDiscussions master Synced 3d ago

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

Extended Framework Bundle
=========================

[](#extended-framework-bundle)

This bundle extends the Symfony framework by providing features *genericizing* *homogeneously* common development processes in order to build faster *solid*ly architectured Symfony applications.

This bundle is still in ALPHA.

Contributions are welcome.

Refer to the [demo application](https://github.com/opportus/demo-rest-api) for concrete usage examples.

To Do
-----

[](#to-do)

- Improve the documentation
- Implement tests

Index
-----

[](#index)

- [Installation](#installation)

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

[](#installation)

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require opportus/extended-framework-bundle
```

### Applications that do not use Symfony Flex

[](#applications-that-do-not-use-symfony-flex)

#### Step 1 - Download the Bundle

[](#step-1---download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require opportus/extended-framework-bundle
```

#### Step 2 - Enable the Bundle

[](#step-2---enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
