PHPackages                             fakiolinho/updown-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. fakiolinho/updown-php

ActiveLibrary[API Development](/categories/api)

fakiolinho/updown-php
=====================

A PHP wrapper for the updown.io API

1.1(10y ago)1112.3k3MITPHPPHP &gt;=5.4.0

Since May 27Pushed 10y ago2 watchersCompare

[ Source](https://github.com/fakiolinho/updown-php)[ Packagist](https://packagist.org/packages/fakiolinho/updown-php)[ RSS](/packages/fakiolinho-updown-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

updown-php
==========

[](#updown-php)

A PHP wrapper for the [updown.io](https://updown.io/) API.

You need your API\_KEY from your account's settings page to use this. Visit updown.io [API documentation](https://updown.io/api) to see all settings you can use.

Requirements
============

[](#requirements)

- PHP 5.4.0 or newer

Installation
============

[](#installation)

The best way to install this package is through composer by running:

```
composer require fakiolinho/updown-php:~1.0
```

You could also add it in your project's `composer.json` file:

```
"require": {
	"fakiolinho/updown-php": "~1.0"
}
```

Then run:

```
composer update
```

Usage
=====

[](#usage)

All examples use the Composer autoloader.

### List all your checks

[](#list-all-your-checks)

```
