php brisk
1.0.0
php-brisk ist eine PHP-Bibliothek für die Interaktion mit der Brisk-API
Erstellen Sie zunächst eine Instanz von BriskClient
$ client = new BriskClient ( ' http://localhost:3000 ' , ' master ' , ' changeme ' );
Erstellen Sie einen Link
$ link = $ client -> createLink ( ' https://github.com/nightwolf93/brisk ' , 30000 , 5 );
Sie können auch die offizielle Brisk-API überprüfen: https://nico-style931.gitbook.io/brisk/
composer require nightwolf93/php-brisk
make test
Nachtwolf93