Skip to content

c0nstantx/silex-idea-plugin

 
 

Repository files navigation

IntelliJ IDEA / PhpStorm plugin for Silex

Provides missing Pimple Dependency Injection Container autocomplete for Silex. Plugin url: https://plugins.jetbrains.com/plugin/7809?pr=idea

Installation and Usage

Install the plugin from JetBrains repositories (Settings → Plugins → Browse repositories and search for Silex).
Download and register Silex Pimple Dumper, it will create pimple.json file to your project root directory, plugin will use this file for service/parameter type resolution.

JSON Example

[
    {
        "name": "serviceValue",
        "type": "class",
        "value": "Service\\Namespace\\Location"
    },
    {
        "name": "arrayValue",
        "type": "array",
        "value": ""
    },
    {
        "name": "booleanValue",
        "type": "bool",
        "value": false
    }
]

About

Idea plugin for Silex Framework - plugin is not compatible with PHPStorm 2016.2

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 98.2%
  • Shell 1.1%
  • PHP 0.7%