minvws/horsebattery-laravel

A Laravel package for the horsebattery password generator
39,450 1
Install
composer require minvws/horsebattery-laravel
Latest Version:v1.3.0
PHP:>=8.1
License:EUPL-1.2
Last Updated:Aug 31, 2026
Links: GitHub  ·  Packagist
Maintainer: JayTaph

HorseBattery password generator Laravel package

A Laravel package providing a Service Provider for the HorseBattery password generator package.

Requirements

  • PHP >= 8.1
  • Composer
  • Laravel >= 10

Installation

  1. Install the package via composer:
composer require minvws/horsebattery-laravel

Usage

use MinVWS\HorseBattery\Laravel\Facades\PasswordGenerator;

$generator = new PasswordGenerator();
$generator->generate(4, '-');

// result: Aandeel-Bijkomende-Deregulering-Handelingen

See for more information the HorseBattery documentation.

Contributing

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.

License

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.

Related Packages

artisanpack-ui/security-auth

Authentication security for Laravel — two-factor authentication (email/TOTP), pa...

2,045 0
olssonm/laravel-backup-shield

Protection for your laravel backups

19,583 30
rinvex/laravel-authy

Rinvex Authy is a simple wrapper for Authy TOTP, the best rated Two-Factor Authe...

78,132 32
mikemclin/laravel-wp-password

Laravel package that checks and creates WordPress password hashes

3,679,512 86
spatie/laravel-permission

Permission handling for Laravel 12 and up

117,494,352 12,966