fts/http-client

laravel 5 http

v1.0.1 2018-07-23 04:19 UTC

This package is auto-updated.

Last update: 2024-05-15 21:29:45 UTC


README

Latest Stable Version Total Downloads License

功能

  • 发送http请求

安装

composer require fts/http-client

添加服务提供者

打开 config/app.php 并添加以下内容到 providers 数组:

fts\HttpClient\HttpClientServiceProvider.php::class

用法

http_request($type, $url, $options = array())