PHPackages                             livewatch-monitoring/livewatch-php-client - 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. livewatch-monitoring/livewatch-php-client

ActiveLibrary[API Development](/categories/api)

livewatch-monitoring/livewatch-php-client
=========================================

Livewatch Server Monitoring API

1114PHP

Since Jan 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Livewatch-Monitoring/livewatch-php-client)[ Packagist](https://packagist.org/packages/livewatch-monitoring/livewatch-php-client)[ RSS](/packages/livewatch-monitoring-livewatch-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LivewatchApi
============

[](#livewatchapi)

Livewatch Server Monitoring API

For more information, please visit .

[![Livewatch Server Monitoring](https://camo.githubusercontent.com/8d1ebd739e5564a2f87434721a319bcfa60f8b42f00b18a2d174340c9b916dcc/68747470733a2f2f7777772e6c69766577617463682e64652f6275696c642f6d656469612f65787465726e616c2f6c6f676f2e706e67)](https://www.livewatch.de)

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/livewatch-monitoring/livewatch-php-client.git"
    }
  ],
  "require": {
    "livewatch-monitoring/livewatch-php-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
