An open API service indexing awesome lists of open source software.

https://github.com/gsdevme/jumpcloud

Simple Library to Authenicate & more via Jumpclouds REST API
https://github.com/gsdevme/jumpcloud

Last synced: 5 months ago
JSON representation

Simple Library to Authenicate & more via Jumpclouds REST API

Awesome Lists containing this project

README

          

# jumpcloud
Jumpcloud API

### Master
[![Build Status](https://travis-ci.org/gsdevme/jumpcloud.svg?branch=master)](https://travis-ci.org/gsdevme/jumpcloud)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/badges/build.png?b=develop)](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/build-status/master)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/440d2b0e-5a6f-441d-adfc-485cf933c19b/small.png)](https://insight.sensiolabs.com/projects/440d2b0e-5a6f-441d-adfc-485cf933c19b)
[![Code Coverage](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/?branch=master)

### Develop
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/?branch=develop)
[![Build Status](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/badges/build.png?b=develop)](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/build-status/develop)
[![Code Coverage](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/badges/coverage.png?b=develop)](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/?branch=develop)

## Authorization API
http://support.jumpcloud.com/knowledgebase/articles/455570

## API
https://github.com/TheJumpCloud/JumpCloudAPI

## Examples
```
send($request);

if ($response instanceof IsAuthenticatedResponse && $response->isAuthenticated()) {
echo 'Authenticated';
} else {
echo 'Not Authenticated';
}
```