官方文档:https://guzzle-cn.readthedocs.io/zh_CN/latest/index.html
github: https://github.com/guzzle/guzzle
安装
composer require guzzlehttp/guzzle
自己封装了一个简单的类,用来get post
<?php
/**
* Created by PhpStorm.
* Date: 2019/4/7
* Ti...
4-07 5,214 views
官方文档:https://guzzle-cn.readthedocs.io/zh_CN/latest/index.html
github: https://github.com/guzzle/guzzle
安装
composer require guzzlehttp/guzz...