Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minvws/horsebattery-laravel
horsebattery-laravel
https://github.com/minvws/horsebattery-laravel
Last synced: about 1 month ago
JSON representation
horsebattery-laravel
- Host: GitHub
- URL: https://github.com/minvws/horsebattery-laravel
- Owner: minvws
- License: eupl-1.2
- Created: 2022-01-28T11:52:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T13:28:16.000Z (5 months ago)
- Last Synced: 2024-09-21T08:39:46.957Z (3 months ago)
- Language: PHP
- Size: 400 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.pdf
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# HorseBattery password generator Laravel package
A Laravel package providing a Service Provider for the [HorseBattery](https://github.com/minvws/horsebattery)
password generator package.## Requirements
- PHP >= 8.1
- Composer
- Laravel >= 10## Installation
1. Install the package via composer:
```sh
composer require minvws/horsebattery-laravel
```# Usage
```php
use MinVWS\HorseBattery\Laravel\Facades\PasswordGenerator;$generator = new PasswordGenerator();
$generator->generate(4, '-');// result: Aandeel-Bijkomende-Deregulering-Handelingen
```See for more information the [HorseBattery documentation](https://github.com/minvws/horsebattery).
## 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.