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
·
php-fig avatar

php-fig/simple-cache

0
View on GitHub↗
8,088 estrellas·55 forks·PHP·MIT·1 vista

Simple Cache

Simple Cache is a technical specification and interface standard for PHP applications. It defines a common set of methods for interacting with cache storage, ensuring that different storage implementations can be used interchangeably.

As the PSR-16 implementation standard, it provides a consistent way for independent PHP libraries and frameworks to store and retrieve cached data. This interoperability allows software packages to work with any compliant cache backend without requiring changes to the application code.

The specification focuses on standardizing cache interfaces and interactions to facilitate cross-library data caching and application performance optimization.

Features

  • Caching Interfaces - Establishes a consistent PHP interface standard for storing and retrieving cached data across the ecosystem.
  • PSR-16 Implementations - Implements the PSR-16 specification for simple caching interfaces to ensure compatibility across PHP frameworks.
  • Interoperability Specifications - Provides a technical specification for how PHP applications should interact with cache storage independently of the driver.
  • Pluggable Cache Backends - Allows software packages to work with any compliant cache backend without requiring changes to the application code.
  • Inter-Library Cache Sharing - Enables multiple independent PHP components to share cached information via a shared specification.
  • Application Performance Optimization - Optimizes application performance by providing a standardized way to store expensive computation results.

Historial de estrellas

Gráfico del historial de estrellas de php-fig/simple-cacheGráfico del historial de estrellas de php-fig/simple-cache

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 Simple Cache

Proyectos open-source similares, clasificados según cuántas características comparten con Simple Cache.
  • symfony/cacheAvatar de symfony

    symfony/cache

    4,164Ver en GitHub↗

    This is a PHP library providing standardized interfaces for caching data through the PSR-6 and PSR-16 specifications. It functions as a cache pool manager and distributed cache adapter, allowing applications to organize key-value pairs into logical repositories and namespaces. The project includes a dedicated cache stampede prevention tool that protects systems from CPU spikes during value expiration. This is achieved through locking mechanisms for concurrent requests and probabilistic early expiration. The library supports object serialization with optional encryption and compression to tra

    PHPcachingcomponentphp
    Ver en GitHub↗4,164
  • php-fig/cacheAvatar de php-fig

    php-fig/cache

    5,192Ver en GitHub↗

    This project is a cache abstraction layer and interface standard for PHP, specifically defining the PSR-6 caching specification. It establishes a consistent set of type definitions and contracts for cache items and pools to ensure interoperability between different PHP libraries. The specification prevents vendor lock-in by separating high-level caching logic from low-level storage implementations. This allows different caching backends to be swapped without requiring changes to the application code. The project focuses on PHP cache standardization and library interoperability through the us

    PHP
    Ver en GitHub↗5,192
  • doctrine/cacheAvatar de doctrine

    doctrine/cache

    7,864Ver en GitHub↗

    This PHP caching library provides a key-value storage abstraction designed to reduce application computation time by storing and retrieving frequently accessed data. It implements the PSR-6 standard for caching interfaces to ensure interoperability between different libraries. The project includes a legacy cache adapter that wraps modern standardized cache pools. This allows systems in transition to maintain compatibility by converting between legacy caching implementations and unified interfaces. The library covers a range of storage capabilities, including a filesystem cache store for pers

    PHP
    Ver en GitHub↗7,864
  • reactive-streams/reactive-streams-jvmAvatar de reactive-streams

    reactive-streams/reactive-streams-jvm

    4,875Ver en GitHub↗

    This project provides a formal specification and a set of standard Java interfaces for asynchronous stream processing. It defines a standardized protocol for passing sequences of elements between publishers and subscribers across different threads, centering on a reactive streams specification for the JVM. The project focuses on interoperability by providing a common API that allows different asynchronous streaming libraries to work together. This is achieved through a standard set of interfaces and bridging mechanisms that translate between incompatible streaming specifications. The specifi

    Java
    Ver en GitHub↗4,875
Ver las 30 alternativas a Simple Cache→

Preguntas frecuentes

¿Qué hace php-fig/simple-cache?

Simple Cache is a technical specification and interface standard for PHP applications. It defines a common set of methods for interacting with cache storage, ensuring that different storage implementations can be used interchangeably.

¿Cuáles son las características principales de php-fig/simple-cache?

Las características principales de php-fig/simple-cache son: Caching Interfaces, PSR-16 Implementations, Interoperability Specifications, Pluggable Cache Backends, Inter-Library Cache Sharing, Application Performance Optimization.

¿Qué alternativas de código abierto existen para php-fig/simple-cache?

Las alternativas de código abierto para php-fig/simple-cache incluyen: symfony/cache — This is a PHP library providing standardized interfaces for caching data through the PSR-6 and PSR-16 specifications.… php-fig/cache — This project is a cache abstraction layer and interface standard for PHP, specifically defining the PSR-6 caching… reactive-streams/reactive-streams-jvm — This project provides a formal specification and a set of standard Java interfaces for asynchronous stream processing.… doctrine/cache — This PHP caching library provides a key-value storage abstraction designed to reduce application computation time by… php-fig/container — This project is a shared technical specification and standard interface for dependency injection containers in PHP. It… php-fig/log — This project is a standardized specification for logging APIs in PHP. It defines a common logging interface and a set…