awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
symfony avatar

symfony/polyfill-php72

0
View on GitHub↗
4,742 estrellas·6 forks·MIT·9 vistassymfony.com/polyfill-php72↗

Polyfill Php72

Este proyecto es un polyfill de compatibilidad de PHP diseñado para realizar backport de funciones y constantes principales de PHP 7.2 a versiones anteriores del lenguaje. Sirve como una extensión de la biblioteca estándar de PHP y backport de versión, proporcionando una capa de compatibilidad que llena los vacíos en el núcleo de PHP para asegurar un comportamiento consistente en diferentes entornos.

La biblioteca permite la portabilidad de código entre versiones implementando funciones de la biblioteca estándar faltantes, permitiendo que las características del lenguaje más nuevas se ejecuten en entornos PHP heredados. Esto asegura que las aplicaciones puedan mantener una interfaz consistente y permanecer compatibles con las bibliotecas actuales incluso cuando se ejecutan en versiones obsoletas.

Features

  • PHP 5.x Compatibility Polyfills - Implements core functions and constants from newer PHP versions to ensure compatibility with legacy environments.
  • Language Feature Backporting - Implements core functions and constants from PHP 7.2 to ensure compatibility with older PHP versions.
  • Runtime Version Checks - Verifies the PHP runtime version to determine whether to use native functions or the provided polyfills.
  • Conditional Function Definitions - Provides the mechanism to define polyfill functions only if the native versions are missing in the PHP runtime.
  • Cross-Version Compatibility Layers - Enables applications to maintain a consistent interface by filling in missing standard library functions across PHP versions.
  • Legacy Runtime Support - Provides modern language features to outdated PHP environments to maintain compatibility with current libraries.
  • Polyfill Implementations - Acts as a comprehensive polyfill for PHP 7.2 features in legacy environments.
  • Standard Library Extensions - Fills gaps in the PHP core to ensure consistent behavior across different language versions.

Historial de estrellas

Gráfico del historial de estrellas de symfony/polyfill-php72Gráfico del historial de estrellas de symfony/polyfill-php72

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Polyfill Php72

Proyectos open-source similares, clasificados según cuántas características comparten con Polyfill Php72.
  • symfony/filesystemAvatar de symfony

    symfony/filesystem

    4,646Ver en GitHub↗

    This is a PHP filesystem utility library that provides tools for manipulating files, directories, and symbolic links. It serves as a specialized set of tools for atomic writing, path normalization, recursive directory management, and cross-platform file manipulation. The project features a dedicated atomic file writer that saves content to temporary locations before moving them to a final destination to prevent data corruption. It includes a recursive directory manager for creating, deleting, and modifying permissions for nested folder structures and their contents, as well as a path normaliz

    PHPcomponentphpsymfony
    Ver en GitHub↗4,646
  • crazyguitar/pysheeetAvatar de crazyguitar

    crazyguitar/pysheeet

    8,150Ver en GitHub↗

    pysheeet is a technical reference library providing a curated collection of code snippets and implementation patterns for advanced Python development, system integration, and high-performance computing. It serves as a comprehensive guide for implementing low-level network programming, native C extensions, and asynchronous and concurrent programming. The project provides specialized frameworks for the development and deployment of large language models, including tools for distributed GPU inference and high-performance serving. It also includes detailed patterns for high-performance computing

    Python
    Ver en GitHub↗8,150
  • you-dont-need/you-dont-need-guiAvatar de you-dont-need

    you-dont-need/You-Dont-Need-GUI

    5,821Ver en GitHub↗

    You-Dont-Need-GUI is a curated reference of terminal commands that replace common graphical interface operations with equivalent shell one-liners. It maps everyday GUI actions—file management, archive handling, system monitoring, and network diagnostics—to standard POSIX utilities like find, grep, and awk, all composed as self-contained shell pipelines. The project distinguishes itself by requiring no external dependencies or installations; every solution runs with built-in shell commands and coreutils. Its documentation follows Unix man-page conventions, presenting each command with a

    clicommandcommand-line
    Ver en GitHub↗5,821
  • johanneslumpe/react-native-fsAvatar de johanneslumpe

    johanneslumpe/react-native-fs

    5,042Ver en GitHub↗

    This project is a cross-platform mobile filesystem API that provides a native bridge for reading, writing, and organizing files and directories on iOS and Android devices. It serves as a native-module wrapper that maps JavaScript calls to native Java and Objective-C filesystem operations using asynchronous promises. The library includes a dedicated toolset for remote file transfers, enabling the downloading of files from URLs and the uploading of local content to remote servers with real-time progress tracking. It also provides a native device storage interface to access bundled application a

    C++
    Ver en GitHub↗5,042
Ver las 30 alternativas a Polyfill Php72→

Preguntas frecuentes

¿Qué hace symfony/polyfill-php72?

Este proyecto es un polyfill de compatibilidad de PHP diseñado para realizar backport de funciones y constantes principales de PHP 7.2 a versiones anteriores del lenguaje. Sirve como una extensión de la biblioteca estándar de PHP y backport de versión, proporcionando una capa de compatibilidad que llena los vacíos en el núcleo de PHP para asegurar un comportamiento consistente en diferentes entornos.

¿Cuáles son las características principales de symfony/polyfill-php72?

Las características principales de symfony/polyfill-php72 son: PHP 5.x Compatibility Polyfills, Language Feature Backporting, Runtime Version Checks, Conditional Function Definitions, Cross-Version Compatibility Layers, Legacy Runtime Support, Polyfill Implementations, Standard Library Extensions.

¿Qué alternativas de código abierto existen para symfony/polyfill-php72?

Las alternativas de código abierto para symfony/polyfill-php72 incluyen: symfony/filesystem — This is a PHP filesystem utility library that provides tools for manipulating files, directories, and symbolic links.… crazyguitar/pysheeet — pysheeet is a technical reference library providing a curated collection of code snippets and implementation patterns… you-dont-need/you-dont-need-gui — You-Dont-Need-GUI is a curated reference of terminal commands that replace common graphical interface operations with… johanneslumpe/react-native-fs — This project is a cross-platform mobile filesystem API that provides a native bridge for reading, writing, and… superradcompany/microsandbox — Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes… vectordotdev/vector — Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and…