There was an error while loading. Please reload this page.
See Installing Composer if you have not already installed composer.
Run the following command:
composer require tipsyphp/tipsy --prefer-dist
Or omit the --prefer-dist if you want to get the tests directory as well.
--prefer-dist
tests
If you prefer you can add it directly to your composer.json file and then run composer install
composer install
"require": { "tipsyphp/tipsy": "dev-master" }
Include Tipsy using composer's autoload
require_once __DIR__ . '/../vendor/autoload.php'; use Tipsy\Tipsy;
Read Server Config for more info on how to setup your web server.