定制 samson/protocol 二次开发
按需修改功能、优化性能、对接业务系统,提供一站式技术支持
邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316
Composer 安装命令:
composer require samson/protocol
Various implementations of TCP protocols
Usage example
<?php $http = new HTTP(); $http->setTimeout(5000); $response = $http->request('http://www.google.com');