You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now I've just tagged it up. The interface exists in the lib for you to extend your own and submit a PR; but I see no problem it's solving so it's not something I've priority to implement. Thanks though 👍
Cool thanks, the main problem it's solving is to acquire strictly monotonic increasing time, or just increasing monotonic time, because the native time source can either go backwards in time or give you the same time value. Without this, you could get the wrong order for distributed events.
But yes, it would be something for others to include into their PHP if necessary.
I'm open to a PR if you feel up to it. It looks like it's an approach to network time. Honestly I don't use ULID, I read about it and implemented based upon the .NET implementation, then decided after some tests it wasn't right for my business or my software.
You can integrate with this: https://github.com/adrianguenter/php-posix-realtime
Not sure about Windows support.
The text was updated successfully, but these errors were encountered: