|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cayetanosoriano/hashids-bundle | 0.82 | — | 22 | 22 | 20 | 682 | 1 | 1.2 | 20.5 | — | 9 years ago | |
| veelasky/laravel-hashid | 0.80 | — | 45 | 46 | 18 | 6K | 0 | 23.9 | 34.1 | MIT | 2 months ago | |
| michalkortas/laravel-uuid | 0.80 | — | 2 | 2 | 0 | 0 | 0 | 1.5 | — | — | 5 years ago | |
| labrodev/laravel-uuidable | 0.79 | — | 1 | 1 | 0 | 1 | 0 | 0.0 | 2.4 | MIT | — | |
| jenssegers/optimus | 0.79 | Optimus obfuscates internal numeric IDs using Knuth’s integer hash. Like Hashids but returns fast, reversible integers (not strings). Generate prime/inverse/random via a CLI command, then encode/decode IDs consistently across your app. | 1,275 | 1,277 | 76 | 65K | 10 | 16.1 | 27.9 | MIT | 2 years ago | |
| dynamophp/hash | 0.79 | Generate a deterministic float hash for any string mapped to the range 0–360. Uses a primary hash (e.g., SHA-256), then converts selected leading/trailing characters into a numeric value within the interval. | 0 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| simlux/laravel-model-uuid | 0.79 | — | 0 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| rossbearman/eloquent-calamari | 0.79 | — | 4 | 4 | 1 | 119 | 0 | 18.0 | 22.0 | MIT | 2 months ago | |
| spatie/laravel-prefixed-ids | 0.79 | Generate friendly Stripe-like prefixed IDs for Laravel Eloquent models (e.g., user_xxx). Add a trait to models, create and store prefixed IDs, and resolve models from a prefixed ID via findByPrefixedId or automatic model detection. | 175 | 175 | 9 | 10K | 0 | 4.1 | 24.4 | MIT | 1 year ago | |
| goldspecdigital/laravel-eloquent-uuid | 0.79 | — | 510 | 510 | 45 | 12K | 0 | 9.6 | 19.5 | MIT | 3 years ago | |
| php-standard-library/hash | 0.79 | Hash utilities for PHP: cryptographic and non-cryptographic hashing via an Algorithm enum, HMAC helpers, and timing-safe string comparison. Lightweight package from PHP Standard Library for consistent, secure hashing across projects. | 0 | 0 | 0 | 4K | 0 | 21.2 | 58.8 | MIT | 1 week ago | |
| dyrynda/laravel-model-uuid | 0.79 | — | 481 | 481 | 54 | 78K | 1 | 29.2 | 35.8 | MIT | 2 months ago | |
| hautelook/phpass | 0.79 | Modernized, namespaced Composer-ready fork of Openwall Phpass (0.3) with minimal stylistic changes and unit tests. Provides PasswordHash to generate and verify password hashes for legacy systems; public domain source. | 24 | 26 | 28 | 6K | 1 | 2.1 | 31.0 | — | 4 years ago | |
| cirlmcesc/laravel-hashids | 0.78 | Laravel package to obfuscate model IDs and route parameters using Hashids. Adds a model trait that automatically encodes ID and *_id fields on serialization, decodes for route model binding, and provides helper methods plus Artisan install/test commands. | 1 | 1 | 0 | 0 | 0 | 19.4 | — | MIT | 3 months ago | |
| fahriztx/model-uuid | 0.78 | Laravel/PHP trait to add automatic UUIDs to Eloquent models. Generates a UUID when creating records and supports using UUIDs as primary keys or additional identifiers, reducing reliance on auto-increment IDs and easing integration across systems. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 1 year ago | |
| hexify/laravel-id-customizer | 0.78 | Laravel package for generating custom IDs for models or any table column. Create prefixed incremental IDs (with optional reset on prefix change) or random IDs with configurable length, character set, and extras. Use via a controller helper or a model trait. | 2 | 2 | 0 | 0 | 0 | 0.3 | — | MIT | 4 years ago | |
| stayallive/laravel-eloquent-uuid | 0.78 | — | 4 | 4 | 0 | 5K | 0 | 17.6 | 46.7 | MIT | 2 months ago | |
| illuminate/hashing | 0.78 | Laravel’s hashing component for securely storing and verifying passwords. Provides simple APIs and drivers for bcrypt and Argon2 (including Argon2id), automatic rehashing when options change, and configurable settings for cost and memory/time limits. | 64 | 66 | 4 | 304K | 0 | 0.4 | 50.7 | MIT | — | |
| someonefamous/laravel-findby | 0.77 | Add dynamic finders to Eloquent models: call User::findByLastName('Smith') or User::findAllByFirstName('Bob') instead of where()->first()/get(). Works with any snake_cased field name via the FindBy trait. | 3 | 4 | 0 | 160 | 0 | 3.5 | 22.3 | — | 5 years ago | |
| rhumsaa/uuid | 0.77 | Deprecated PHP 5.3+ library for generating and working with RFC 4122 UUIDs (v1, v3, v4, v5). No longer maintained—use ramsey/uuid instead. | 5 | 18 | 3 | 6K | 0 | 0.1 | 29.2 | MIT | — |
How can I help you explore Laravel packages today?