DemonTPx / util-bundle

Various Symfony utils

Repository from Github https://github.comDemonTPx/util-bundleRepository from Github https://github.comDemonTPx/util-bundle

DemonTPx util bundle

These are some utils I use often in my Symfony projects

Installation

Install the bundle in your project by running:

$ composer require demontpx/util-bundle

Enable the bundle in your kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new Demontpx\UtilBundle\DemontpxUtilBundle(),
    ];
}

About

Various Symfony utils

License:MIT License


Languages

Language:PHP 100.0%