Skip to content

This bundle provides some abstract and base classes to use in a Symfony2 project.

Notifications You must be signed in to change notification settings

hirviid/FrameworkBundle

Repository files navigation

HirviidFrameworkBundle

This bundle provides some abstract and base classes to use in a symfony2 project.

Installation

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Hirviid\Bundle\FrameworkBundle\HirviidFrameworkBundle(),
        // ...
    );
}

About

This bundle provides some abstract and base classes to use in a Symfony2 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages