Libraries tagged by laravel id generator
godruoyi/php-snowflake
2859508 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).
haruncpi/laravel-id-generator
510603 Downloads
Easy way to generate custom ID in laravel framework
omaressaouaf/laravel-id-generator
8048 Downloads
Generate custom incremental unique ids for Laravel
jetcod/eloquent-keygen
40435 Downloads
A Laravel package providing seamless integration with Snowflake ID generation for Eloquent models
sirajcse/laravel-unique-id-generator
33656 Downloads
Generate custom Unique ID or Code (With Prefix or Suffix Or Both Or Only Unique Id) Or reset your ID after change of Prefix or Suffix Or Both in laravel framework
erikwang2013/snowflake-php
1235 Downloads
A distributed unique ID generator based on Twitter's Snowflake algorithm, compatible with Laravel, Webman, ThinkPHP, and Hyperf.
bradietilley/php-snowflake
2034 Downloads
Snowflake ID Generator for PHP with optional Laravel integration
devaspid/laravel-id-generator
102 Downloads
Concurrency-safe document and identifier number generation for Laravel.
firevel/model-random-id
10814 Downloads
Model random ID generator for Laravel.
wooserv/laravel-objectid
427 Downloads
Elegant, fast ObjectId generator for Laravel models with automatic ID assignment, schema macro, and helper function.
hafael/laraflake
8104 Downloads
Laravel Package based on Twitter Snowflake ID Generator (64 bit ID).
zenphp/snowflake
504 Downloads
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).
topcloud-co/laravel-id-generator
410 Downloads
Easy way to generate custom ID in laravel framework
niktomo/konayuki
30 Downloads
High-throughput 63-bit Snowflake ID generator backed by APCu shared memory
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.