endroid / soccer-calendar-bundle

Generates soccer calendars for teams in configured competitions

Home Page:https://endroid.nl/soccer-calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soccer Calendar Bundle

By endroid

Latest Stable Version Build Status Total Downloads Monthly Downloads License

This bundle integrates the endroid/soccer-calendar library in your project.

Installation

Use Composer to install the library.

$ composer require endroid/soccer-calendar-bundle

Symfony integration

Register the Symfony bundle in the kernel.

// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new Endroid\SoccerCalendar\SoccerCalendarBundle\EndroidSoccerCalendarBundle(),
    ];
}

Add the following section to your routing.

EndroidSoccerCalendarBundle:
    resource: "@EndroidSoccerCalendarBundle/Controller/"
    type:     annotation
    prefix:   /soccer-calendar

Versioning

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.

License

This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.

About

Generates soccer calendars for teams in configured competitions

https://endroid.nl/soccer-calendar

License:MIT License


Languages

Language:PHP 73.3%Language:Twig 26.7%