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

Count

Laminas\Validator\File\Count allows you to validate that the number of files uploaded matches criteria, including a minimum number of files and/or a maximum number of files.

Supported Options

The following options are supported:

  • min: The minimum number of uploaded files acceptable; null is equivalent to 0, indicating no minimum.
  • max: The maximum number of uploaded files acceptable; null is equivalent to no maximum.

Basic Usage

$validator = new Laminas\Validator\File\Count([
    'min' => 1,
    'max' => 5,
]);

// Setting to the $_FILES superglobal or PSR-7 ServerRequest's `getUploadedFiles()`.
$files = $_FILES;

if ($validator->isValid($files)) {
    // Received between 1 and 5 files!
}
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.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
ecotone/kafka
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata