PHPackages                             ajgon/lint-pack - 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. [Templating &amp; Views](/categories/templating)
4. /
5. ajgon/lint-pack

AbandonedArchivedSymfony-bundle[Templating &amp; Views](/categories/templating)

ajgon/lint-pack
===============

Various linters for your Symfony2 project

v1.2.1(10y ago)31.2k1MITPHPPHP &gt;=5.3.2

Since Jan 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ajgon/lint-pack)[ Packagist](https://packagist.org/packages/ajgon/lint-pack)[ Docs](https://github.com/ajgon/lint-pack)[ RSS](/packages/ajgon-lint-pack/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (8)Versions (12)Used By (0)

[![](https://camo.githubusercontent.com/120b761d393792f7f8e4c0cf6dd8e295b0f30523f4e7ecb39b85d3dab54e9fdf/68747470733a2f2f6170692e7472617669732d63692e6f72672f616a676f6e2f6c696e742d7061636b2e706e67)](https://travis-ci.org/ajgon/lint-pack) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/5923389cb2e556673ea4b215c468e047a9d6420c986b2c476f2636a37877437b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616a676f6e2f6c696e742d7061636b2f6261646765732f7175616c6974792d73636f72652e706e673f733d64653865383031333739336365613964316331333363323937303231353939653338636432303763)](https://scrutinizer-ci.com/g/ajgon/lint-pack/) [![Code Coverage](https://camo.githubusercontent.com/d012b0adecefde74e4b2c418dd2dcae40fc2e0fa8f7b75b1642ad63fec807e29/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616a676f6e2f6c696e742d7061636b2f6261646765732f636f7665726167652e706e673f733d39316234623461356638613931336134343131313938643134643063373830303464303666393139)](https://scrutinizer-ci.com/g/ajgon/lint-pack/) [![Dependency Status](https://camo.githubusercontent.com/6866abee717748a2e47e75873a808c27c1019b5fe8fd3774b4cc6f255db0298f/68747470733a2f2f67656d6e617369756d2e636f6d2f616a676f6e2f6c696e742d7061636b2e737667)](https://gemnasium.com/ajgon/lint-pack) [![Latest Stable Version](https://camo.githubusercontent.com/5d3dd44871b1ce95d080d7c9f06048ccb55e66ccef3c953049f279aeefc2e1e3/68747470733a2f2f706f7365722e707567782e6f72672f616a676f6e2f6c696e742d7061636b2f762f737461626c652e706e67)](https://packagist.org/packages/ajgon/lint-pack) [![Total Downloads](https://camo.githubusercontent.com/a7f0782c2d8cb1122a08b71ee10927774408433bc0aca080ab57dfd13fd859cd/68747470733a2f2f706f7365722e707567782e6f72672f616a676f6e2f6c696e742d7061636b2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/ajgon/lint-pack) [![License](https://camo.githubusercontent.com/d1a4320aa5f6a4576d1ef479890b1a9d0c97bec5c8c767eb4120cd7f63da6d0b/68747470733a2f2f706f7365722e707567782e6f72672f616a676f6e2f6c696e742d7061636b2f6c6963656e73652e706e67)](https://packagist.org/packages/ajgon/lint-pack)

Symfony AjgonLintPackBundle
===========================

[](#symfony-ajgonlintpackbundle)

Installation
============

[](#installation)

1. Using Composer (recommended)
-------------------------------

[](#1-using-composer-recommended)

To install `LintPackBundle` with [Composer](https://github.com/composer/composer) just add the following to your `composer.json` file:

```
{
    // ...
    "require": {
        // ...
        "ajgon/lint-pack": "1.2.*@dev"
        // ...
    }
    // ...
}
```

Then, you can install the new dependencies by running Composer's update command from the directory where your `composer.json` file is located:

```
$ php composer.phar update ajgon/lint-pack
```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your `AppKernel.php` file, and register the new bundle:

```
