PHPackages                             taiwanleaftea/cecahmac - 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. taiwanleaftea/cecahmac

ActiveLibrary

taiwanleaftea/cecahmac
======================

Implementation of the new encryption algorithm for CECABANK payment gateway

1.0.3(5mo ago)00MITPHPPHP &gt;=7.3.0

Since Jun 24Pushed 5mo agoCompare

[ Source](https://github.com/taiwanleaftea/cecahmac)[ Packagist](https://packagist.org/packages/taiwanleaftea/cecahmac)[ RSS](/packages/taiwanleaftea-cecahmac/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

CECA HMAC
=========

[](#ceca-hmac)

Implementation of the new encryption algorithm for CECABANK payment gateway

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

[](#installation)

Run the following commands from your terminal:

```
composer require taiwanleaftea/cecahmac
```

Usage
-----

[](#usage)

```
use TLT\Cecahmac\Hmac;

// Create request to sign
$signature = 'request, as described in the documentation';

// Create encryptor
$encryptor = new Hmac(32bytes_encryption_key_from_bank_config);

// Sign the request. The signature is in base64 and ready to POST
$firma = $hmac->makeSignature($signature, operation_number);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance77

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

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.

###  Release Activity

Cadence

Every ~82 days

Total

3

Last Release

155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34efc79b2aec0411e3bc2edf4a7c2ef0bad7d3e7ef6f03b6439abc26ca20fd26?d=identicon)[taiwanleaftea](/maintainers/taiwanleaftea)

---

Top Contributors

[![taiwanleaftea](https://avatars.githubusercontent.com/u/13335635?v=4)](https://github.com/taiwanleaftea "taiwanleaftea (6 commits)")

### Embed Badge

![Health badge](/badges/taiwanleaftea-cecahmac/health.svg)

```
[![Health](https://phpackages.com/badges/taiwanleaftea-cecahmac/health.svg)](https://phpackages.com/packages/taiwanleaftea-cecahmac)
```

PHPackages © 2026

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