fitnesshouse / fh-request-server
Fitness House Request Server Api through the message broker
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fitnesshouse/fh-request-server
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
| 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