Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laminas Validator Laravel Package

laminas/laminas-validator

Validation component for PHP and Laminas applications. Provides a wide range of ready-to-use validators (strings, numbers, dates, files, and more), consistent error messages, and an extensible API to create custom validators and input filtering rules.

View on GitHub
Deep Wiki
Context7

Enum Case Validator

Laminas\Validator\EnumCase allows you to validate that a string is a valid case for a specified enum.

Supported Options

The following options are supported for Laminas\Validator\BackedEnumValue:

  • enum: The backed or unit enum class you wish to test against

Basic Usage

enum MyEnum {
    case Something;
    case OtherThing;
}

$validator = new Laminas\Validator\EnumCase([
    'enum' => MyEnum::class,
]);

if ($validator->isValid('Something')) {
    // $value is a valid case for `MyEnum`
} else {
    // $value is not a known case in `MyEnum`
    foreach ($validator->getMessages() as $message) {
        echo "$message\n";
    }
}

To validate against the values of a backed enum, see the BackedEnumValue validator.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai