Skip to content
/ gizmo Public
forked from ohtarr/gizmo

PHP Library for accessing a custom API

License

Notifications You must be signed in to change notification settings

iahunter/gizmo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gizmo

PHP Library for accessing a custom API

#Installation composer require ohtarr/gizmo

#usage use ohtarr\Gizmo\Dhcp;

$token = "yourazuretoken"; $baseurl = "https://gizmosecreturl.com";

$dhcp = new Dhcp($token, $baseurl); $scopes = $dhcp->getAllScopes();

About

PHP Library for accessing a custom API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%