https://github.com/aurimasniekis/idea-php-class-templates
PHPStorm plugin providing custom PHP Class templates using File Templates
https://github.com/aurimasniekis/idea-php-class-templates
Last synced: about 2 months ago
JSON representation
PHPStorm plugin providing custom PHP Class templates using File Templates
- Host: GitHub
- URL: https://github.com/aurimasniekis/idea-php-class-templates
- Owner: aurimasniekis
- License: mit
- Created: 2017-04-18T17:38:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T09:16:16.000Z (almost 8 years ago)
- Last Synced: 2025-04-24T06:07:56.326Z (about 2 months ago)
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/9640-php-class-templates
- Size: 14.6 KB
- Stars: 41
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Class Templates
[](https://plugins.jetbrains.com/plugin/9640)
[](https://plugins.jetbrains.com/plugin/9640)
[](https://plugins.jetbrains.com/plugin/9640)A PHPStorm Plugin providing custom PHP class templates.
* PHP Exception Class (With selection which Exception Class to extend)
* PHP Class From Template (New file from `File Templates` with defined file extension `class.php`## Install
Install the plugin by going to `Settings -> Plugins -> Browse repositories` and then search for `PHP Class Templates`.
## Usage
**PHP Class From Template** uses File Templates from `Settings -> Editor -> File and Code Templates -> Files` templates with file extension `class.php`
**PHP Exception Class** uses File Template `PHP Exception`
## Screen Shots




