Libraries tagged by ubiq
kamranahmedse/php-shorthand
113 Downloads
Calculate the set of unique abbreviations for a given set of strings.
josecaseiro/angolan-geo
42 Downloads
The angolan-geo Composer package is crafted to streamline the process of building models for Provincia (Provinces) and Municipio (Municipalities) in PHP applications, specifically tailored to the unique geographical structure of Angola. This package is a valuable asset for developers working on projects that demand accurate location-based information within the Angolan context.
jewei/typeid-php
127 Downloads
PHP implementation of TypeID specification: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs
ismayil-dev/epoch-softdelete
7 Downloads
A Laravel package that introduces epoch-based soft deletes to handle unique constraints.
io238/eloquent-encoded-ids
51 Downloads
Automatic route key encryption for Laravel Eloquent using Hashids (short, unique, non-sequential ids) with prefix support
hosseinizadeh/gateway
164 Downloads
A Laravel package for connecting to all Iranian bank and Paypal with one unique API.
hichemtab-tech/namecrement
6 Downloads
A smart php utility that generates unique incremental names, preventing naming collisions by automatically appending incremental suffixes.
herroffizier/yii2-attribute-index-validator
1997 Downloads
Yii2 validator that adds incremental index to attribute values to make them unique.
gesinn-it/id-provider
131 Downloads
IDProvider is an extension to MediaWiki that provides (unique) IDs using different ID algorithms.
georgringer/deprecationloganalyzer
5182 Downloads
Analyze the deprecation log and show only the unique entries.
donchev/email-extractor
188 Downloads
Extract valid email addresses from a string or array of strings.With a few helper methods like sortAsc/sortDesc, unique,filterInclude/filterExclude, lowercase/uppercase included.
diatem-net/nodekey
149 Downloads
Generates a unique key for every node.
dflydev/identity-generator
193 Downloads
Provides a standard interface for generating unique identifiers.
dewan/dewan-multilang-slug
48 Downloads
It takes a string, a model, a filed, and a divider, and returns a unique string with a number or random string appended to it if the slug already exists in the database.
dazza-dev/laravel-batch-validation
143 Downloads
Batch validate arrays in Laravel and optimize database unique rules using whereIn to avoid N+1 query issues.