PHPackages                             schleyer-edv/fireapi-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. schleyer-edv/fireapi-php-client

ActiveLibrary[API Development](/categories/api)

schleyer-edv/fireapi-php-client
===============================

A full-featured implementation of the fireapi of 24fire GmbH

v2.2.2(3mo ago)66953MITPHPPHP &gt;=7.4CI failing

Since Dec 5Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/Schleyer-EDV/fireapi-php-client)[ Packagist](https://packagist.org/packages/schleyer-edv/fireapi-php-client)[ RSS](/packages/schleyer-edv-fireapi-php-client/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (4)Versions (20)Used By (0)

fireapi-php-client
==================

[](#fireapi-php-client)

=======================

This **PHP 8.1+** library allows you to communicate with the fireapi of 24fire GmbH.

[![PHP Version Require](https://camo.githubusercontent.com/66ee0a455a10dc0333012c176269fe2ab8f3f89ae00ffd555178823af05ff74f/687474703a2f2f706f7365722e707567782e6f72672f7363686c657965722d6564762f666972656170692d7068702d636c69656e742f726571756972652f706870)](https://packagist.org/packages/schleyer-edv/fireapi-php-client)[![Latest Stable Version](https://camo.githubusercontent.com/359bb4473a43388dcf4d93a2a8cf9c96e755d465ebe06f5c5ee2453c73c67723/687474703a2f2f706f7365722e707567782e6f72672f7363686c657965722d6564762f666972656170692d7068702d636c69656e742f76)](https://packagist.org/packages/schleyer-edv/fireapi-php-client)[![License](https://camo.githubusercontent.com/76e1d25be6cb826414d0ba541a732e837f65bf8a3f3be4932107ea618f45d146/687474703a2f2f706f7365722e707567782e6f72672f7363686c657965722d6564762e64652f666972656170692d7068702d636c69656e742f6c6963656e7365)](https://packagist.org/packages/schleyer-edv/fireapi-php-client)

> You can find the full API documentation [here](https://docs.fireapi.de/)!

Getting Started
---------------

[](#getting-started)

Recommended installation is using **Composer**!

In the root of your project execute the following:

```
$ composer require schleyer-edv/fireapi-php-client
```

Or add this to your `composer.json` file:

```
{
    "require": {
        "schleyer-edv/fireapi-php-client": "@stable"
    }
}
```

Then perform the installation:

```
$ composer install --no-dev
```

### Examples

[](#examples)

Creating the fireapi main object:

```
