PHPackages                             bayardev/shared-tools-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bayardev/shared-tools-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

bayardev/shared-tools-bundle
============================

Symfony Bundle with shared tools for Bayard projects (but every symfony project can use it)

v1.0.11(9y ago)22851OSL-3.0PHPPHP &gt;=5.6

Since Oct 9Pushed 8y ago8 watchersCompare

[ Source](https://github.com/bayardev/shared-tools-bundle)[ Packagist](https://packagist.org/packages/bayardev/shared-tools-bundle)[ Docs](https://github.com/bayardev)[ RSS](/packages/bayardev-shared-tools-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (22)Used By (0)

bayardev/shared-tools-bundle
============================

[](#bayardevshared-tools-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/75e4b757b301cd542e4099f4cc00f9ece83d02760bb92dd76d8d580356f65f17/68747470733a2f2f706f7365722e707567782e6f72672f62617961726465762f7368617265642d746f6f6c732d62756e646c652f762f737461626c65)](https://packagist.org/packages/bayardev/shared-tools-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/b40edfa733d6d851041899a18f5c8eecb569f270cd644d3d3861dda38a64ef3e/68747470733a2f2f706f7365722e707567782e6f72672f62617961726465762f7368617265642d746f6f6c732d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/bayardev/shared-tools-bundle#dev-master)[![PHP required version](https://camo.githubusercontent.com/dfa2586d8a08257ade7ab51f690a5bbab1ce0addb200cb68840dc5d745c63711/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344352e362d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://github.com/bayardev/shared-tools-bundle/blob/master/composer.json)[![License](https://camo.githubusercontent.com/90123a777c5fd82dc5a7942ba25f48421cc6cb62e8e79fd8ab8b34c2b94a2b0a/68747470733a2f2f706f7365722e707567782e6f72672f62617961726465762f7368617265642d746f6f6c732d62756e646c652f6c6963656e7365)](https://github.com/bayardev/shared-tools-bundle/blob/master/LICENCE)[![Total Downloads](https://camo.githubusercontent.com/158e06026b6a5b29a62b7feba5d15c926fea5aedc4fd9a912662b0de27bc71ab/68747470733a2f2f706f7365722e707567782e6f72672f62617961726465762f7368617265642d746f6f6c732d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/bayardev/shared-tools-bundle)

Installation
------------

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require bayardev/shared-tools-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Create VERSION file

[](#step-2-create-version-file)

Create an empty file named VERSION in root dir of the project

### Step 3: Enable the Bundle

[](#step-3-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
