Download the PHP package biscolab/updown-php-sdk without Composer
On this page you can find all versions of the php package biscolab/updown-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download biscolab/updown-php-sdk
More information about biscolab/updown-php-sdk
Files in biscolab/updown-php-sdk
Download biscolab/updown-php-sdk
More information about biscolab/updown-php-sdk
Files in biscolab/updown-php-sdk
Please rate this library. Is it a good library?
Informations about the package updown-php-sdk
updown
UpDown.io PHP SDK
Documentation
Now you can find compete documentation here
Frameworks
Getting started
First of all you need a UpDown.io account.
Further info/documentation will be ready ASAP.
Installation
You can install the package via composer:
Configuration
API key
First of all you need an API key: Get API Key
Initialize the UpDown and create Check object
$check
is a CRUD object, so it hascreate
,read
,update
anddelete
methods available.$attributes
could an array containing a list of attributes (Biscolab\UpDown\Fields\CheckFields
) or a scalar value representing the token given by updown.io.
Usage
Create Check object on updown.io
Read Check data from updown.io
Use Enum values like
UpDownRequestFields
to avoid errors
Update Check on updown.io
Delete Check from updown.io
$deleted
is bool,true
if "ok",false
if something went wrong
Get Check "Metrics" from updown.io
$metrics
is anf objact of classBiscolab\UpDown\Types\Metrics
Get Check "Downtimes" from updown.io
$downtimes
is anf objact of classBiscolab\UpDown\Types\DownTimes
, a collection ofBiscolab\UpDown\Types\DownTime
objects
License
All versions of updown-php-sdk with dependencies
PHP Build Version
Package Version
The package biscolab/updown-php-sdk contains the following files
Loading the files please wait ....