php tools
github.com/gaotiefeng/tool
Source
Issues
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 8981aa7e76faa049df579c5cb1460c1fc791e2b8
This package is auto-updated.
Last update: 2025-04-22 13:11:21 UTC
composer require gaotiefeng/tool
$snowflake = new Snowflake(); $snowflake = new Snowflake(12345,67891);//工作机器id $snowflake->setStartTimeStamp(strtotime('2020-09-09')*1000); $id = $snowflake->id();