File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Padawan.php for composer projects
55
66[ ![ Build Status] ( https://travis-ci.org/mkusher/padawan.php.svg?branch=master )] ( https://travis-ci.org/mkusher/padawan.php )
77[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/mkusher/padawan.php/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/mkusher/padawan.php/?branch=master )
8+ [ ![ Latest Stable Version] ( https://poser.pugx.org/mkusher/padawan/v/stable )] ( https://packagist.org/packages/mkusher/padawan )
9+ [ ![ Total Downloads] ( https://poser.pugx.org/mkusher/padawan/downloads )] ( https://packagist.org/packages/mkusher/padawan )
10+ [ ![ Latest Unstable Version] ( https://poser.pugx.org/mkusher/padawan/v/unstable )] ( https://packagist.org/packages/mkusher/padawan )
11+ [ ![ License] ( https://poser.pugx.org/mkusher/padawan/license )] ( https://packagist.org/packages/mkusher/padawan )
812
913Smart php intelligent code completion server for composer projects.
1014It tries to be a [ Jedi] ( https://github.com/davidhalter/jedi-vim ) ,
@@ -36,6 +40,14 @@ as you type.
3640How to use
3741==========
3842
43+ - Install padawan.php through ` composer ` :
44+ ``` bash
45+ $ composer global require mkusher/padawan
46+ ```
47+ - Add [ composer global bin to your $PATH] ( https://getcomposer.org/doc/03-cli.md#global ) :
48+ ``` bash
49+ PATH=$PATH :$HOME /.composer/vendor/bin
50+ ```
3951- Install plugin for your editor.
4052- Run index generation command in your php composer
4153project folder.
You can’t perform that action at this time.
0 commit comments