PHPackages                             querdos/qpass-db-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. querdos/qpass-db-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

querdos/qpass-db-bundle
=======================

Symfony bundle for storing passwords in separate database (encrypted)

v1.1(9y ago)017MITPHPPHP &gt;=5.5.9

Since Apr 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Querdos/QPassDbBundle)[ Packagist](https://packagist.org/packages/querdos/qpass-db-bundle)[ RSS](/packages/querdos-qpass-db-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (10)Versions (3)Used By (0)

QPassDbBundle
=============

[](#qpassdbbundle)

[![Build Status](https://camo.githubusercontent.com/497d7a36db41b66f85b07840709bdef46db304ea6536c9b3ea6198b0948c210c/68747470733a2f2f7472617669732d63692e6f72672f51756572646f732f5150617373446242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Querdos/QPassDbBundle)[![Latest Stable Version](https://camo.githubusercontent.com/a3eb122496cf8087b84e085c0b32c58166bba77e35292b8387c3fcb69c970baf/68747470733a2f2f706f7365722e707567782e6f72672f71756572646f732f71706173732d64622d62756e646c652f762f737461626c65)](https://packagist.org/packages/querdos/qpass-db-bundle)[![Total Downloads](https://camo.githubusercontent.com/812eef6823b90de5e50ec2fb607c9722f24bd4654b4778f32393b82f477512f9/68747470733a2f2f706f7365722e707567782e6f72672f71756572646f732f71706173732d64622d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/querdos/qpass-db-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/8a7827642dc1b03e4211aaa4b8c5d81f0f84db48a43a72d5b0d2bce74dcd328f/68747470733a2f2f706f7365722e707567782e6f72672f71756572646f732f71706173732d64622d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/querdos/qpass-db-bundle)[![License](https://camo.githubusercontent.com/0807c72dabecf4fe68c371ff66bfe0ea069b12f3e0374bd681ad382852caaac3/68747470733a2f2f706f7365722e707567782e6f72672f71756572646f732f71706173732d64622d62756e646c652f6c6963656e7365)](https://packagist.org/packages/querdos/qpass-db-bundle)

A symfony bundle that allow you to create local encrypted database for passwords storage

Behind the scene
----------------

[](#behind-the-scene)

The goal of this bundle is to provide you a simple way to create and manage passwords storage for your users (or other things...)

The logic in it is simple:

- Creation of a database with a given name and password. The database is an SQLite3 one and the main file is encrypted using GnuPG (symetric encryption)
- There are two main linked entities, `QDatabase` and `QPassword`. After the database creation, an instance of a `QDatabase` is created. When adding a password, a `QPassword` instance is created, with a label and a pass\_id.
- Now, if you want to access the database, the process is simple:
    - With a given password, the database is unlocked
    - Either you want to retrieve all saved passwords
    - Or you can retrieve a password with the given `pass_id`
    - The database is locked again and saved to the `db_dir` directory
- When adding a new password:
    - The database is unlocked (the decrypted file is placed in the `/tmp` directory of your system)
    - The password is added to the plain database
    - The original file will be overwritten by the updated database
- For removal and edition, the process is the same

Documentation
-------------

[](#documentation)

For usage documentation, please see: [Resources/doc/index.md](Resources/doc/index.md)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

3314d ago

### Community

Maintainers

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

---

Tags

databaseencryptionpasswordphpsecuritysymfonysecurity encryption database passwords doctrine symfony

### Embed Badge

![Health badge](/badges/querdos-qpass-db-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/querdos-qpass-db-bundle/health.svg)](https://phpackages.com/packages/querdos-qpass-db-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[heymoon/doctrine-psql-enum

Store PHP native enums as PostgeSQL custom enum types

254.9k](/packages/heymoon-doctrine-psql-enum)

PHPackages © 2026

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