Email Rule provides a simple, rule-based email validation implementation for the Aegisora ecosystem.
-
Updated
Apr 27, 2026 - PHP
Email Rule provides a simple, rule-based email validation implementation for the Aegisora ecosystem.
Scalar Equality Rule provides a simple, rule-based scalar value comparison implementation for the Aegisora ecosystem.
String Length Rule Guardian provides a simple shortcut for string length validation using `aegisora/guardian` and `aegisora/string-length-rule`
Regex Rule Guardian provides a simple shortcut for string validation against a regular expression using `aegisora/guardian` and `aegisora/regex-rule`.
Required Rule provides a simple, rule-based presence validation implementation for the Aegisora ecosystem
Is Array Rule Guardian provides a simple shortcut for array validation using `aegisora/guardian` and `aegisora/is-array-rule`.
JSON Rule provides a simple, rule-based JSON validation implementation for the Aegisora ecosystem. It is built on top of aegisora/rule-contract and follows its strict validation architecture, ensuring consistent and predictable behavior across applications.
In-Array Rule provides a simple, rule-based array membership validation implementation for the Aegisora ecosystem.
Is Callable Rule Guardian provides a simple shortcut for callable validation using `aegisora/guardian` and `aegisora/is-callable-rule`.
Boolean Rule provides a simple and strict boolean value equality validation for the Aegisora ecosystem.
State Transition Rule Guardian provides a simple shortcut for state transition validation using `aegisora/guardian` and `aegisora/state-transition-rule`
Email Rule Guardian provides a simple shortcut for email validation using aegisora/guardian and aegisora/email-rule. It is designed for cases where you want to quickly check whether a value is a valid email address without manually creating validation pipelines.
Json Rule Guardian provides a simple shortcut for JSON string validation using aegisora/guardian and aegisora/json-rule.
Is Callable Rule provides a simple and strict callable validation for the Aegisora ecosystem. The package is built on top of aegisora/rule-contract and follows its validation architecture, ensuring predictable and safe behavior.
Scalar Equality Rule Guardian provides a simple shortcut for scalar equality validation using aegisora/guardian and aegisora/scalar-equality-rule
Instanceof Rule provides a simple, rule-based object type validation implementation for the Aegisora ecosystem.
In-Array Rule Guardian provides a simple shortcut for in-array value validation using aegisora/guardian and aegisora/in-array-rule. It is designed for cases where you want to quickly check whether a value is contained in a given array without manually creating validation pipelines.
Instanceof Rule Guardian provides a simple shortcut for object type validation using `aegisora/guardian` and `aegisora/instanceof-rule`. It is designed for cases where you want to quickly check whether a value is an instance of a given class without manually creating validation pipelines.
String Length Rule provides a simple, rule-based string length validation implementation for the Aegisora ecosystem
Regex Rule provides a simple, rule-based regular expression validation implementation for the Aegisora ecosystem.
Add a description, image, and links to the aegisora-ecosystem topic page so that developers can more easily learn about it.
To associate your repository with the aegisora-ecosystem topic, visit your repo's landing page and select "manage topics."