Download the PHP package micayael/commands-bundle without Composer
On this page you can find all versions of the php package micayael/commands-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download micayael/commands-bundle
More information about micayael/commands-bundle
Files in micayael/commands-bundle
Download micayael/commands-bundle
More information about micayael/commands-bundle
Files in micayael/commands-bundle
Vendor micayael
Package commands-bundle
Short Description Useful commands for Symfony2+
License MIT
Homepage https://github.com/micayael/commands-bundle
Package commands-bundle
Short Description Useful commands for Symfony2+
License MIT
Homepage https://github.com/micayael/commands-bundle
Keywords command
Please rate this library. Is it a good library?
Informations about the package commands-bundle
MicayaelCommandsBundle
This bundle add useful commands to your project.
The bundle includes:
- app:search: Find exact texts or patterns within your code, allowing you to define where to look for them
- app:verify: Look for common errors in the code within the project
- app:phpcs: Format de code using php-cs-fixer
- app:test: Execute unit tests using phpunit
- app:precommit: Execute commands before commit changes
Installation
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:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: 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:
Full Documentation and examples
All versions of commands-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
symfony/config Version ~2.8|~3.0|~4.0
symfony/console Version ~2.8|~3.0|~4.0
symfony/dependency-injection Version ~2.8|~3.0|~4.0
symfony/finder Version ~2.8|~3.0|~4.0
symfony/http-kernel Version ~2.8|~3.0|~4.0
symfony/config Version ~2.8|~3.0|~4.0
symfony/console Version ~2.8|~3.0|~4.0
symfony/dependency-injection Version ~2.8|~3.0|~4.0
symfony/finder Version ~2.8|~3.0|~4.0
symfony/http-kernel Version ~2.8|~3.0|~4.0
The package micayael/commands-bundle contains the following files
Loading the files please wait ....