2017 © Pedro Peláez
 

library jumpcloud

Simple library to authenicate with Jumpclouds REST Authorization API.

image

gsdevme/jumpcloud

Simple library to authenicate with Jumpclouds REST Authorization API.

  • Friday, May 26, 2017
  • by gsdev
  • Repository
  • 1 Watchers
  • 2 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 9 Versions
  • 2 % Grown

The README.md

jumpcloud

Jumpcloud API, (*1)

Master

Build Status Scrutinizer Code Quality Build Status SensioLabsInsight Code Coverage, (*2)

Develop

Scrutinizer Code Quality Build Status Code Coverage, (*3)

Authorization API

http://support.jumpcloud.com/knowledgebase/articles/455570, (*4)

API

https://github.com/TheJumpCloud/JumpCloudAPI, (*5)

Examples

// login
require __DIR__ . '/../vendor/autoload.php';

$provider = new \JumpCloud\Provider\CredentialsProvider('my-api-key');
$client = new \JumpCloud\Client($provider);

$operation = new \JumpCloud\Operation\Authenticate('username', 'password');

/** @var \JumpCloud\Authorization\AuthorizationResponse $response */
$response = $client->send($operation);

if ($response->isAuthorized()) {
    echo 'Authorized!';
} else {
    echo 'Not Authorized!';
}
// Get all systems
require __DIR__ . '/../vendor/autoload.php';

$provider = new \JumpCloud\Provider\CredentialsProvider('my-api-key');
$client = new \JumpCloud\Client($provider);

$operation = new \JumpCloud\Operation\Systems();

/** @var \JumpCloud\Response\MultiformatResponse $response */
$response = $client->send($operation);

print_r($response->getData());

The Versions

26/11 2016

dev-feat/move-to-php7

dev-feat/move-to-php7

Simple library to authenicate with Jumpclouds REST Authorization API.

  Sources   Download

MIT License

The Requires

 

The Development Requires

01/08 2016

dev-master

9999999-dev

Simple library to authenicate with Jumpclouds REST Authorization API.

  Sources   Download

MIT License

The Requires

 

The Development Requires

01/08 2016

1.5.0

1.5.0.0

Simple library to authenicate with Jumpclouds REST Authorization API.

  Sources   Download

MIT License

The Requires

 

The Development Requires

23/06 2016

1.2.0

1.2.0.0

Simple library to authenicate with Jumpclouds REST Authorization API.

  Sources   Download

MIT License

The Requires

 

The Development Requires

16/06 2016

1.1.0

1.1.0.0

Simple library to authenicate with Jumpclouds REST Authorization API.

  Sources   Download

MIT License

The Requires

 

The Development Requires

15/06 2016

1.0.1

1.0.1.0

Simple library to authenicate with Jumpclouds REST Authorization API.

  Sources   Download

MIT License

The Requires

 

The Development Requires

15/06 2016

1.0.0

1.0.0.0

Simple library to authenicate with Jumpclouds REST Authorization API.

  Sources   Download

MIT License

The Requires

 

The Development Requires

27/04 2016

0.1.0

0.1.0.0

Simple library to authenicate with Jumpclouds REST Authorization API.

  Sources   Download

MIT License

The Requires

 

The Development Requires