f-oris/easy-sdk-httpclient

Easy sdk http-client 组件。

2.0.0 2021-04-24 13:40 UTC

This package is auto-updated.

Last update: 2024-09-24 21:24:21 UTC


README

Easy sdk HttpClient 扩展组件包

Latest Stable Version Total Downloads Latest Unstable Version License

安装

通过 composer 引入扩展包

composer require f-oris/easy-sdk-httpclient:^2.0

发布配置信息

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');

许可协议

MIT 许可协议

版权 (c) 2019-present F.oris us@f-oris.me