title | redirect_from | |
---|---|---|
Example PhpStorm Third Party Plugins |
|
This page lists some example PhpStorm plugins created by third party developers.
Symfony plugin is a free plugin for Symfony framework developers.
There are lots of futures included into this plugin, such as Symfony-specific completion and navigation for symbols, templates, service container, Doctrine, translations, routes, forms, events, and more.
- Official Symfony plugin Web Site
- GitHub
- Symfony Development using PhpStorm Tutorials
- Symfony plugin in PhpStorm Plugins Repository
Magicento is a paid PhpStorm plugin for Magento developers. Free limited version is available. Features include: Goto for factories and template paths, autocomplete for factories, xml files and class names, documentation for xml nodes, evaluation of PHP code inside Magento environment, and much more to come!
YiiStorm is a plugin for PhpStorm IDE that is adding code navigation enhancements for Yii framework based projects. Features are: Going from render and renderPartial to the view file. Includes controllers, partials and widgets. Supports all ways of specifying a view: themes, smarty .tpl views and external actions; Going from model name in relations() to the model class; Going from the $this->widget('path.to.widget.Class') call to the widget class; Going from controller actions() to action class.