php brisk
1.0.0
php-brisk est une bibliothèque php pour interagir avec l'API Brisk
Créez d’abord une instance de BriskClient
$ client = new BriskClient ( ' http://localhost:3000 ' , ' master ' , ' changeme ' );
Créer un lien
$ link = $ client -> createLink ( ' https://github.com/nightwolf93/brisk ' , 30000 , 5 );
Vous pouvez également consulter l'API officielle de Brisk : https://nico-style931.gitbook.io/brisk/
composer require nightwolf93/php-brisk
make test
Loup de nuit93