awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesExtension Fallback Chains

Sequential resolution strategies that inspect binary file contents first and fall back to extension-based lookups when needed.

Distinct from Locale Fallback Chains: Distinct from Locale Fallback Chains: focuses specifically on file extension and content inspection fallbacks rather than internationalization locales.

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

Awesome Extension Fallback Chains 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.
  • schmittjoh/metadataAvatar de schmittjoh

    schmittjoh/metadata

    1,821Voir sur GitHub↗

    Metadata is a PHP library for loading and managing class, method, and property metadata from inline annotations, YAML, XML, and PHP configuration files. It acts as an object-relational mapping support tool, helping persistence layers and serializers inspect PHP object structures through unified metadata drivers. The library parses configuration data using specialized drivers to populate internal metadata structures, abstracting disparate data sources into a single consistent interface for inspecting classes and properties. It supports chain-based driver fallback, allowing multiple metadata lo

    Combines multiple metadata loading strategies sequentially to fall back through different sources until data is found.

    PHP
    Voir sur GitHub↗1,821
  • thephpleague/mime-type-detectionAvatar de thephpleague

    thephpleague/mime-type-detection

    1,338Voir sur GitHub↗

    Mime Type Detection is a PHP library for determining and mapping media types from file contents, paths, or extensions using fallback lookup strategies. It provides utilities for inspecting file metadata and resolving file formats within PHP applications. The library supports bidirectional mapping between file extensions and media types through static community-curated mapping tables alongside content-based inspection. It includes extension-to-media-type mapping, reverse lookups from media types to valid file extensions, and fallback resolution chains that attempt content inspection before fal

    Implements fallback resolution chains that attempt content inspection before falling back to filename extension lookups.

    PHP
    Voir sur GitHub↗1,338
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Graph Resolution
  4. Concurrent Dependency Resolution
  5. Multi-Source Dependency Resolution
  6. Fallback Resolution Strategies
  7. Extension Fallback Chains

Explorer les sous-tags

  • Driver Fallback ChainsCombines multiple metadata loading strategies sequentially so the system falls back through different sources until data is found. **Distinct from Extension Fallback Chains:** Distinct from extension fallback chains: focuses on sequential metadata driver fallback rather than file extension inspections.