fitnesshouse/fh-request-server

Fitness House Request Server Api through the message broker

v2.3.1 2023-06-30 16:38 UTC

This package is auto-updated.

Last update: 2024-04-30 00:42:29 UTC


README

Introduction

Web Request Server Api для взаимодействия с внутренним RS через брокер сообщений

Features

PHP8.0 support will be available after php-amqplib is updated to the next major version 3.0. (php-amqplib/php-amqplib#858)

Version Compatibility

Laravel Request Server min PHP
6.x 1.x 7.2
7.x 2.x 7.3
8.x -- --

Installation

Composer

add the following to your require part within the composer.json:

{
    "require": {
        "fitnesshouse/fh-request-server": "^2.0"
    },
    "repositories": [
        {
            "type": "vcs",
            "url":  "https://github.com/fhcs/fh-request-server"
        }
    ]
}

and

$ composer install

Usage