3 रिपॉजिटरी
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.
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.
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.
This project is a PHP compatibility layer that implements the native ctype extension functions in pure PHP. It serves as a polyfill to ensure that character type validation remains consistent across different PHP versions and server environments. The library functions as a portability bridge, providing fallback implementations for environments where the native C extension is missing. This allows applications to maintain stability and consistent behavior regardless of the specific hosting platform or server configuration. The codebase focuses on PHP extension polyfilling and cross-platform de
Ensures PHP code runs consistently across servers by providing missing core functions when native extensions are unavailable.