# curl **Repository Path**: liguangchun/curl ## Basic Information - **Project Name**: curl - **Description**: 网络请求助手 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: https://packagist.org/packages/liguangchun/curl - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README dtApp Logo

Curl助手

📦 Curl PHP扩展包 [![Latest Stable Version](https://poser.pugx.org/liguangchun/curl/v/stable)](https://packagist.org/packages/liguangchun/curl) [![Latest Unstable Version](https://poser.pugx.org/liguangchun/curl/v/unstable)](https://packagist.org/packages/liguangchun/curl) [![Total Downloads](https://poser.pugx.org/liguangchun/curl/downloads)](https://packagist.org/packages/liguangchun/curl) [![License](https://poser.pugx.org/liguangchun/curl/license)](https://packagist.org/packages/liguangchun/curl) ## 依赖环境 1. PHP7.0 版本及以上(低版本和7.4版本未做兼容处理!) ## 安装 ```text composer require liguangchun/curl -vvv ``` ## 更新 ```text composer update liguangchun/curl -vvv ``` ## 删除 ```text composer remove liguangchun/curl -vvv ```