minvws/horsebattery-laravel

A Laravel package for the horsebattery password generator

Installs: 39 154

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 20

Forks: 0

pkg:composer/minvws/horsebattery-laravel

v1.3.0 2023-05-12 08:14 UTC

This package is auto-updated.

Last update: 2025-10-16 07:26:55 UTC


README

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.