cache/integration-tests dependents (93) Order by: name | downloads Show: all | require | require-dev

  • PHP

    doctrine/cache

    PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.

  • PHP

    symfony/cache

    Provides extended PSR-6, PSR-16 (and tags) implementations

  • PHP

    symfony/symfony

    The Symfony PHP framework

  • PHP

    cache/adapter-common

    Common classes for PSR-6 adapters

  • PHP

    zendframework/zend-cache

    Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output

    Abandoned! See laminas/laminas-cache

  • PHP

    cache/array-adapter

    A PSR-6 cache implementation using a php array. This implementation supports tags

  • PHP

    cache/filesystem-adapter

    A PSR-6 cache implementation using filesystem. This implementation supports tags

  • PHP

    cache/redis-adapter

    A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags

  • PHP

    cache/void-adapter

    A PSR-6 cache implementation using Void. This implementation supports tags

  • PHP

    cache/cache

    Library of all the php-cache adapters

  • PHP

    cache/taggable-cache

    Add tag support to your PSR-6 cache implementation

  • PHP

    desarrolla2/cache

    Provides an cache interface for several adapters Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis is supported.

  • PHP

    cache/predis-adapter

    A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  • PHP

    cache/apcu-adapter

    A PSR-6 cache implementation using apcu. This implementation supports tags

  • PHP

    cache/simple-cache-bridge

    A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache.