ttx/random-four-code

A lightweight PHP 8.2 package for generating random 4-digit codes

Maintainers

Package info

github.com/1509239073/random-four-code

pkg:composer/ttx/random-four-code

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-12-09 08:33 UTC

This package is auto-updated.

Last update: 2026-03-09 09:08:18 UTC


README

一个简单易用的 PHP 8.2 随机4位编码生成器。

特性

  • 🎲 生成4位随机编码
  • 🎯 支持多种编码类型(数字、字母、混合等)
  • 🔒 基于 random_int() 的安全随机生成
  • 📦 简单易用的 API
  • 🧪 完整的测试覆盖
  • 🚀 PHP 8.2 优化

安装11

composer require ttx/random-four-code