fusio / adapter-http
Provides a connection to send and retrieve HTTP messages
Fund package maintenance!
chriskapp
Patreon
www.paypal.me/fusioapi
Installs: 37 706
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: >=8.1
- fusio/engine: ^6.0
- guzzlehttp/guzzle: ^7.0
- kevinrob/guzzle-cache-middleware: ^5.1
- twig/twig: ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^5.9
This package is auto-updated.
Last update: 2024-11-03 10:27:15 UTC
README
Fusio adapter which provides a connection to send and HTTP messages. You can install the adapter with the following steps inside your Fusio project:
composer require fusio/adapter-http
php bin/fusio system:register "Fusio\Adapter\Http\Adapter"