PHPackages                             xp-forge/keepass - 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. xp-forge/keepass

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

xp-forge/keepass
================

KeePass databases

v2.1.0(2y ago)311.4k↓26.7%1BSD-3-ClausePHPPHP &gt;=7.0.0

Since Jul 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/xp-forge/keepass)[ Packagist](https://packagist.org/packages/xp-forge/keepass)[ Docs](http://xp-framework.net/)[ RSS](/packages/xp-forge-keepass/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (13)Used By (1)

KeePass databases
=================

[](#keepass-databases)

[![Build status on GitHub](https://github.com/xp-forge/keepass/workflows/Tests/badge.svg)](https://github.com/xp-forge/keepass/actions)[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)[![Requires PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.svg)](http://php.net/)[![Supports PHP 8.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-8_0plus.svg)](http://php.net/)[![Latest Stable Version](https://camo.githubusercontent.com/b709d4fdfcf15cdca1f2c67ac6045277be854ad1d13dfecfc50a948b2d42dea1/68747470733a2f2f706f7365722e707567782e6f72672f78702d666f7267652f6b6565706173732f76657273696f6e2e706e67)](https://packagist.org/packages/xp-forge/keepass)

Read access to KeePass database files.

Example
-------

[](#example)

```
use info\keepass\{KeePassDatabase, Key};
use io\streams\FileInputStream;
use util\cmd\Console;

$db= KeePassDatabase::open(new FileInputStream('database.kdbx'), new Key('passphrase'));
Console::writeLine($db);

// Show top-level groups and password entries inside these
foreach ($db->groups() as $group) {
  foreach ($group->passwords() as $name => $password) {
    Console::writeLine($name, ': ', $password);
  }
}
$db->close();
```

See also
--------

[](#see-also)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

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

Recently: every ~393 days

Total

12

Last Release

831d ago

Major Versions

v0.6.1 → v1.0.02019-12-01

v1.0.2 → v2.0.02024-02-04

PHP version history (3 changes)v0.1.0PHP &gt;=5.5.0

v0.5.0PHP &gt;=5.6.0

v1.0.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/07d18d882c8b4aaf3466432f64018214f2771eda333202175431ee7233795376?d=identicon)[thekid](/maintainers/thekid)

---

Top Contributors

[![thekid](https://avatars.githubusercontent.com/u/696742?v=4)](https://github.com/thekid "thekid (60 commits)")

---

Tags

keepass-databasephpxp-frameworkmodulexp

### Embed Badge

![Health badge](/badges/xp-forge-keepass/health.svg)

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

PHPackages © 2026

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