Libraries tagged by sequential
hirokws/callkeeper
25 Downloads
Sequential API call/access rate keeper to be under limited rate.
helicon-os/uuid
12 Downloads
Generic basic UUID Generator for PHP with various output formats like 16byte binary, hex formats (compact, grouped, ...), base32-like and base64-like. V4 Random UUIDs and Sequential UUIDs can be generated.
hasyirin/laravel-running-number
101 Downloads
Sequential, zero-padded, formatted running numbers for Laravel — with resets, gap-safe concurrency, and skip/undo support.
dutymess/hashids
109 Downloads
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
develme/laravel-hashids
76 Downloads
Take advantage of hashids/hashids by ivanakimov to generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers.
derheyne/laravel-list
0 Downloads
A Laravel Collection wrapper that enforces sequential 0-based keys at all times
console-helpers/process-iterator
10929 Downloads
Sequential way to run Symfony Processes in parallel
cirlmcesc/laravel-hashids
69 Downloads
Automatically generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers for the Eloquent model.
carloswph/mainframe
8 Downloads
Provides a container in which objects can be pushed, and then an interface to call methods that can be found inside the queued objects, and executed sequentially.
ashkanrimer/hashids
442 Downloads
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
apiverve/cuidgenerator
0 Downloads
Cuid Generator is a tool for generating collision-resistant unique identifiers (Cuids). Cuids are optimized for horizontal scaling and sequential lookup performance in distributed systems.
alebediev/sorter
5 Downloads
Library for sorting sequential and associative arrays of integers and strings
markwilson/array-is-indexed
386 Downloads
Check if an array is sequentially indexed
enea/laravel-sequenceable
16082 Downloads
Facilitates the generation and autocompletion of a sequential value in the database
adamthehutt/laravel-unique-bigint-ids
1704 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.