DEV Community

Umar Jimoh
Umar Jimoh

Posted on

πŸš€ Just launched: Laravel SecretSync β€” an easy way to sync secrets from Infisical into your Laravel apps easily.

Hey devs πŸ‘‹

I just released a Laravel package that helps you sync secrets from Infisical directly into your Laravel .env β€” fast and securely.

πŸ” Features:

  • Simple php artisan secretsync command

  • Optional --debug flag

  • Caching support with configurable TTL

  • No more hardcoding secrets or manual copy-pasting

Get Started

composer require umar-jimoh/laravel-secretsync
php artisan secretsync
Enter fullscreen mode Exit fullscreen mode

Set up your .env with Infisical credentials and you're good to go.

πŸ“˜ Full documentation.

Try it out, and drop a comment if you have questions or feedback.
If it helps you β€” a GitHub ⭐ would mean a lot!

#Laravel #PHP #OpenSource #SecretsManager #Infisical

Top comments (0)