Skip to content

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

Notifications You must be signed in to change notification settings

nightwolf93/php-brisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published