2017 © Pedro Peláez
 

library flock_laravel_library

Flock PHP library

image

kaizer666/flock_laravel_library

Flock PHP library

  • Sunday, March 4, 2018
  • by kaizer666
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FlockOS PHP SDK

PHP SDK for flockOS. This Library is in development stage., (*1)

Installation

To resolve those dependencies you can do it in two ways. 1. Register your Flock Facade by adding in config app.php file, (*2)

'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., (*3)

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..., (*4)

The Versions

04/03 2018

dev-master

9999999-dev

Flock PHP library

  Sources   Download

MIT

The Requires

 

by Kovalyov Maksim