2017 © Pedro Peláez
 

symfony-bundle frameworkbundle

Model Framework bundle for Symfony

image

thuata/frameworkbundle

Model Framework bundle for Symfony

  • Friday, December 16, 2016
  • by Kuchulem
  • Repository
  • 1 Watchers
  • 0 Stars
  • 74 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 29 Versions
  • 0 % Grown

The README.md

FrameworkBundle

Model framework for symfony

Thuata FramewrokBundle

This Bundle provides a model framework acting between controllers and database managers., (*1)

To know more about the mechanics behind the framework and learn to use it please visit the Documentation, (*2)

Installation

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:, (*3)

$ composer require thuata/frameworkbundle "~1"

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*4)

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:, (*5)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Thuata\FramworkBundle\ThuataFrameworkBundle(),
        );

        // ...
    }

    // ...
}

The Versions

03/12 2016

dev-feature/travis

dev-feature/travis

Model Framework bundle for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

01/12 2016
01/12 2016

dev-feature/hydration

dev-feature/hydration

Model Framework bundle for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

22/10 2016

v1.4.1

1.4.1.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

01/10 2016

v1.4.0

1.4.0.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

03/09 2016

v1.3.1

1.3.1.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

25/04 2016

v1.2.1

1.2.1.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

25/04 2016

v1.2.0

1.2.0.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

25/04 2016

v1.1.2

1.1.2.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

23/04 2016

v1.1.1

1.1.1.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

22/04 2016

v1.1.0

1.1.0.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

21/04 2016

v1.0.3

1.0.3.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

16/04 2016

v1.0.2

1.0.2.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

08/04 2016

v1.0.1

1.0.1.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

07/04 2016

v1.0.0

1.0.0.0

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

07/04 2016

v1.0.0.alpha

1.0.0.0-alpha

Model Framwork bundle for symfony

  Sources   Download

MIT

The Requires

 

The Development Requires