nightwolf93/php-brisk

php-brisk is a php library for interact with the Brisk API

dev-master 2020-08-09 18:22 UTC

This package is auto-updated.

Last update: 2024-10-10 03:47:28 UTC


README

logo

php-brisk

CircleCI

php-brisk is a php library for interact with the Brisk API

Documentation

First create a instance of BriskClient

$client = new BriskClient( 'http://localhost:3000', 'master', 'changeme' );

Create a link

$link = $client->createLink( 'https://github.com/nightwolf93/brisk', 30000, 5 );

You can check the official brisk api too : https://nico-style931.gitbook.io/brisk/

Composer

composer require nightwolf93/php-brisk

Test

make test

Authors

Nightwolf93