fitnesshouse / fh-request-server
Fitness House Request Server Api through the message broker
v2.3.1
2023-06-30 16:38 UTC
Requires
- php: ^7.3|^8.0
- ext-json: *
- ext-simplexml: *
- vladmeh/rabbitmq-client: ^2.0
- vladmeh/xml-utils: ^2.2.0
Requires (Dev)
- orchestra/testbench: ^5.0
- phpunit/phpunit: ^9.3.3
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
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