A Laravel package for the horsebattery password generator
minvws/horsebattery-laravel is a Laravel package for a laravel package for the horsebattery password generator.
It currently has 1 GitHub stars and 39.349 downloads on Packagist (latest version v1.3.0).
Install it with composer require minvws/horsebattery-laravel.
Discover more Laravel packages by minvws
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel package providing a Service Provider for the HorseBattery password generator package.
composer require minvws/horsebattery-laravel
use MinVWS\HorseBattery\Laravel\Facades\PasswordGenerator;
$generator = new PasswordGenerator();
$generator->generate(4, '-');
// result: Aandeel-Bijkomende-Deregulering-Handelingen
See for more information the HorseBattery documentation.
If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository of this package.
This package is open-source and released under the European Union Public License version 1.2. You are free to use, modify, and distribute the package in accordance with the terms of the license.