PHPackages                             stibenamm/firma-xades-cr - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. stibenamm/firma-xades-cr

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

stibenamm/firma-xades-cr
========================

Paquete para la firma de facturacion electronica costa rica

11.7k1PHP

Since Jul 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/stibenamm/firma-xades-cr)[ Packagist](https://packagist.org/packages/stibenamm/firma-xades-cr)[ RSS](/packages/stibenamm-firma-xades-cr/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

firma-xades-cr
==============

[](#firma-xades-cr)

Adaptación del proyecto [hacienda-firmador-php](https://github.com/enzojimenez/hacienda-firmador-php) de [enzojimenez](https://github.com/enzojimenez) para instalarse mediante composer

### Instalación

[](#instalación)

```
composer require stibenamm/firma-xades-cr:dev-master
```

### Ejemplo rápido laravel

[](#ejemplo-rápido-laravel)

```
//routes/web.php
Route::get('/', function(){
	$firmador = new Stibenamm\FirmaXadesCR\Firmador();
  	$xml = '/ruta/archivoXml';
  	$pfx = '/ruta/llaveCriptografica';
  	$pin = '0000';
  	$archivo = $firmador->firmarXml($pfx,$pin,$xml,$firmador::TO_XML_STRING);
  	return response($archivo, '200')->header('Content-Type', 'text/xml');
});
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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://www.gravatar.com/avatar/9f88050a2768514d880f795abf2c478e9545d996563cf505f9c55371b9e0bb97?d=identicon)[stibenamm](/maintainers/stibenamm)

---

Top Contributors

[![stibenamm](https://avatars.githubusercontent.com/u/3666990?v=4)](https://github.com/stibenamm "stibenamm (10 commits)")

---

Tags

facturacion-electronica-costa-ricaphpxades-epes

### Embed Badge

![Health badge](/badges/stibenamm-firma-xades-cr/health.svg)

```
[![Health](https://phpackages.com/badges/stibenamm-firma-xades-cr/health.svg)](https://phpackages.com/packages/stibenamm-firma-xades-cr)
```

PHPackages © 2026

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