No description
  • PHP 99.1%
  • Shell 0.9%
Find a file
Alexandre Gomes Gaigalas 2a7f345e32 Streamline validators.md index
Makes it so the index looks more like a cheatsheet, condensing
information instead of making long lists that require lots of
scrolling to explore.

Additionally, the happy path for each validator was also
added, providing a quick reference use for comparison.

The direct markdown links were replaced by titled markdown
references, offering mouse-over tooltips over links that
display the validator one-line description.

To ensure a proper source of truth for these new index
goodies, the AssertionMessageLinter was modified to
verify that the first assertion in each doc is a
single-line validator that passes (a happy path), further
making our documentation conventions more solid.
2026-01-28 12:47:08 +00:00
.github Check for mismatches in the mixin classes 2026-01-26 20:14:09 +01:00
bin Simplify how we load and save files in data/ 2026-01-26 20:28:29 +01:00
data Introduce REUSE compliance 2026-01-21 06:28:11 +00:00
docs Streamline validators.md index 2026-01-28 12:47:08 +00:00
LICENSES Introduce REUSE compliance 2026-01-21 06:28:11 +00:00
src Fix ResultQuery::findByPath() for nested paths 2026-01-27 13:25:40 +01:00
src-dev Streamline validators.md index 2026-01-28 12:47:08 +00:00
tests Fix ResultQuery::findByPath() for nested paths 2026-01-27 13:25:40 +01:00
.gitattributes Port Bash scripts to PHP 2026-01-06 10:06:22 +01:00
.gitignore Introduce phpbench benchmarks and profiles 2026-01-12 23:44:38 +00:00
.readthedocs.yaml Improve syntax highlighting in MkDocs pages 2026-01-05 17:54:43 +01:00
aliases.php Introduce REUSE compliance 2026-01-21 06:28:11 +00:00
codecov.yml Use Pest instead of PHPT files 2024-12-16 17:07:47 +01:00
composer.json Group lint-related commands together 2026-01-26 20:14:09 +01:00
CONTRIBUTING.md Rename library/ to src/ 2026-01-22 13:13:15 +01:00
LICENSE Introduce REUSE compliance 2026-01-21 06:28:11 +00:00
mkdocs.yml Use awesome-pages to customize the menus 2026-01-26 12:26:06 +01:00
phpbench.json.dist Introduce tests for serialization of validators 2026-01-19 09:24:38 +00:00
phpcs.xml.dist Check for mismatches in the mixin classes 2026-01-26 20:14:09 +01:00
phpstan.neon.dist Rename library/ to src/ 2026-01-22 13:13:15 +01:00
phpunit.xml.dist Rename library/ to src/ 2026-01-22 13:13:15 +01:00
README.md Use awesome-pages to customize the menus 2026-01-26 12:26:06 +01:00
REUSE.toml Adhere to GitHub Community Standards 2026-01-26 12:00:42 +00:00

Respect\Validation

Build Status Code Coverage Latest Stable Version Total Downloads License

The most awesome validation engine ever created for PHP.

Learn More: