f-oris / easy-sdk-httpclient
Easy sdk http-client component.
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/f-oris/easy-sdk-httpclient
Requires
- php: >=5.5
- f-oris/easy-httpclient: ^2.0
- psr/log: ^1.0
Requires (Dev)
- f-oris/easy-sdk-develop: ^2.0
This package is auto-updated.
Last update: 2025-09-24 23:40:01 UTC
README
Easy sdk HttpClient扩展组件包
安装
通过composer引入扩展包
composer require f-oris/easy-sdk-httpclient:^2.0
Publish配置信息
php artisan vendor:publish --provider="Foris\Easy\Sdk\HttpClient\ServiceProvider"
使用
通过服务容器,获取HttpClient实例,按照easy-httpclient使用说明进行调用即可
<?php $app = new \Foris\Easy\Sdk\Application(); $app->get('http_client')->request('http://url');
License
MIT License
Copyright (c) 2019-present F.oris us@f-oris.me