awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
symfony avatar

symfony/polyfill-php72

0
View on GitHub↗
4,742 stele·6 fork-uri·MIT·8 vizualizărisymfony.com/polyfill-php72↗

Polyfill Php72

Acest proiect este un polyfill de compatibilitate PHP conceput pentru a face backport funcțiilor și constantelor de bază din PHP 7.2 către versiuni mai vechi ale limbajului. Servește ca o extensie a bibliotecii standard PHP și un backport de versiune, oferind un strat de compatibilitate care umple lacunele din nucleul PHP pentru a asigura un comportament consistent în medii diferite.

Biblioteca permite portabilitatea codului între versiuni prin implementarea funcțiilor lipsă din biblioteca standard, permițând funcționalităților mai noi ale limbajului să ruleze pe medii PHP legacy. Acest lucru asigură că aplicațiile pot menține o interfață consistentă și pot rămâne compatibile cu bibliotecile actuale chiar și atunci când rulează pe versiuni învechite.

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.

Istoric stele

Graficul istoricului de stele pentru symfony/polyfill-php72Graficul istoricului de stele pentru symfony/polyfill-php72

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face symfony/polyfill-php72?

Acest proiect este un polyfill de compatibilitate PHP conceput pentru a face backport funcțiilor și constantelor de bază din PHP 7.2 către versiuni mai vechi ale limbajului. Servește ca o extensie a bibliotecii standard PHP și un backport de versiune, oferind un strat de compatibilitate care umple lacunele din nucleul PHP pentru a asigura un comportament consistent în medii diferite.

Care sunt principalele funcționalități ale symfony/polyfill-php72?

Principalele funcționalități ale symfony/polyfill-php72 sunt: 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.

Care sunt câteva alternative open-source pentru symfony/polyfill-php72?

Alternativele open-source pentru symfony/polyfill-php72 includ: 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…

Alternative open-source pentru Polyfill Php72

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Polyfill Php72.
  • symfony/filesystemAvatar symfony

    symfony/filesystem

    4,646Vezi pe 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
    Vezi pe GitHub↗4,646
  • crazyguitar/pysheeetAvatar crazyguitar

    crazyguitar/pysheeet

    8,150Vezi pe 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
    Vezi pe GitHub↗8,150
  • you-dont-need/you-dont-need-guiAvatar you-dont-need

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

    5,821Vezi pe 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
    Vezi pe GitHub↗5,821
  • johanneslumpe/react-native-fsAvatar johanneslumpe

    johanneslumpe/react-native-fs

    5,042Vezi pe 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++
    Vezi pe GitHub↗5,042
  • Vezi toate cele 30 alternative pentru Polyfill Php72→