PHPackages                             darles/remote-call-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. darles/remote-call-bundle

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

darles/remote-call-bundle
=========================

Symfony2 RemoteCallBundle

98161PHP

Since Dec 17Pushed 12y ago3 watchersCompare

[ Source](https://github.com/darles/RemoteCallBundle)[ Packagist](https://packagist.org/packages/darles/remote-call-bundle)[ RSS](/packages/darles-remote-call-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

DarlesRemoteCallBundle
======================

[](#darlesremotecallbundle)

The DarlesRemoteCallBundle adds links to quick open current Controller, Template &amp; Entities in PHPStorm IDE using RemoteCall Plugin () in Symfony2 profiler toolbar.

Demo
----

[](#demo)

- [https://www.dropbox.com/s/dfcvdmrbtvpyt51/remote\_call\_bundle\_example.png](https://www.dropbox.com/s/dfcvdmrbtvpyt51/remote_call_bundle_example.png)
-

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

[](#installation)

- Install RemoteCall plugin to your PHPStorm IDE

- Add DarlesRemoteCallBundle in your composer.json require-dev section:

```
{
    "require-dev": {
        "darles/remote-call-bundle": "dev-master"
    }
}
```

- Enable the bundle in the kernel on the DEV environment:

```
