meritoo/common-bundle

Common & useful classes, resources, extensions. Based on Symfony framework.

Installs: 252

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle


README

Common & useful classes, resources, extensions. Based on Symfony framework.

PHP Version Build Status Packagist license GitHub commits Coverage Status

Installation

Run Composer to install this package in your project:

composer require meritoo/common-bundle

How to install Composer?

Configuration

All parameters have default values. After installation of this bundle, you have to do nothing. If you want to tweak some parameters, create proper configuration file and enter desired parameters.

Example:

# config/packages/meritoo_common.yaml

meritoo_common:
    application:
        name: YourApp

Read more

Usage

  1. Configuration
  2. Dependency Injection Extension
  3. Descriptor of application
  4. Descriptor of bundle
  5. Descriptors of bundles
  6. Services:
  7. Tests
  8. Translations
  9. Twig extensions:

Development

More information you can find here