divine / reserved-usernames
Reserved usernames
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/divine/reserved-usernames
Requires
- php: ^8.0
Requires (Dev)
- phpstan/phpstan: ^0.12.62
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-11-24 22:29:10 UTC
README
Common prefixes for "role-based" email addresses that represent a position, job, or group of people in the company rather than an individual. These were sourced from several places.
Forked from https://github.com/mixmaxhq/role-based-email-addresses
Installation
You can install the package via composer:
composer require divine/reserved-usernames
Usage
use Divine/ReservedUsernames; // Initiate $ru = new ReservedUsernames(); // Get reserved username list $list = $ru->get(); // Check reserved username, returns true on fail $check = $ru->check('account');
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.