Libraries tagged by unique code
irfanchowdhury/unique-slug-generate
8 Downloads
A simple unique slug generator for Laravel Eloquent Model
fahadchy24/laravel-unique-slug
2 Downloads
A simple and beautiful unique slug generator for Laravel eloquent model.
vitorleonel/laravel-unique-slug
141 Downloads
Package for generate a unique slug in your application on an eloquent model with have slug column.
oguzcandemircan/laravel-unique-sluggable
54 Downloads
This package allows you to create unique slugs. It keeps all the slugs you define in the slugs table. It also satisfies all requests and directs it to the controller you define in your model.
aedart/model-uuid
50 Downloads
Getter and Setter package for Universally unique identifier (UUID). This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-uuid).
chistel/laravel-uniqueid
423 Downloads
Generate uniqueid when saving Eloquent models to be used as auth key and route key
tiemsky/haskey
1 Downloads
A Laravel package to auto-generate unique keys based on models instead using traditional id.
webdevetc/laraveluniqueidetc
9 Downloads
Easily add a unique Id field to your Laravel eloquent models. Every time you create a new eloquent model in Laravel that uses this trait, it will automatically set a unique id column
mauro-pinheiro/eloquent-uuid
325 Downloads
Adds support for UUID generation automatically for Models Eloquents.
lukaskorl/uniquely
2007 Downloads
Uniquely identified models for Laravel 4 by using UUID as primary key
linushstge/number-pool
2 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.
lahmacun/hit-counter-bundle
5 Downloads
Symfony PositibeUniqueViewsBundle for count the number of views of a object model
cirlmcesc/laravel-hashids
63 Downloads
Automatically generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers for the Eloquent model.
ifnot/describable
164 Downloads
Describable is a simple way for define object/property unique identification.
tebru/tree
19 Downloads
A PHP tree data structure. Allows for referencing nodes by unique key.