PHPackages                             codelovers/phpstorm-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. codelovers/phpstorm-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codelovers/phpstorm-bundle
==========================

Symfony bundle that assists you in updating your PhpStorm project config file

1121PHP

Since Aug 26Pushed 10y ago2 watchersCompare

[ Source](https://github.com/CodeLoversAt/PhpStormBundle)[ Packagist](https://packagist.org/packages/codelovers/phpstorm-bundle)[ RSS](/packages/codelovers-phpstorm-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PhpStormBundle
==============

[](#phpstormbundle)

Symfony bundle that assists you in updating your PhpStorm project config file.

Important notice
----------------

[](#important-notice)

**This bundle is in a very early stage and has ony been tested with PhpStorm 7 so far.** So before using it with any older version, make sure you backup your `.idea` folder.

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

[](#installation)

Install the bundle using composer (see  for more information about composer) by adding it to your `composer.json` file and running `composer update`:

```
    // composer.json

    "require": {
        // ...
        "codelovers/phpstorm-bundle": "dev-master"
    }
```

Then just add the bundle to your `AppKernel.php` file:

```
