bacart / symfony-common

Symfony common utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony common

PHP from Packagist Latest Stable Version Total Downloads License

Allows to create lockable commands in Symfony projects. Also includes aware interfaces and traits.

Installation

Using command line:

Run the following command and you will get the latest version by Packagist.

composer require bacart/symfony-common
Using composer.json

To use the newest (maybe unstable) version add following into your composer.json:

{
    "require": {
        "bacart/symfony-common": "dev-master"
    }
}

License

This project is released under the MIT license.

About

Project development is led by the Bacart team.

About

Symfony common utils

License:MIT License


Languages

Language:PHP 100.0%