PHPackages                             thuata/frameworkbundle - 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. thuata/frameworkbundle

ActiveSymfony-bundle

thuata/frameworkbundle
======================

Model Framework bundle for Symfony

v1.5.9(9y ago)083[1 issues](https://github.com/Thuata/FrameworkBundle/issues)MITPHPPHP ~7.1

Since Apr 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Thuata/FrameworkBundle)[ Packagist](https://packagist.org/packages/thuata/frameworkbundle)[ RSS](/packages/thuata-frameworkbundle/feed)WikiDiscussions v1.0 Synced 2mo ago

READMEChangelog (10)Dependencies (10)Versions (29)Used By (0)

FrameworkBundle
===============

[](#frameworkbundle)

Model framework for symfony
===========================

[](#model-framework-for-symfony)

Thuata FramewrokBundle
======================

[](#thuata-framewrokbundle)

This Bundle provides a model framework acting between controllers and database managers.

To know more about the mechanics behind the framework and learn to use it please visit the [Documentation](./doc/index.md)

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

[](#installation)

### 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 thuata/frameworkbundle "~1"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### 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:

```
