php brisk
1.0.0
php-brisk は、 Brisk API と対話するための php ライブラリです。
まずBriskClientのインスタンスを作成します。
$ client = new BriskClient ( ' http://localhost:3000 ' , ' master ' , ' changeme ' );
リンクを作成する
$ link = $ client -> createLink ( ' https://github.com/nightwolf93/brisk ' , 30000 , 5 );
公式の brisk API も確認できます: https://nico-style931.gitbook.io/brisk/
composer require nightwolf93/php-brisk
make test
ナイトウルフ93