Skip to content

Infernosquad/CalculationBundle

Repository files navigation

Symfony Calculation Bundle

Installation

Installation is a quick

  1. Download bundle using composer
  2. Enable the Bundle

Step 1: Download InfernosquadCalculationBundle using composer

Require the bundle with composer:

$ composer require infernosquad/calculation-bundle

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Infernosquad\CalculationBundle\InfernosquadCalculationBundle(),
        // ...
    );
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages