Skip to content

Qafeen/flockos-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlockOS PHP SDK

PHP SDK for flockOS. This Library is in development stage.

Installation

To resolve those dependencies you can do it in two ways.

  1. Register your Flock Facade by adding in config app.php file
'Flock' => Qafeen\Flock\Flock::class,

If you are on laravel 5.4 then you can do it easily by using and laravel will take care to resolve.

use Facades\Qafeen\Flock\Flock

Few are the APIs available for now

  1. To decrept jwt token you can do it easily by
$response = Flock::decodePayload();
  1. To Log an event in database
Flock::logEvent();

And few more API is comming soon...

About

PHP SDK for flockOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages