awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesPlugin Interfaces

Standardized interfaces that allow external custom logic to be integrated into a validation pipeline.

Distinct from Validation Logic: Focuses on the architectural plug-in mechanism rather than the specific runtime routines.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Plugin Interfaces. Refine with filters or upvote what's useful.

Awesome Plugin Interfaces GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • egulias/emailvalidatorAvatar egulias

    egulias/EmailValidator

    11,638Vezi pe GitHub↗

    EmailValidator is a PHP library for verifying email address syntax, format, and DNS records against technical specifications. It functions as a logic-based checker to ensure email addresses follow standard global formatting and communication rules. The library includes security utilities to identify deceptive characters and spoofing attempts in email addresses. These anti-spoofing tools analyze email strings for Unicode characters that mimic standard Latin letters to prevent fraudulent impersonation. The project covers domain verification through DNS record checks to confirm a destination se

    Provides a standard interface allowing custom validation rules to be plugged into the core checking process.

    PHPemailemailvalidatorphp
    Vezi pe GitHub↗11,638
  • sasstools/sass-lintAvatar sasstools

    sasstools/sass-lint

    1,750Vezi pe GitHub↗

    Sass-lint is a static analysis engine designed to enforce coding standards and maintain consistent syntax across Sass and SCSS codebases. As a command-line utility, it integrates into development workflows and build pipelines to automate the validation of stylesheets, ensuring that formatting and best practices are applied consistently throughout a project. The tool distinguishes itself through a flexible configuration system that supports recursive rule inheritance and custom overrides, allowing for the management of complex, large-scale project requirements. It provides granular control ove

    Exposes the internal tree structure via a plugin interface to allow injection of custom validation logic.

    JavaScript
    Vezi pe GitHub↗1,750
  1. Home
  2. Software Engineering & Architecture
  3. Static Type Checkers
  4. Validation Logic
  5. Plugin Interfaces