php brisk
1.0.0
php-brisk เป็นไลบรารี php สำหรับการโต้ตอบกับ Brisk API
ขั้นแรกให้สร้างอินสแตนซ์ของ 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