PHPackages                             statscore/rabbit-client-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. statscore/rabbit-client-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

statscore/rabbit-client-php
===========================

STATSCORE Official Rabbit Client PHP

1.0.1(6y ago)1450GPL-3.0-or-laterPHPPHP &gt;=7.4CI failing

Since Apr 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/statscore/rabbit-client-php)[ Packagist](https://packagist.org/packages/statscore/rabbit-client-php)[ Docs](https://github.com/statscore/rabbit-client-php)[ RSS](/packages/statscore-rabbit-client-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (4)Used By (0)

[![sportsapi](https://camo.githubusercontent.com/c18d81e30cc92518529e66231c751ce163e2e19886bcd5ec6bd23798c0f620a5/68747470733a2f2f7374617473636f72652d73332d63646e2e7374617473636f72652e636f6d2f76322f70726f64756374732f73706f7274734150492f7370612d6c6f676f2e706e67)](https://camo.githubusercontent.com/c18d81e30cc92518529e66231c751ce163e2e19886bcd5ec6bd23798c0f620a5/68747470733a2f2f7374617473636f72652d73332d63646e2e7374617473636f72652e636f6d2f76322f70726f64756374732f73706f7274734150492f7370612d6c6f676f2e706e67) STATSCORE Official Rabbit Client PHP
===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#-statscore-official-rabbit-client-php)

[![Build Status](https://camo.githubusercontent.com/f5628df866651bbe4373aa057f01ba7ba249c9cb8d79f2a373db85f364384e32/68747470733a2f2f7472617669732d63692e6f72672f7374617473636f72652f7261626269742d636c69656e742d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/statscore/rabbit-client-php)[![Packagist](https://camo.githubusercontent.com/13a7af12a77aa2984e472e4711718541e431022c234e3c341863eba74e41b179/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7374617473636f72652f7261626269742d636c69656e742d7068702e737667)](https://packagist.org/packages/statscore/rabbit-client-php)[![PHP from Travis config](https://camo.githubusercontent.com/081b2d215f7f84315ef4216c80b2c50f985e78fd5505a363eef2c4f896868373/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f7374617473636f72652f7261626269742d636c69656e742d7068702f6d61737465722e737667)](https://travis-ci.org/statscore/rabbit-client-php)[![Libraries.io dependency status for GitHub repo](https://camo.githubusercontent.com/76d8a6c347991ac952b5438a2ef02d8f0aff35acae21c948eaf62c745da7eb1c/68747470733a2f2f696d672e736869656c64732e696f2f6c6962726172696573696f2f6769746875622f7374617473636f72652f7261626269742d636c69656e742d706870)](https://libraries.io/github/statscore/rabbit-client-php)

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Example](#example)
- [Troubleshooting](#troubleshooting)

Installation
------------

[](#installation)

### Prerequisites

[](#prerequisites)

- PHP version &gt;=7.4

### Hot to install package

[](#hot-to-install-package)

Use [Composer](http://getcomposer.org) to install the latest version with command:

```
$ composer require statscore/rabbit-client-php
```

or add our package to your `composer.json` file.

```
{
  "require": {
    "statscore/rabbit-client-php": "^1"
  }
}
```

Example
-------

[](#example)

### Check connection

[](#check-connection)

```
