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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • egulias/emailvalidatorAvatar von egulias

    egulias/EmailValidator

    11,638Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,638
  • sasstools/sass-lintAvatar von sasstools

    sasstools/sass-lint

    1,750Auf GitHub ansehen↗

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