nightwolf93 / php-brisk
php-brisk is a php library for interact with the Brisk API
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nightwolf93/php-brisk
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-12-10 06:10:57 UTC
README
php-brisk
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
