isValidEncoded($base32); } /** * Get the Crockford Base32 alphabet used by ULID */ public function getAlphabet(): string { return Base32Alphabet::CROCKFORD->getAlphabet(); } }