awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
php-fig avatar

php-fig/simple-cache

0
View on GitHub↗
8,088 stars·55 forks·PHP·MIT·1 vue

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.

Historique des stars

Graphique de l'historique des stars pour php-fig/simple-cacheGraphique de l'historique des stars pour php-fig/simple-cache

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Simple Cache

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Simple Cache.
  • symfony/cacheAvatar de symfony

    symfony/cache

    4,164Voir sur 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
    Voir sur GitHub↗4,164
  • php-fig/cacheAvatar de php-fig

    php-fig/cache

    5,192Voir sur 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
    Voir sur GitHub↗5,192
  • doctrine/cacheAvatar de doctrine

    doctrine/cache

    7,864Voir sur 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
    Voir sur GitHub↗7,864
  • reactive-streams/reactive-streams-jvmAvatar de reactive-streams

    reactive-streams/reactive-streams-jvm

    4,875Voir sur 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
    Voir sur GitHub↗4,875
Voir les 30 alternatives à Simple Cache→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de php-fig/simple-cache ?

Les fonctionnalités principales de php-fig/simple-cache sont : Caching Interfaces, PSR-16 Implementations, Interoperability Specifications, Pluggable Cache Backends, Inter-Library Cache Sharing, Application Performance Optimization.

Quelles sont les alternatives open-source à php-fig/simple-cache ?

Les alternatives open-source à php-fig/simple-cache incluent : 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…