PHPackages                             lockr/lockr-client - 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. lockr/lockr-client

Abandoned → [lockr/lockr](/?search=lockr%2Flockr)ArchivedLibrary[Security](/categories/security)

lockr/lockr-client
==================

Client for use with Lockr off-site key management service.

v1.7.3(7y ago)09.0k[2 issues](https://github.com/lockr/lockr-client/issues)MITPHP

Since Apr 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lockr/lockr-client)[ Packagist](https://packagist.org/packages/lockr/lockr-client)[ RSS](/packages/lockr-lockr-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (1)Versions (20)Used By (0)

Lockr API Client
================

[](#lockr-api-client)

Usage Overview
--------------

[](#usage-overview)

```
$cert_path = '/path/to/lockr/client/cert.pem';
$partner_name = 'lockr partner name';
$region = 'us';

// Partner is the authentication unit for Lockr.
// $cert_path is the path to a PEM encoded x509 certificate
// provided by Lockr.
// $partner_name is the name of the partner to authenticate,
// usually 'custom' for certificates provided directly by Lockr.
// $region indicates where to store keys ('us' or 'eu')
$partner = new \Lockr\Partner($cert_path, $partner_name, $region);
$client = new \Lockr\Lockr($partner);

// SiteClient provides operations on a site.
$site_client = new \Lockr\SiteClient($client);

$status = $site_client->exists();

// KeyClient provides operations for keys.
$key_client = new \Lockr\KeyClient($client);

$key_client->set('my_key', 'secret key value', 'My Key');
$key_value = $key_client->get('my_key');
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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 ~59 days

Recently: every ~27 days

Total

19

Last Release

2665d ago

Major Versions

v1.7.3 → v2.x-dev2019-03-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1875173?v=4)[Tynor Fujimoto](/maintainers/tynor)[@tynor](https://github.com/tynor)

---

Top Contributors

[![tynor](https://avatars.githubusercontent.com/u/1875173?v=4)](https://github.com/tynor "tynor (38 commits)")

### Embed Badge

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

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

###  Alternatives

[phpseclib/phpseclib

PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.

5.6k465.6M1.5k](/packages/phpseclib-phpseclib)[defuse/php-encryption

Secure PHP Encryption Library

3.9k175.2M244](/packages/defuse-php-encryption)[oat-sa/tao-core

TAO core extension

66143.7k116](/packages/oat-sa-tao-core)[sarciszewski/php-future

Polyfill new (5.6+) features into old (5.4+) versions of PHP

411.5M7](/packages/sarciszewski-php-future)[tomgrohl/laravel4-php71-encrypter

Laravel 4.2 Encrypter for PHP 7.1+

42254.7k](/packages/tomgrohl-laravel4-php71-encrypter)[adbario/php-encrypter

Encryption with AES-256 and HMAC-SHA256

107.6k](/packages/adbario-php-encrypter)

PHPackages © 2026

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