statscore/rabbit-client-php

STATSCORE 官方 Rabbit 客户端 PHP

1.0.1 2020-04-16 11:42 UTC

This package is auto-updated.

Last update: 2024-09-16 20:57:02 UTC


README

Build Status Packagist PHP from Travis config Libraries.io dependency status for GitHub repo

目录

安装

先决条件

  • PHP 版本 >=7.4

如何安装包

使用 Composer 通过命令安装最新版本

$ composer require statscore/rabbit-client-php

或将我们的包添加到您的 composer.json 文件中。

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

示例

检查连接

<?php
use Statscore\Client;

require_once __DIR__ . '/vendor/autoload.php';

$client = new Client('localhost', 5672, 'guest', 'guest', 'test');
$client->run();

故障排除

我们的支持团队位于卡托维兹,我们存在的目的只有一个:为 STATSCORE 客户提供服务和愉悦。

有问题吗?我们的团队将全天候、全年无休地帮助您找到答案。请发送电子邮件至 tech-support@statscore.com

问题在 GitHub 上跟踪