mediact / coding-standard-phpstorm
MediaCT PHP Coding Standard PHPStorm integration
Installs: 52 721
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 7
Open Issues: 0
Type:composer-plugin
Requires
- php: ^7.1
- composer-plugin-api: ^1.0 || ^2.0
Requires (Dev)
- ext-simplexml: *
- composer/composer: ^1.3 || ^2.0
- kint-php/kint: @stable
- mediact/coding-standard: @stable
- mediact/testing-suite: @stable
- mikey179/vfsstream: ^1.6
- phpstan/phpstan: @stable
This package is auto-updated.
Last update: 2022-08-10 18:25:40 UTC
README
[ABANDONED] coding-standard-phpstorm
Sets up PhpStorm coding standards for a project.
Installation
This package is installed using Composer:
composer require mediact/coding-standard-phpstorm
Configuration
Use PHPStorm's file > settings > language > PHP
menu to point to the installed binaries for PHPMD and PHPCS.
Live Templates
You now get live templates that can be be found in file > settings > Editor -> Live Templates
.
These templates can be enabled/disabled.
At this moment there have been live templates created for:
- ACL
- DB Schema
- DI
- Events
- Menu
- Module
- Phtml (WIP)
- Registration
- System
Check out this link to see more info
Templates
You now get live templates that can be be found in file > settings > Editor -> File and Code Templates
.
These can be enabled and disabled for if you want to use them or not. If no phpstorm templates are shown please restart PhpStorm.
At this moment there have been templates created for:
- ACL
- Class
- Class - Backend Controller
- Class - Block
- Class - Helper
- Class - Observer
- Class - ViewModel
- Config
- DB Schema
- DI
- Events
- Extension Attributes
- Layout
- Menu
- Module
- Registration
- Routes
- Sales
- System
- System Include
Check out this link to see all commando's that can be used.