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

0.0.3 2025-04-27 07:37 UTC

This package is auto-updated.

Last update: 2025-04-27 07:39:18 UTC


README

English | 中文

Latest Version Build Status Quality Score Total Downloads

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.