Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clavicula-nox/toolboxbundle
Symfony ToolboxBundle. Some tools to make life easier.
https://github.com/clavicula-nox/toolboxbundle
symfony symfony-bundle toolbox
Last synced: about 1 month ago
JSON representation
Symfony ToolboxBundle. Some tools to make life easier.
- Host: GitHub
- URL: https://github.com/clavicula-nox/toolboxbundle
- Owner: Clavicula-Nox
- License: mit
- Created: 2016-12-08T11:27:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T13:11:30.000Z (over 4 years ago)
- Last Synced: 2024-09-30T17:22:59.578Z (about 2 months ago)
- Topics: symfony, symfony-bundle, toolbox
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ToolboxBundle
=============[![SensioLabsInsight](https://insight.sensiolabs.com/projects/52227642-f384-4a42-8669-f207bae22e6d/mini.png)](https://insight.sensiolabs.com/projects/c607d9d8-329b-461a-82f8-8ad30be60be8)
[![Latest Stable Version](https://poser.pugx.org/clavicula-nox/toolbox-bundle/v/stable)](https://packagist.org/packages/clavicula-nox/toolbox-bundle)
[![License](https://poser.pugx.org/clavicula-nox/toolbox-bundle/license)](https://packagist.org/packages/clavicula-nox/toolbox-bundle)
[![Total Downloads](https://poser.pugx.org/clavicula-nox/toolbox-bundle/downloads)](https://packagist.org/packages/clavicula-nox/toolbox-bundle)
[![Symfony](https://img.shields.io/badge/Symfony-%203.4-green.svg "Supports Symfony 3.4")](https://symfony.com/)
[![codecov](https://codecov.io/gh/Clavicula-Nox/ToolboxBundle/branch/master/graph/badge.svg)](https://codecov.io/gh/Clavicula-Nox/ToolboxBundle)
[![Build Status](https://travis-ci.org/Clavicula-Nox/ToolboxBundle.svg?branch=master)](https://travis-ci.org/Clavicula-Nox/ToolboxBundle)**Requirements**
* php 7.1+
* Symfony 3.4**Reporting an issue or a feature request**
Issues and feature requests are tracked in the Github issue tracker.
Installation
------------### Step 1: Download the Bundle
```bash
$ composer require clavicula-nox/toolbox-bundle
```This command requires you to have Composer installed globally, as explained
in the [Composer documentation](https://getcomposer.org/doc/00-intro.md).### Step 2: Enable the Bundle
```php