Libraries tagged by incremental
cap-collectif/id-to-uuid
66891 Downloads
Easily migrate from auto incremented id to uuid
vlfesko/laravel-increment-ids
0 Downloads
A package to generate increment ids for models for Laravel
vladimir-grinko/simple-increment
5 Downloads
nhalstead/incrementor
0 Downloads
mistralys/errorcode-incrementor
13 Downloads
Simple PHP script that increments counters via HTTP requests or programmatically.
jonathanmaron/increment-version
408 Downloads
increment-version helps you programmatically maintain a .version file in the root directory of your project that contains a version number. Using this version number it is trivial to programmatically invalidate URIs to resources with a long expires header (stored, for example, in a CDN) in your build scripts.
ghost-unicorns/module-qty-increment-ui
18 Downloads
Add controls to product Qty
marissen/magento2-module-better-order-incrementing
761 Downloads
Increment order ids manually, instead of relying on auto increment.
voral/vinc-file-version-regexp
0 Downloads
An extension for voral/version-increment to update version strings in custom files using regular expressions.
voral/bitrix-module-tool
6 Downloads
Extension for vs-version-incrementor to automate building update packages for Bitrix modules.
sausin/laravel-set-autoincrement
168 Downloads
Package to help with update of auto increment for database tables in laravel
linushstge/number-pool
3 Downloads
Create a shared Number Pool for each of business number ranges to use native MySQL / MariaDB ``FOR UPDATE`` atomic locks if you run on a MySQL Master/Master Replication or on galera cluster.
dlnsk/faker-sequence
136 Downloads
Faker provider to generate incrementing, decrementing and manual sequences.
enea/laravel-sequenceable
16054 Downloads
Facilitates the generation and autocompletion of a sequential value in the database
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)