PHPackages                             cxycdz/curl - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. cxycdz/curl

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cxycdz/curl
===========

laravel模拟curl请求支持https

1.0(9y ago)050MITPHP

Since Sep 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/daimingkang/laravel-curl)[ Packagist](https://packagist.org/packages/cxycdz/curl)[ RSS](/packages/cxycdz-curl/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#安装

```
 php composer require cxycdz/curl

```

或者在你的composer.json中的requeire中加入

```
"cxycdz/curl":"~1.0"

```

执行更新命令

```
php composer update

```

\#配置 在config/app.php的providers中配置

```
'providers' => [

     ...
        Cxycdz\Curl\CurlProvider::class,

```

\#使用 在控制器中直接

```
   $curl=app('curl');
   $data=$curl->curl_http_get('http://www.cxycdz.cn');
   .....

```

更多文档进入www.cxycdz.cn

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3566d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18596666?v=4)[戴明康](/maintainers/daimingkang)[@daimingkang](https://github.com/daimingkang)

---

Top Contributors

[![ccmknt](https://avatars.githubusercontent.com/u/10258717?v=4)](https://github.com/ccmknt "ccmknt (6 commits)")

### Embed Badge

![Health badge](/badges/cxycdz-curl/health.svg)

```
[![Health](https://phpackages.com/badges/cxycdz-curl/health.svg)](https://phpackages.com/packages/cxycdz-curl)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
