Libraries tagged by increment
enea/laravel-sequenceable
16047 Downloads
Facilitates the generation and autocompletion of a sequential value in the database
rorecek/laravel-autoincrement
224 Downloads
Set table AUTO_INCREMENT values in your Laravel application
emerchantpay/magento2-emp-plugin
847 Downloads
emerchantpay Payment Gateway for Magento 2
wyrihaximus/react-stream-json
61971 Downloads
Incremental JSON encoder writing to a react/stream
stevenmaguire/laravel-uuid-model
45 Downloads
Create non-incrementing Laravel models whose primary key is a UUID
ssmulders/hashed-passport
7644 Downloads
Transforms Laravel Passport's default incrementing integer client_id into an industry standard unique hashed string. Optionally, you can use encrypted client secrets for improved security. The package is non-intrusive. See the readme for details.
professional-wiki/id-generator
355 Downloads
Provides a parser function to generate unique incremental numeric IDs
orottier/laravel-migration-squasher
94 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
luiscoms/release
707 Downloads
PHP library to increment package version and release project
habbim/id-to-uuid
2554 Downloads
Easily migrate from auto incremented id to uuid
cytracom/squasher
307 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
crodas/db-backup
16 Downloads
Incremental Database dump tool
vladimir-grinko/simple-increment
4 Downloads
vitaliiivanovspryker/incremental-migration
12 Downloads
Incremental Migration module
thiagobrauer/laravel-incremental-migrations
77 Downloads
This Laravel package extends the command php artisan make:migration to add an incremental number at the end of a migration file, if there is already another migration with the same name. It also has its own artisan command to fix the names of the existing migrations.