Download the PHP package xunzhibin/generator without Composer
On this page you can find all versions of the php package xunzhibin/generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package generator
ID Generator(ID 生成器)
Installation(安装)
composer require xunzhibin/generator
Usage(使用)
require_once '../vendor/autoload.php';
use Generator\SnowFlake\SnowFlake;
$app = new SnowFlake();
echo $app->generate();
// 机器id
$workId = 1;
$app = new SnowFlake($workId);
echo $app->generate();
All versions of generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package xunzhibin/generator contains the following files
Loading the files please wait ....