scaffoldeducation / request-service-php
PHP library using Guzzle base to send request to any services. Good to use in microservice architecture
Requires
- php: ^7.1
- guzzlehttp/guzzle: ^5.0
Requires (Dev)
- mockery/mockery: ^1.4
- phpmd/phpmd: ^2.8
- phpunit/phpunit: ^9.2
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-03-12 00:08:42 UTC
README
PHP library using Guzzle base to send request to any services. Good to use in microservice architecture.
Installation
Requires PHP 7.1.
The recommended way to install is through Composer.
composer require kiwfy/request-service-php
Sample
it's a good idea to look in the sample folder to understand how it works.
First verify if all dependencies is installed (if need anyelse)
composer install --no-dev --prefer-dist
and run
php sample/RequestSample.php php sample/RequestImageSample.php
Development
Want to contribute? Great!
The project using a simple code. Make a change in your file and be careful with your updates! Any new code will only be accepted with all viladations.
To ensure that the entire project is fine:
First install all the dev dependences
composer install --dev --prefer-dist
Second run all validations
composer check
Kiwfy - Open your code, open your mind!