ashok/unique-code 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ashok/unique-code

Composer 安装命令:

composer require ashok/unique-code

包简介

unique-code - A simple Laravel package

README 文档

README

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

your_Laravel_project/
vendor/

Install

Via Composer

$ composer require ashok/unique-code

Usage


use Ashok\Unique\Unique;



1.  
return  Unique::generate(10);

output : aZKEqEYGJb

2. 

return  Unique::generate(10,'MyUniqueCode');

output : aZKEqEYGJbMyUniqueCode

3. 
  return  Unique::getRandomInteger(1000,5000);

Output : 3709

Change log

Please see logs https://gitlab.com/ashok_laravel/greetings.git for more information on what has changed recently.

Security

If you discover any security related issues, please email kumarashok30592@gmail.com instead of using the issue tracker.

Credits

  • [Yogesh]
  • [Tarun]

统计信息

  • 总下载量: 12
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-08