PHPackages                             keyarmory/keyarmory - 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. keyarmory/keyarmory

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

keyarmory/keyarmory
===================

Key Armory client library for PHP

0.0.1(9y ago)2181ISCPHPPHP &gt;=5.5

Since Oct 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/keyarmory/keyarmory-php)[ Packagist](https://packagist.org/packages/keyarmory/keyarmory)[ RSS](/packages/keyarmory-keyarmory/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Key Armory client library for PHP
---------------------------------

[](#key-armory-client-library-for-php)

This is the official PHP client library for the Key Armory Encryption Key Orchestration Service. You'll first need an account by going to . Follow the instructions to set up a project and key pool and then place the API Key you receive in the initialization script below.

### Installation

[](#installation)

```
composer require keyarmory/keyarmory

```

```
"keyarmory/keyarmory": "*"

```

### Instantiation

[](#instantiation)

```
$keyarmory = new \KeyArmory\KeyArmory([
    'api_key' => 'your_api_key_here'
]);
```

### Encryption

[](#encryption)

```
$encrypted_string = $keyarmory->encrypt($your_data);
```

### Decryption

[](#decryption)

```
$your_data = $keyarmory->decrypt($encrypted_string);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.7% 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

Unknown

Total

1

Last Release

3534d ago

### Community

Maintainers

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

---

Top Contributors

[![realtux](https://avatars.githubusercontent.com/u/4989650?v=4)](https://github.com/realtux "realtux (15 commits)")[![scoutman57](https://avatars.githubusercontent.com/u/885461?v=4)](https://github.com/scoutman57 "scoutman57 (10 commits)")[![nhlm](https://avatars.githubusercontent.com/u/23406211?v=4)](https://github.com/nhlm "nhlm (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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