awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesRuntime Compatibility Layers

Libraries that provide missing system or extension functionality to ensure consistent execution across environments.

Distinguishing note: Existing candidates focus on installation of extensions rather than providing runtime compatibility via code

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Runtime Compatibility Layers. Refine with filters or upvote what's useful.

Awesome Runtime Compatibility Layers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • symfony/polyfill-mbstringsymfony 的头像

    symfony/polyfill-mbstring

    7,831在 GitHub 上查看↗

    This project is a PHP compatibility layer that implements multi-byte string functions for environments where the native Mbstring extension is not installed. It serves as a library for processing text in various character encodings to ensure consistent string handling across different servers. The library provides a set of tools for internationalization text handling, allowing for the processing of non-English characters and diverse languages. It ensures correct string length and manipulation for text containing characters beyond the basic ASCII set.

    Provides missing system extensions to ensure code runs consistently regardless of installed server modules.

    PHPcompatibilitycomponentjavascript
    在 GitHub 上查看↗7,831
  • effector/effectoreffector 的头像

    effector/effector

    4,837在 GitHub 上查看↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    Ensures compatibility across browsers, server-side runtimes, and legacy systems through modular builds.

    TypeScriptbusiness-logiceffectorevent-driven
    在 GitHub 上查看↗4,837
  • symfony/polyfill-ctypesymfony 的头像

    symfony/polyfill-ctype

    4,043在 GitHub 上查看↗

    这是一个 PHP 兼容性库,为原生 ctype 扩展提供了 Polyfill。它作为一个可移植性层,实现了缺失的核心语言函数,以确保跨不同服务器环境和 PHP 版本的一致行为。 该库专注于字符类型验证,使用纯 PHP 代码重现原生扩展函数的行为。它使用运行时环境检测来识别原生扩展是否缺失,并将回退实现直接注入全局命名空间,以防止冲突并保持代码的可移植性。

    Ensures PHP code runs consistently across servers by providing missing core functions when native extensions are unavailable.

    PHPcompatibilitycomponentctype
    在 GitHub 上查看↗4,043
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Compatibility Layers