PHP Package: composer/ca-bundle

Secure and reliable CA bundle for PHP applications to ensure HTTPS connections, enhancing security and trustworthiness.

Current Version: 1.5.7
Last Updated: 2025-05-26
PHP Requirement: ^7.2 || ^8.0
Dependencies:
composer/composer
composer/ca-bundle-dependency1
composer/ca-bundle-dependency2
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The ca-bundle PHP library provides a curated list of trusted Certificate Authority (CA) certificates, enabling secure communication over HTTPS in PHP applications. By integrating this library, developers can guarantee the authenticity and integrity of SSL/TLS connections, safeguarding against potential security threats and ensuring data confidentiality and privacy.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.5.7

Download Download v1.5.7

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/composer/ca-bundle/1.5.7/loader.php';
require_once 'libs/composer/composer/2.8.9/loader.php';
require_once 'libs/composer/ca-bundle-dependency1/{lib_version}/loader.php';
require_once 'libs/composer/ca-bundle-dependency2/{lib_version}/loader.php';

use Composer\CaBundle\ClassName1;
use Composer\CaBundle\Dependency1\ClassName;
use Composer\CaBundle\Dependency2\ClassName;

$obj = new ClassName1();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.