endroid / soccer-calendar-bundle
Endroid Soccer Calendar Bundle for Symfony
Fund package maintenance!
endroid
Installs: 1 766
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.0
- endroid/installer: ^1.2.2
- endroid/soccer-calendar: ^2.2
- symfony/dependency-injection: ^5.4||^6.0
- symfony/http-foundation: ^5.4||^6.0
- symfony/twig-bundle: ^5.4||^6.0
Requires (Dev)
- endroid/quality: dev-master
Suggests
- roave/security-advisories: Avoids installation of package versions with vulnerabilities
README
By endroid
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.