ludo237 / laravel-nanoid
This package is abandoned and no longer maintained.
No replacement package was suggested.
Generates nano id for Laravel
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
v1.1.0
2025-07-22 10:45 UTC
Requires
- php: ^8.3
- illuminate/contracts: ^11.0 | ^12.0
- ludo237/nanoid-php: ^1.1
Requires (Dev)
- fakerphp/faker: ^1.11
- larastan/larastan: ^v2.9
- laravel/pint: ^1.14
- mockery/mockery: ^1.6
- orchestra/testbench: ^v9.0.4
- pestphp/pest: ^2.34
This package is auto-updated.
Last update: 2025-10-03 08:57:04 UTC
README
Laravel package that integrates nanoid into Laravel.
Installation
composer require ludo237/laravel-nanoid
Usage
The package provides a singleton Client instance than can be injected everywhere.