awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRequest-Based Validation

Validation logic encapsulated within dedicated request objects to decouple filtering from business logic.

Distinct from Input Validation: Distinct from general input validation libraries: focuses on the architectural pattern of using request classes for isolation.

Explore 1 awesome GitHub repository matching part of an awesome list · Request-Based Validation. Refine with filters or upvote what's useful.

Awesome Request-Based Validation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • alexeymezenin/laravel-best-practicesAvatar de alexeymezenin

    alexeymezenin/laravel-best-practices

    12,299Voir sur GitHub↗

    This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The

    Provides a strategy for moving validation logic into dedicated request classes to isolate it from execution flow.

    Voir sur GitHub↗12,299
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Input Validation
  5. Request-Based Validation