PHP existing_plugins.md: remove obsolete stuff

This commit is contained in:
Yann Cébron 2025-04-29 14:55:01 +02:00
parent e5a640b7ab
commit b9b5043f8e

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. --> <!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Example PhpStorm Third-Party Plugins # Example PhpStorm Third-Party Plugins
@ -17,47 +17,17 @@ There are lots of features included into this plugin, such as Symfony-specific c
* [Symfony Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/symfony-support.html) * [Symfony Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/symfony-support.html)
* [Symfony plugin on JetBrains Marketplace](https://plugins.jetbrains.com/plugin/7219-symfony-support) * [Symfony plugin on JetBrains Marketplace](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 ## Laravel Idea
The Laravel Idea plugin is a paid plugin for Laravel developers. 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, etc. 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, etc.
* [Documentation](https://laravel-idea.com/docs/3.x/overview) * [Documentation](https://laravel-idea.com/docs/overview)
* [Issue Tracker](https://github.com/laravel-idea/plugin/issues) * [Issue Tracker](https://github.com/laravel-idea/plugin/issues)
* [Laravel Idea plugin on JetBrains Marketplace](https://plugins.jetbrains.com/plugin/13441-laravel-idea) * [Laravel Idea plugin on JetBrains Marketplace](https://plugins.jetbrains.com/plugin/13441-laravel-idea)
* [Laravel Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/laravel.html) * [Laravel Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/laravel.html)
## Magicento
Magicento is a paid PhpStorm plugin for Magento developers.
A 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 the Magento environment, and much more to come!
* [Official Magicento website](https://magicento.com/)
* [GitHub](https://github.com/enriquepiatti/Magicento)
* [Magicento on JetBrains Marketplace](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 on JetBrains Marketplace](https://plugins.jetbrains.com/plugin/7182-yiistorm)
## Nette ## Nette
Nette is a family of mature and stand-alone components for PHP that create a framework. Nette is a family of mature and stand-alone components for PHP that create a framework.