cline / huckle
HCL-based credential management for Laravel
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/cline/huckle
Requires
- php: ^8.4.0
- cline/hcl: ^1.0
- illuminate/contracts: ^12.0
- illuminate/support: ^12.0
- spatie/laravel-package-tools: ^1.18
- symfony/intl: ^8.0
Requires (Dev)
- cline/coding-standard: ^1.5.6
- orchestra/testbench: ^10.8
- symfony/var-dumper: ^7.4.0
README
Huckle is a Laravel package for managing credentials using HCL (HashiCorp Configuration Language) syntax. It provides a purpose-built credential management system with support for tagging, environments, sensitive value masking, and environment variable exports.
Requirements
Requires PHP 8.4+ and Laravel 12+
Installation
composer require cline/huckle
Publish the configuration:
php artisan vendor:publish --tag=huckle-config
Documentation
- Getting Started - Installation, configuration, and basic usage
- Environment Management - Work with multiple environments
- Exports & Syncing - Export to .env files and environment variables
- Connection Commands - Execute database CLI connections
- HCL Conversion - Convert between HCL and JSON formats
- Artisan Commands - All available CLI commands
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please use the GitHub security reporting form rather than the issue queue.
Credits
License
The MIT License. Please see License File for more information.