divine/reserved-usernames
Composer 安装命令:
composer require divine/reserved-usernames
包简介
Reserved usernames
关键字:
README 文档
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.
统计信息
- 总下载量: 66
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-17