Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 470 Bytes

README.markdown

File metadata and controls

executable file
·
20 lines (14 loc) · 470 Bytes

GitHub Browser using Composer.The first step to use browser is to download composer:

$ curl -s http://getcomposer.org/installer | php

Then we have to install our dependencies using:

$ php composer.phar install

Now we can use autoloader from Composer by:

{ "require": { "knplabs/github-api": "*" }, "minimum-stability": "dev" }

Likes-Dislikes button: For the use of buttons, you must use a database dump which is located in the root directory.