PHPackages                             anexia-it/php-cloudlog - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. anexia-it/php-cloudlog

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

anexia-it/php-cloudlog
======================

CloudLog PHP client library

v0.5.1(8y ago)149MITPHPPHP &gt;=5.6.0

Since May 18Pushed 8y ago2 watchersCompare

[ Source](https://github.com/anexia-it/php-cloudlog)[ Packagist](https://packagist.org/packages/anexia-it/php-cloudlog)[ RSS](/packages/anexia-it-php-cloudlog/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (7)Used By (0)

php-cloudlog
============

[](#php-cloudlog)

php-cloudlog is a client library for Anexia CloudLog.

Currently it only provides to push events to CloudLog. Querying is possible in a future release.

There are two connection types:

- directly connected for high throughput
    - requires php-rdkafka (relies on librdkafka &gt;= 0.9.1)
- http client

Get started
-----------

[](#get-started)

```
$ composer require anexia-it/php-cloudlog
```

composer.json

```
{
    "require": {
        "anexia-it/php-cloudlog": "
