doctrine/cache
Doctrine Cache is a legacy cache component extracted from Doctrine Common, offering multiple cache drivers and interfaces used across Doctrine projects. Note: the library is deprecated and no longer maintained; prefer a PSR-6 or PSR-16 cache instead.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| psr/simple-cache | 0.88 | PSR-16 Simple Cache interfaces from PHP-FIG. Defines a common API for cache implementations (get/set/delete, TTL, etc.) but provides no caching itself. Use this package to type-hint against the standard and pair with any compatible cache provider. | 8,090 | 8,112 | 54 | 13M | 0 | 49.0 | 53.9 | MIT | 4 years ago | |
| nette/caching | 0.86 | High-performance caching library from Nette. Provides flexible cache storage backends, automatic expiration, dependency-based invalidation, and easy integration for PHP apps. Ideal for speeding up responses and reducing database or API load. | 435 | 440 | 44 | 224K | 14 | 37.1 | 52.1 | NOASSERTION | 1 month ago | |
| cache/adapter-common | 0.86 | Shared classes and interfaces for the PHP Cache organization’s PSR-6 cache pools. Provides common building blocks used across adapters, with support for features like tagging and cache hierarchies via the shared php-cache documentation. | 110 | 111 | 28 | 345K | 0 | 26.3 | 56.8 | MIT | 4 years ago | |
| zendframework/zend-cache | 0.85 | zendframework/zend-cache provides flexible caching for PHP apps with multiple storage backends (filesystem, memory, APCu, Redis, and more). Supports cache patterns, plugins, serialization, and configurable adapters to improve performance and reduce repeated work. | 67 | 74 | 52 | 48K | 11 | 14.2 | 51.7 | BSD-3-Clause | 6 years ago | |
| symfony/cache | 0.85 | Symfony Cache provides fast, low-overhead PSR-6 caching with adapters for common backends. Includes a PSR-16 bridge plus CacheInterface and TagAwareCacheInterface implementations via symfony/cache-contracts for flexible app caching. | 4,171 | 4,196 | 64 | 7M | 0 | 52.7 | 52.5 | MIT | 1 week ago | |
| illuminate/cache | 0.84 | — | 128 | 135 | 25 | 485K | 0 | 1.4 | 49.4 | MIT | — | |
| psr/cache | 0.84 | PSR-6 caching interfaces for PHP. Defines CacheItemPoolInterface and CacheItemInterface contracts for interoperable caching, without providing an implementation. Use with any PSR-6 compatible cache library (see Packagist providers). | 5,196 | 5,229 | 46 | 12M | 0 | 26.4 | 46.4 | MIT | — | |
| cache/simple-cache-bridge | 0.84 | Bridge any PSR-6 cache pool to PSR-16 SimpleCache. Wrap an existing PSR-6 implementation and use the simpler PSR-16 API in your app while keeping your current cache backend. Part of the PHP-Cache ecosystem. | 42 | 43 | 6 | 75K | 0 | 22.0 | 52.7 | MIT | 4 years ago | |
| beste/in-memory-cache | 0.78 | PSR-6 compliant in-memory cache for PHP—ideal as a lightweight default cache and for fast, predictable tests. Supports standard CacheItemPoolInterface behavior and optional PSR-20 clocks (e.g., frozen clocks) for time-based expiry testing. | 25 | 25 | 0 | 1M | 0 | 22.0 | 65.0 | MIT | 6 months ago | |
| spatie/laravel-responsecache | 0.77 | Caches full Laravel responses to speed up apps. Automatically stores successful GET HTML/JSON for a configurable time and serves cached output on repeat requests. Supports per-route middleware, custom rules, and optional stale-while-revalidate style caching. | 2,777 | 2,801 | 243 | 260K | 0 | 50.2 | 32.1 | MIT | 1 month ago | |
| php-http/cache-plugin | 0.77 | PSR-6 cache plugin for HTTPlug clients. Automatically caches HTTP responses (and can serve stale on error) with configurable cache strategies, TTL, and cache key generation. Drop it into your plugin chain to cut latency and reduce repeated requests. | 249 | 250 | 17 | 674K | 7 | 29.1 | 58.0 | MIT | 4 months ago | |
| symfony/doctrine-bridge | 0.64 | Symfony Doctrine Bridge integrates Doctrine with Symfony components, providing glue code for ORM/DBAL usage across the framework. Part of the main Symfony repository; report issues and submit pull requests there. | 3,231 | 3,236 | 43 | 4M | 0 | 48.8 | 51.1 | MIT | 1 week ago | |
| zendframework/zend-crypt | 0.64 | Zend\Crypt provides secure PHP cryptography utilities including encryption/decryption, hashing, HMAC, key generation, and password adapters. Designed for Zend Framework apps but usable standalone, with pluggable algorithms and safer defaults for common crypto tasks. | 87 | 91 | 35 | 34K | 2 | 12.1 | 42.9 | BSD-3-Clause | 6 years ago | |
| google/cloud-core | 0.62 | Shared core infrastructure for Google Cloud PHP libraries, including common transport, auth, retry, and configuration utilities. Not intended for direct use—required by other Google Cloud components. Stable GA with backwards-compatible minor and patch releases. | 343 | 346 | 21 | 3M | 0 | 31.6 | 65.0 | Apache-2.0 | 3 weeks ago | |
| symfony/security-acl | 0.62 | Symfony Security ACL adds Access Control Lists to manage fine‑grained, object‑level permissions beyond roles. It supports per‑object and per‑field authorization with configurable permission masks and voters, integrating with Symfony’s security system. | 371 | 377 | 54 | 328K | 12 | 29.7 | 55.5 | MIT | 1 month ago | |
| symfony/webpack-encore-bundle | 0.62 | Symfony bundle integrating Webpack Encore into your app. Adds asset building, versioning, and entrypoint management with simple Twig helpers for scripts/styles, plus sane defaults and easy configuration for modern JS/CSS workflows. | 953 | 961 | 83 | 1M | 6 | 38.4 | 55.6 | MIT | 4 months ago | |
| symfony/security-guard | 0.61 | Symfony Security Guard provides a flexible authentication system for Symfony apps. Create custom authenticators for form login, API tokens, and more, with support for user providers, remember-me, and event-driven security flows. | 1,422 | 1,426 | 10 | 767K | 0 | 18.2 | 42.9 | MIT | 1 year ago | |
| async-aws/core | 0.59 | AsyncAws Core provides the shared foundation for AsyncAws PHP clients: async HTTP layer, request/response handling, credentials and signing, endpoint resolution, retries, and common utilities. Use it to build lightweight, non-SDK AWS integrations in modern PHP apps. | 101 | 101 | 5 | 2M | 0 | 29.7 | 65.0 | MIT | 1 month ago | |
| async-aws/s3 | 0.56 | AsyncAws S3 Client is a lightweight PHP API client for Amazon S3. Install via Composer and use a modern, non-blocking-friendly SDK alternative with typed requests/responses. Full docs and contribution guide available at async-aws.com. | 57 | 58 | 2 | 705K | 0 | 29.3 | 65.0 | MIT | 1 month ago |
How can I help you explore Laravel packages today?