An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# PHP Class Templates

[![Version](http://phpstorm.espend.de/badge/9640/version)](https://plugins.jetbrains.com/plugin/9640)
[![Downloads](http://phpstorm.espend.de/badge/9640/downloads)](https://plugins.jetbrains.com/plugin/9640)
[![Downloads last month](http://phpstorm.espend.de/badge/9640/last-month)](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

![Screenshoot](http://i.imgur.com/chkN4OZ.png)
![Screenshoot](http://i.imgur.com/7CwpORb.png)
![Screenshoot](http://i.imgur.com/iaOI9J7.png)
![Screenshoot](http://i.imgur.com/lEXtmsP.png)
![Screenshoot](http://i.imgur.com/4VAKd3x.png)