承接 jakyeru/snowflake 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jakyeru/snowflake

最新稳定版本:v1.0.3

Composer 安装命令:

composer require jakyeru/snowflake

包简介

Snowflake is a package for Laravel that allows Twitter's 64 bit snowflake to be used as primary identifier for models.

README 文档

README

release

About snowflake

Snowflake is a package for Laravel that allows Twitter's 64 bit snowflake to be used as primary identifier for models.

Advantages over other identifiers

  • Keys begin with a timestamp
  • Keys end with a random number, so guessing the size of the table is impossible
  • Keys consist entirely of integers, which are handled more efficiently than strings
  • Faster key generation (<1ms)
    • Standard UUID v4 - 5.6 milliseconds
    • Sortable UUID v4 - 8.3 milliseconds
    • ULID - 3.1 milliseconds
    • Snowflake - 0.4 milliseconds

Installation

composer require jakyeru/snowflake

Usage

resolve('snowflake')->id(); // ---> 112871594573041664

Usage with Eloquent Models

<?php

namespace App\Models;

use Illuminate\Foundation\Auth\User as Authenticatable;
use Jakyeru\Snowflake\Traits\HasSnowflakes;

class User extends Authenticatable
{
    use HasSnowflakes;
}

Publishing Configuration

php artisan vendor:publish --tag=snowflake-config

Contributing

Thank you for considering contributing to Snowflake! You can read the contribution guide here.

Code of Conduct

In order to ensure that the community is welcoming to everyone, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you need to report a security vulnerability please read our Security Policy.

License

snowflake is open-sourced software licensed under the MIT license.

If you encounter any other error(s), please open an issue on GitHub.

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固