PHPackages                             mrdavidchz/certificado-sello - 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. [Security](/categories/security)
4. /
5. mrdavidchz/certificado-sello

ActiveLibrary[Security](/categories/security)

mrdavidchz/certificado-sello
============================

Librería para el manejo de Certificados CSD (.CER - .KEY) y Generar el Sello,Numero de Certificado para la emisión de Facturas CFDI

154PHP

Since May 4Pushed 8y agoCompare

[ Source](https://github.com/MrDavidChz/certificado-sello)[ Packagist](https://packagist.org/packages/mrdavidchz/certificado-sello)[ RSS](/packages/mrdavidchz-certificado-sello/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Librería para el manejo de Certificados CSD (.CER - .KEY) y Generar el Sello,Numero de Certificado para la emisión de Facturas CFDI
===================================================================================================================================

[](#librería-para-el-manejo-de-certificados-csd-cer---key-y-generar-el-sellonumero-de-certificado-para-la-emisión-de-facturas-cfdi)

Instalación
-----------

[](#instalación)

```
composer require mrdavidchz/certificado-sello:dev-master

```

Uso
---

[](#uso)

- Manejo de Archivos .cer

```
	use MrDavidChz\CertificadoSello;

	$cert = CertificadoSello::cer($cerFile);
	$cert->getNoCertificado();
	$cert->decode();
	$cert->save();

```

- Manejo de Archivos .key

```
    $key = CertificadoSello::key($keyFile, $password,'C:\OpenSSL\bin\openssl.exe');
    $key->decode();
    $key->save();

```

- Validar si los archivo CER y KEY son Pareja En caso que haya algun error agregar la ruta del OpenSsl

```
   CertificadoSello::matchCerKey($cerFile.'.pem',$keyFile.'.pem','C:\OpenSSL\bin\openssl.exe');

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34451939?v=4)[MrDavidChz](/maintainers/MrDavidChz)[@MrDavidChz](https://github.com/MrDavidChz)

---

Top Contributors

[![MrDavidChz](https://avatars.githubusercontent.com/u/34451939?v=4)](https://github.com/MrDavidChz "MrDavidChz (3 commits)")

### Embed Badge

![Health badge](/badges/mrdavidchz-certificado-sello/health.svg)

```
[![Health](https://phpackages.com/badges/mrdavidchz-certificado-sello/health.svg)](https://phpackages.com/packages/mrdavidchz-certificado-sello)
```

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.0M138](/packages/mews-purifier)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24772.0k36](/packages/paragonie-ecc)

PHPackages © 2026

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