A vim bundle with snippets for PHP developers. It contains snippets for the following tools:
- PHP - snippets | website
- PHPUnit - snippets | website
- Symfony2 - snippets | website
- JMSSerializerBundle - snippets | website
Required bundles:
Install with vundle
Add to vimrc:
Plugin "algotech/ultisnips-php"
And install it:
:so ~/.vimrc
:PluginInstall
Install with pathogen
cd ~/.vim/bundle
git clone https://github.com/algotech/ultisnips-php.git