damienfern/vault-symfony-bundle

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/damienfern/vault-symfony-bundle

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

This package is auto-updated.

Last update: 2026-02-05 09:49:18 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 proper Exception for Vault errors
  • Add CI/CD
  • Add more documentation on config options
  • Find a way to revoke cache (webhook ?)
  • Use APCu for caching env vars