# tool **Repository Path**: gaotiefeng/tool ## Basic Information - **Project Name**: tool - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-01 - **Last Updated**: 2022-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 插件 > composer require gaotiefeng/tool ## snowflake ```php $snowflake = new Snowflake(); $snowflake = new Snowflake(12345,67891);//工作机器id $snowflake->setStartTimeStamp(strtotime('2020-09-09')*1000); $id = $snowflake->id(); ```