dllobell/nanoid-plugin

A Composer plugin for the dllobell/nanoid package

Maintainers

Package info

github.com/dllobell/php-nanoid-plugin

Type:composer-plugin

pkg:composer/dllobell/nanoid-plugin

Fund package maintenance!

dllobell

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

dev-main 2026-01-03 15:10 UTC

This package is auto-updated.

Last update: 2026-03-03 15:34:18 UTC


README

Total Downloads Latest Stable Version License PHP Minimum Version

A Composer plugin for the dllobell/nanoid package that automatically generates an Alphabets enum implementing the AlphabetValue interface.

Installation

Install via Composer:

composer require dllobell/nanoid-plugin

Usage

This plugin automatically generates an Alphabets enum whenever you run composer install, update, or dump-autoload.

For detailed information on how to use the generated alphabets and how to define your own custom sets in composer.json, please refer to the Automatic generation section in the main package documentation.

Manual Generation

You can also trigger the generation manually using the following command:

composer nanoid:generate-alphabets

License

The MIT License (MIT). See the license file for more information.