tourze / symfony-ecol-bundle
ECOL
Installs: 232
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- doctrine/doctrine-bundle: ^2.13
- doctrine/orm: ^2.20 || ^3.0
- nesbot/carbon: ^2.72 || ^3
- psr/log: ^3|^2|^1
- symfony/config: ^6.4
- symfony/dependency-injection: ^6.4
- symfony/expression-language: ^6.4
- symfony/framework-bundle: ^6.4
- symfony/http-kernel: ^6.4
- symfony/property-access: ^6.4
- symfony/security-bundle: ^6.4
- symfony/security-core: ^6.4
- symfony/twig-bundle: ^6.4
- symfony/yaml: ^6.4 || ^7.1
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-04-27 07:39:18 UTC
README
English | 中文
This bundle provides an integration of ecol services into Symfony framework.
Features
- Easy integration of ecol services
- Flexible configuration options
- Customizable templates
Installation
To install the bundle, require it using Composer:
composer require tourze/symfony-ecol-bundle
Quick Start
To get started with this bundle, add the service to your AppKernel.php:
public function registerBundles() { $bundles = [ // ... new Tourze\Bundle\EcolBundle\EcolBundle(), // ... ]; return $bundles; }
Then you can use the service:
public function doSomething() { $service = $container->get('ecol.service'); // Use the service... }
Documentation
Detailed documentation is available at the official documentation section.
Contributing
Please see CONTRIBUTING.md for details.
License
The MIT License (MIT). Please see License File for more information.