ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

PHP Snippets

by Mombuyish ALL

sublime snippets is powerful function, customize some snippets to create PHP useful method and class

Details

Installs

  • Total 26K
  • Win 22K
  • Mac 2K
  • Linux 3K
Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11
Windows 1 1 4 4 1 0 3 6 6 5 2 2 2 1 2 3 1 2 5 3 3 3 5 1 2 4 4 2 3 0 0 0 0 4 5 3 0 1 0 1 5 4 0 0 4 5
Mac 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0
Linux 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 0 2 1 1 1 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

sublime-fast-snippets-with-php

Sublime snippets is powerful functions, customize some snippets to create PHP useful method and class.

Installation

Changing directory to your sublime configure local:

ubuntu:

.config/sublime-text-3/Packages/User

mac:

~/Library/Application Support/Sublime Text 3/Packages/User

windows:

Sublime Text 3/Packages/User

and you can do git clone:

git clone https://github.com/Mombuyish/sublime-fast-snippets-with-php.git

or you can also download .zip and unzip, put in there.

Usage

Here is customize shortcuts in sublime.

Support tab to previous/next slug.

As you can see, I add new functions , references by PHPStorm.

shortcut function
_c build construct method
class build class with namespace
aclass build abstract class with namespace
echo echo
fore foreach
forek foreach with key
inc include
inco include_once
prif build private method
prisf build private static method
prof build protected method
prosf build protected static method
pubf build public method
pubsf build public static method
rqr require
rqro require_once
thr throw new…

Notice

Those shortcuts are active .php file, Use <?php to define the file type.

Enjoy it.