PHPackages                             kdyby/curl-ca-bundle - 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. kdyby/curl-ca-bundle

Abandoned → [composer/ca-bundle](/?search=composer%2Fca-bundle)ArchivedLibrary[HTTP &amp; Networking](/categories/http)

kdyby/curl-ca-bundle
====================

This package provides root certificates for usage in api clients on systems that have missing or outdated certificates.

v1.0.26(7y ago)18244.1k[2 issues](https://github.com/Kdyby/CurlCaBundle/issues)6BSD-3-ClausePHP

Since May 8Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Kdyby/CurlCaBundle)[ Packagist](https://packagist.org/packages/kdyby/curl-ca-bundle)[ Docs](http://kdyby.org)[ RSS](/packages/kdyby-curl-ca-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (28)Used By (6)

Kdyby/CurlCaBundle
==================

[](#kdybycurlcabundle)

This package provides root certificates for usage in api clients on systems that have missing or outdated certificates.

This library is rebuild automatically every day using

If there is a change in the file, it's committed and pushed, so you can download a new one.

Requirements
------------

[](#requirements)

Kdyby/CurlCaBundle requires PHP 5.2 or higher with cUrl extension enabled.

Installation
------------

[](#installation)

The best way to install Kdyby/CurlCaBundle is using [Composer](http://getcomposer.org/):

```
$ composer require kdyby/curl-ca-bundle:~1.0
```

Usage
-----

[](#usage)

Simply apply the function `Kdyby\CurlCaBundle\CertificateHelper::setCurlCaInfo()` to your cURL resource.

```
$curl = curl_init("https://www.kdyby.org/");
\Kdyby\CurlCaBundle\CertificateHelper::setCurlCaInfo($curl);
$result = curl_exec($curl);
```

There is also a function that only returns the ca-bundle filename, if you wanna set the option yourself.

```
$curl = curl_init("https://www.kdyby.org/");
curl_setopt($curl, CURLOPT_CAINFO, \Kdyby\CurlCaBundle\CertificateHelper::getCaInfoFile());
$result = curl_exec($curl);
```

And that's all folks!

---

Homepage  and repository .

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity73

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

Every ~68 days

Recently: every ~81 days

Total

26

Last Release

2709d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd7915237f7e5a3e6bbdee4345a36d355f0fd440362b2cecd4d705edda023c92?d=identicon)[fprochazka](/maintainers/fprochazka)

---

Top Contributors

[![fprochazka](https://avatars.githubusercontent.com/u/158625?v=4)](https://github.com/fprochazka "fprochazka (32 commits)")

---

Tags

httpsbundlecurlcertificatesslca

### Embed Badge

![Health badge](/badges/kdyby-curl-ca-bundle/health.svg)

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

###  Alternatives

[mashape/unirest-php

Unirest PHP

1.3k9.9M163](/packages/mashape-unirest-php)[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

44512.4M57](/packages/eightpoints-guzzle-bundle)[padraic/humbug_get_contents

Secure wrapper for accessing HTTPS resources with file\_get\_contents for PHP 5.3+

1255.4M5](/packages/padraic-humbug-get-contents)[apimatic/unirest-php

Unirest PHP

225.3M143](/packages/apimatic-unirest-php)[zeroem/curl-bundle

Allows you to easily create and execute HTTP Requests with cURL

1323.5k](/packages/zeroem-curl-bundle)

PHPackages © 2026

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