Download the PHP package qh-8/laravel-snowflake without Composer
On this page you can find all versions of the php package qh-8/laravel-snowflake. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download qh-8/laravel-snowflake
More information about qh-8/laravel-snowflake
Files in qh-8/laravel-snowflake
Download qh-8/laravel-snowflake
More information about qh-8/laravel-snowflake
Files in qh-8/laravel-snowflake
Vendor qh-8
Package laravel-snowflake
Short Description Generate Snowflake Identifier for Laravel
License MIT
Package laravel-snowflake
Short Description Generate Snowflake Identifier for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-snowflake
Laravel Snowflake Id Generator
A Laravel package to generate unique snowflake ids.
Forked from kra8/laravel-snowflake.
Requirements
- Laravel 10 or higher
Installation
Usage
Using the Snowflake
class to generate and decode snowflake ids.
Using in the eloquent model:
Please note that the id
column in the table should be a BIGINT
type.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Dinh Quoc Han
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-snowflake with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/support Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
The package qh-8/laravel-snowflake contains the following files
Loading the files please wait ....