Download the PHP package ericliucn/laravel-snowflake without Composer
On this page you can find all versions of the php package ericliucn/laravel-snowflake. 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 laravel-snowflake
laravel-snowflake
安装
composer require ericliucn/laravel-snowflake:"dev-master"
生成配置
php artisan vendor:publish --provider="Ericliucn\LaravelSnowflake\Providers\SnowflakeServiceProvider"
引入
use Ericliucn\LaravelSnowflake\Snowflake;
$sn = new Snowflake();
$id = $sn->nextId();
All versions of laravel-snowflake with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package ericliucn/laravel-snowflake contains the following files
Loading the files please wait ....