PHPackages                             ioguimaraes/ready-keepass-php - 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. ioguimaraes/ready-keepass-php

ActiveLibrary[Security](/categories/security)

ioguimaraes/ready-keepass-php
=============================

A library for reading KeePass 2.x databases

v1.0(2y ago)222MITPHPPHP &gt;=5.3.0

Since Aug 15Pushed 1y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

This is a fork of [KeePassPHP](https://github.com/julienblitte/KeePassPHP).
===========================================================================

[](#this-is-a-fork-of-keepassphp)

Changes
-------

[](#changes)

- Refactor the project to use PSR-4 Autoloading
- Implement the handling of Binary (attachments in KeePass) in **Meta**, as well as references in **Entry** tags.

Usage
-----

[](#usage)

```
require_once '../vendor/autoload.php';

use KeePassPHP\KeePassPHP;
use KeePassPHP\Key\CompositeKey;
use KeePassPHP\Lib\Database;

$file = '/path/to/your/file.kdbx';
$secret = 'YouKdbxPassword';

//Store any error messages
$err = '';
//Create a composite key
$ckey = new CompositeKey();
//Attach the password key
$ckey->addKey( KeePassPHP::keyFromPassword( $secret ) );
//Open the databsae file
/** @var Database $db */
$db = KeePassPHP::openDatabaseFile($file, $ckey, $err);
//Iterate the list of binaries
foreach($db->getBinaries() as $binary) {
    echo $binary->getContent() ."\r\n---\r\n";
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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

Unknown

Total

1

Last Release

997d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e36edab30b9c7061c72d1610e9da9bfac1135af89a3676c5245ff3e262cee78d?d=identicon)[ioguimaraes](/maintainers/ioguimaraes)

---

Top Contributors

[![ioguimaraes](https://avatars.githubusercontent.com/u/30847061?v=4)](https://github.com/ioguimaraes "ioguimaraes (1 commits)")

---

Tags

securitycryptographyencryptioncryptopasswordencryptdecryptopensslciphermanagerdecryptionkeepassdecryptography

### Embed Badge

![Health badge](/badges/ioguimaraes-ready-keepass-php/health.svg)

```
[![Health](https://phpackages.com/badges/ioguimaraes-ready-keepass-php/health.svg)](https://phpackages.com/packages/ioguimaraes-ready-keepass-php)
```

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M212](/packages/defuse-php-encryption)[poly-crypto/poly-crypto

High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+

127.8k1](/packages/poly-crypto-poly-crypto)[nzo/url-encryptor-bundle

The NzoUrlEncryptorBundle is a Symfony Bundle used to Encrypt and Decrypt data and variables in the Web application or passed through URL

961.0M2](/packages/nzo-url-encryptor-bundle)[miladrahimi/phpcrypt

Encryption, decryption, and hashing tools for PHP projects

3171.5k2](/packages/miladrahimi-phpcrypt)

PHPackages © 2026

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