Zttp Zttp是一个简单的Guzzle包装器,旨在为大多数常见用例提供真正令人愉快的开发体验。 如果您需要更多功能,只需使用 :) 实际的文档正在编写中,但是现在请。 $ response = Zttp :: withHeaders ([ 'Fancy' => 'Pants' ])-> post ( $ url , [ 'foo' => 'bar' , 'baz' => 'qux' , ]); $ response -> status (); // int $ response -> isOk (); // true / false $ response -> json (); // => [ // 'whatever' => 'was returned', // ]; 安装 composer require kitetail/zttp