PHPackages                             avkluchko/x509-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. avkluchko/x509-bundle

ActiveSymfony-bundle

avkluchko/x509-bundle
=====================

Bundle for work with x509 certificate

v1.0.7(4y ago)1451MITPHPPHP ^7.4 || ^8.0

Since Oct 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/avkluchko/x509-bundle)[ Packagist](https://packagist.org/packages/avkluchko/x509-bundle)[ RSS](/packages/avkluchko-x509-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (9)Versions (10)Used By (0)

X509 Bundle
===========

[](#x509-bundle)

[![Build Status](https://camo.githubusercontent.com/a49235c967738bd010978ffe784a3c3734a7bf3ec1e0977bde080c4cb2118a9d/68747470733a2f2f7472617669732d63692e6f72672f61766b6c7563686b6f2f783530392d62756e646c652e737667)](https://travis-ci.org/avkluchko/x509-bundle)[![Total Downloads](https://camo.githubusercontent.com/4565b7f3d0c84a52c729e12dd009fda07115f934718a396ac853a68056efc36f/68747470733a2f2f706f7365722e707567782e6f72672f61766b6c7563686b6f2f783530392d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/avkluchko/x509-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/609a66449ccd40d2bf2874309d454a1dd12291805e12847956c3abf4665971c3/68747470733a2f2f706f7365722e707567782e6f72672f61766b6c7563686b6f2f783530392d62756e646c652f762f737461626c65)](https://packagist.org/packages/avkluchko/x509-bundle)[![License](https://camo.githubusercontent.com/515c7d12962c71b360b27f1096c6f0541bfcf2b86ff1866d21716def10a7ed36/68747470733a2f2f706f7365722e707567782e6f72672f61766b6c7563686b6f2f783530392d62756e646c652f6c6963656e7365)](https://packagist.org/packages/avkluchko/x509-bundle)

Services for work with x509 certificate.

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

[](#requirements)

The minumum requirement by X509 Bundle is that your web-server supports PHP 8.0 or above.

**Warning!** Need installed openssl php extension.

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

[](#installation)

Install the package with:

```
composer require avkluchko/x509-bundle
```

If you're *not* using Symfony Flex, you'll also need to enable the `AVKluchko\X509Bundle\X509Bundle`in your `AppKernel.php` file.

Usage
-----

[](#usage)

```
// src/Controller/SomeController.php
use AVKluchko\X509Bundle\Service\Parser;

// ...
class SomeController
{
    public function index(Parser $parser)
    {
        $data = $parser->parse('some_certificate_file');
        // ...
    }
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 95.6% 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 ~110 days

Recently: every ~139 days

Total

9

Last Release

1518d ago

PHP version history (3 changes)v1.0.0PHP ^7.1.3

v1.0.5PHP ^7.1.3 || ^8.0

v1.0.7PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/73032381259dffe9b6b3343f7b82c2f165299ab4b69945dbf4ba02e6701b797f?d=identicon)[avkluchko](/maintainers/avkluchko)

---

Top Contributors

[![avkluchko](https://avatars.githubusercontent.com/u/5292154?v=4)](https://github.com/avkluchko "avkluchko (43 commits)")[![4n70w4](https://avatars.githubusercontent.com/u/38257723?v=4)](https://github.com/4n70w4 "4n70w4 (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/avkluchko-x509-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/avkluchko-x509-bundle/health.svg)](https://phpackages.com/packages/avkluchko-x509-bundle)
```

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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