damienfern/vault-symfony-bundle

A Symfony bundle to inject secrets from HashiCorp Vault to environment variables.

Maintainers

Package info

github.com/damienfern/vault-symfony-bundle

Type:symfony-bundle

pkg:composer/damienfern/vault-symfony-bundle

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-02-05 09:49 UTC

This package is auto-updated.

Last update: 2026-04-05 10:18:37 UTC


README

Installation

composer require damienfern/vault-symfony-bundle

TODO before v1

  • Use Symfony HTTP client instead of pure Curl
  • Add support for app role auth
  • Add unit tests
  • Add PHPStan
  • Solve PHPStan errors
  • Add CS Fixer
  • Add CI/CD
  • Add Integration tests
  • Add proper Exception for Vault errors
  • Add more documentation on config options

TODO after v1

  • Find a way to revoke cache (webhook ?)
  • Use APCu for caching env vars