You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
800 B
35 lines
800 B
{
|
|
"name": "godruoyi/php-snowflake",
|
|
"description": "An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"unique id",
|
|
"snowflake algorithm",
|
|
"php snowflake",
|
|
"laravel snowflake",
|
|
"order id",
|
|
"unique order id",
|
|
"php unique id"
|
|
],
|
|
"homepage": "https://github.com/godruoyi/php-snowflake",
|
|
"authors": [
|
|
{
|
|
"name": "Godruoyi",
|
|
"email": "g@godruoyi.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~7"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Godruoyi\\Snowflake\\": "src"
|
|
}
|
|
}
|
|
} |