glhd/bits
Generate unique 64‑bit IDs for distributed systems in PHP. Create Twitter Snowflake, Sonyflake, or custom bit-sequence identifiers with configurable worker/datacenter IDs and epoch for compact, time-ordered, collision-resistant IDs across multiple servers.
$snowflake->toDateTime() and $snowflake->toCarbon() which allows you to get the timestamp associated with the ID.firstForTimestamp($timestamp) method that lets you create an ID that corresponds to the lowest possible ID at that timestamp (useful for querying)Carbon::setTestNow and instead provides its own setTestNow method (see reasoning)..gitattributes to minimize bundle sizesnowflake_id() helper method to avoid Snowflake::make()->id() calls everywhereAdded for new features.Changed for changes in existing functionality.Deprecated for soon-to-be removed features.Removed for now removed features.Fixed for any bug fixes.Security in case of vulnerabilities.How can I help you explore Laravel packages today?