PHP Package: kelunik/certificate

PHP library for certificate management, creation, and verification.

Current Version: 1.1.3
Last Updated: 2023-02-03
PHP Requirement: >=7.0
Dependencies:
kelunik/certificate-dependency
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The kelunik/certificate PHP library provides robust functionality for managing and creating certificates, enabling secure communication over networks. With this library, you can seamlessly verify the authenticity of certificates and ensure secure connections. It offers a reliable solution for generating and handling certificates in a PHP environment, enhancing the security of your applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.1.3

Download Download v1.1.3

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/kelunik/certificate/1.1.3/loader.php';
require_once 'libs/kelunik/certificate-dependency/{lib_version}/loader.php';

use Kelunik\Certificate\CertificateManager;

$obj = new CertificateManager();
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.