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
- Host: GitHub
- URL: https://github.com/gsdevme/jumpcloud
- Owner: gsdevme
- License: mit
- Created: 2016-04-20T01:16:52.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2017-05-26T16:02:28.000Z (about 9 years ago)
- Last Synced: 2024-11-17T12:07:56.028Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jumpcloud
Jumpcloud API
### Master
[](https://travis-ci.org/gsdevme/jumpcloud)
[](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/?branch=master)
[](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/build-status/master)
[](https://insight.sensiolabs.com/projects/440d2b0e-5a6f-441d-adfc-485cf933c19b)
[](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/?branch=master)
### Develop
[](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/?branch=develop)
[](https://scrutinizer-ci.com/g/gsdevme/jumpcloud/build-status/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';
}
```