nowo-tech / vault-bundle
Symfony bundle for a password and secrets vault: logins, notes, cards, contacts, documents, folders, sharing, trash, and password generator
Package info
github.com/nowo-tech/VaultBundle
Type:symfony-bundle
pkg:composer/nowo-tech/vault-bundle
Fund package maintenance!
Requires
- php: >=8.2 <8.6
- ext-sodium: *
- doctrine/doctrine-bundle: ^2.10 || ^3.0
- doctrine/orm: ^2.15 || ^3.0
- symfony/config: ^7.4 || ^8.0
- symfony/dependency-injection: ^7.4 || ^8.0
- symfony/form: ^7.4 || ^8.0
- symfony/framework-bundle: ^7.4 || ^8.0
- symfony/http-kernel: ^7.4 || ^8.0
- symfony/routing: ^7.4 || ^8.0
- symfony/security-bundle: ^7.4 || ^8.0
- symfony/translation: ^7.4 || ^8.0
- symfony/twig-bundle: ^7.4 || ^8.0
- symfony/validator: ^7.4 || ^8.0
- symfony/yaml: ^7.4 || ^8.0
Requires (Dev)
- doctrine/mongodb-odm: ^2.6
- doctrine/mongodb-odm-bundle: ^5.0
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-symfony: ^2.0
- phpunit/phpunit: ^10.0
- rector/rector: ^2.0
- symfony/browser-kit: ^7.4 || ^8.0
- symfony/dom-crawler: ^7.4 || ^8.0
Suggests
- doctrine/mongodb-odm-bundle: Required when nowo_vault.database.platform is mongodb or database.driver is doctrine_mongodb.
- nowo-tech/password-strength-bundle: Strength policy, live feedback, and generator for login password fields.
- nowo-tech/password-toggle-bundle: Show/hide toggle for login password fields (used with password-strength-bundle).
This package is auto-updated.
Last update: 2026-07-04 10:52:07 UTC
README
⭐ Found this useful? Give it a star on GitHub so more developers can find it.
Symfony bundle for a password and secrets vault: logins, secure notes, credit cards, contacts, identity documents, folders, sharing, trash, read-only events, and a built-in password generator.
FrankenPHP worker mode: Supported — demo uses FrankenPHP on Symfony 8 (Demo with FrankenPHP).
Features
- Item types: login, secure note, credit card, contact, ID card, driver's license, passport, document
- Folders with share and trash; item soft-delete with restore/purge
VaultGrantfor users and teams (read / write / admin) + share UIVaultTeamMembershipResolverInterfacefor team-based grants- Events: list query/result, access check, read-only resolve
- Server-side libsodium payload encryption
- Dark manage UI + password generator (modal + inline)
- Document attachments (encrypted in payload)
Installation
composer require nowo-tech/vault-bundle
php -r 'echo base64_encode(random_bytes(32)), PHP_EOL;'
# config/packages/nowo_vault.yaml nowo_vault: user_class: App\Entity\User encryption_key: '%env(VAULT_ENCRYPTION_KEY)%'
See Installation.
Demo
make -C demo/symfony8 up
# Demo started at: http://localhost:8023 → /tools/vault (auto-login)
Documentation
- Installation
- Configuration
- Usage
- Contributing
- Changelog
- Upgrading
- Release process
- Security
- Engram
- Spec-driven development
Additional documentation
Tests and coverage
make test # PHPUnit make test-ts # Vitest make test-coverage # PHP coverage report make release-check # Full pre-release QA
Run make test-coverage and make test-ts for current PHP and TS coverage percentages.
License
MIT — see LICENSE.