--- title: Example PhpStorm Third Party Plugins redirect_from: - /phpstorm/existing_plugins.html --- This page lists some example PhpStorm plugins created by third party developers. ## Symfony The Symfony plugin is a free plugin for Symfony framework developers. There are lots of features 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](https://symfony2-plugin.espend.de/) * [GitHub](https://github.com/Haehnchen/idea-php-symfony2-plugin) * [Symfony Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/symfony-support.html) * [Symfony plugin in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7219-symfony-support) ## Laravel The Laravel plugin is a free plugin for Laravel developers. It provides code completion and navigation for various Laravel components: controllers, routes, views, configuration, services, and translations. You can also use Laravel-specific live templates for generating various Laravel entities. * [GitHub](https://github.com/Haehnchen/idea-php-laravel-plugin) * [Laravel Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/laravel.html) ## Laravel Idea The Laravel Idea plugin is a paid plugin for Laravel developers. It provides a wide array of code generation and code completion features, and includes hundreds of useful helpers, including configuration and translation keys, gates names completion, blade support, and so on. * [Documentation](https://laravel-idea.com/docs/3.x/overview) * [Issue Tracker](https://github.com/laravel-idea/plugin/issues) * [Laravel Idea plugin in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/13441-laravel-idea) * [Laravel Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/laravel.html) ## Magicento 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! * [Official Magicento Web Site](https://magicento.com/) * [GitHub](https://github.com/enriquepiatti/Magicento) * [Magicento in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7089-magicento) ## YiiStorm 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. * [GitHub](https://github.com/cmazx/yiistorm) * [YiiStorm in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7182-yiistorm) ## PHP Annotations The PHP Annotations plugin extends PhpStorm to support annotations in PHPDoc blocks. * [PHP Annotations in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7320-php-annotations) * [GitHub](https://github.com/Haehnchen/idea-php-annotation-plugin)