jmcnelis/pingenerator
Composer 安装命令:
composer require jmcnelis/pingenerator
包简介
Simple pin generator
README 文档
README
A simple pin generator which will generate a 4 digit pin that should meet the following criteria:
- It will not be a palindrome
- It will not be a repeating number
- It will not be a sequential number
It also has some useful endpoints!
Installation Instructions
composer require jmcnelis/pingenerator
php artisan vendor:publish --provider="Jmcnelis\PinGenerator\PinGeneratorServiceProvider" --tag="migrations"
php artisan migrate
Usage
After installation navigate to:
application-url/generator/pins/
Once loaded just hit the button to start generating pins
Endpoints
Will check if its a palindrome or not.
application-url/generator/pins/palindrome/(pin here)
Will check if its a repeating number or not.
application-url/generator/pins/repeating/(pin here)
Will check if its a sequential number or not.
application-url/generator/pins/sequential/(pin here)
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-12