vinkla/hashids
Laravel bridge for Hashids: encode integers into short, non-sequential strings and decode them back. Supports multiple connections via config, includes a facade and manager for dependency injection, and integrates cleanly with typical Laravel workflows.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| illuminate/hashing | 0.82 | 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 | 67 | 4 | 296K | 0 | 0.4 | 50.5 | MIT | — | |
| hashids/hashids | 0.81 | Generate YouTube-like short IDs from one or more numbers to avoid exposing sequential database IDs. Simple encode/decode API, customizable salt and options, install via Composer. Requires bcmath or gmp extension. Maintained; creator also offers Sqids. | 5,441 | 5,545 | 414 | 1M | 0 | 40.7 | 32.0 | MIT | 3 years ago | |
| netsells/hash-model-ids | 0.81 | — | 0 | 0 | 2 | 85 | 0 | 1.6 | 26.7 | — | 2 years ago | |
| sqids/sqids | 0.80 | Sqids generates short, unique, URL-safe IDs from one or more non-negative numbers and decodes them back for fast lookups. Supports custom alphabet and minimum length/padding. Not encryption. Requires bcmath or gmp. | 681 | 677 | 18 | 152K | 1 | 4.0 | 32.4 | MIT | — | |
| cirlmcesc/laravel-hashids | 0.80 | 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 | 16.0 | — | MIT | 4 months ago | |
| danilovl/hashids-bundle | 0.79 | Symfony bundle integrating Hashids for encoding/decoding IDs. Configure salt, alphabet, and minimum hash length. Optional ParamConverter/Request converter automatically decodes route/request parameters so controllers can receive entities by decoded IDs. | 0 | 0 | 0 | 48 | 0 | 18.7 | 22.2 | MIT | 6 months ago | |
| easy-doc/easy-doc | 0.79 | Easy Doc is a Laravel/PHP package for quickly generating and serving project documentation. It helps you organize docs, render them for the web, and keep content maintainable with a simple setup suitable for small apps and internal tools. | 4 | 4 | 4 | 4K | 0 | 5.0 | 40.4 | MIT | 1 year ago | |
| symplify/easy-parallel | 0.78 | Run PHP tasks in parallel with a simple API. Easy Parallel helps speed up builds and code analysis by distributing work across multiple processes, while keeping output manageable and integration straightforward in existing Symplify and custom tooling. | 13 | 12 | 5 | 27K | 1 | 0.3 | 45.2 | MIT | — | |
| veelasky/laravel-hashid | 0.78 | — | 45 | 46 | 18 | 14K | 0 | 21.4 | 38.7 | MIT | 3 months ago | |
| cayetanosoriano/hashids-bundle | 0.77 | — | 22 | 22 | 20 | 368 | 1 | 1.2 | 17.0 | — | 9 years ago | |
| deligoez/laravel-model-hashid | 0.75 | — | 166 | 166 | 21 | 5K | 0 | 21.0 | 23.5 | — | 3 months ago | |
| n3xt0r/laravel-passport-modern-scopes | 0.63 | Attribute-based OAuth scope enforcement for Laravel Passport. Declare required scopes directly on controllers/actions via PHP 8 attributes, then enforce them with a single middleware. Keeps routes clean and auth rules close to the code they protect. | 0 | 0 | 1 | 668 | 0 | 15.4 | 44.0 | MIT | 3 months ago | |
| laravel/passport | 0.61 | Laravel Passport provides a full OAuth2 server for Laravel, enabling API authentication with access tokens, personal access tokens, and client credentials. Includes token issuing, revocation, and scope support with first-party integration. | 3,411 | 3,459 | 799 | 2M | 4 | 59.4 | 46.0 | MIT | 3 months ago |
How can I help you explore Laravel packages today?