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)