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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • egulias/emailvalidatorAvatar de egulias

    egulias/EmailValidator

    11,638Ver en 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
    Ver en GitHub↗11,638
  • sasstools/sass-lintAvatar de sasstools

    sasstools/sass-lint

    1,750Ver en 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
    Ver en GitHub↗1,750
  1. Home
  2. Software Engineering & Architecture
  3. Static Type Checkers
  4. Validation Logic
  5. Plugin Interfaces