matthiasmullie/scrapbook
Scrapbook is a PHP caching library that wraps PSR-6/PSR-16 cache backends with adapters, multi-cache fallbacks, buffering and stampede protection. Use it to add fast, resilient caching with minimal code changes across files, memory or Redis stores.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phpfastcache/phpfastcache | 0.83 | Phpfastcache is a fast, driver-based PHP caching library supporting PSR-6 and PSR-16. Works with many backends (files, APCu, Redis, Memcached, etc.), offers a unified API, and includes a type-aware v9 for PHP 8+. | 2,408 | 2,454 | 448 | 93K | 4 | 55.7 | 27.8 | MIT | 11 months ago | |
| amphp/cache | 0.83 | Non-blocking cache library for Amp-based PHP apps. Provides async cache interfaces and adapters (e.g., in-memory, filesystem, Redis) with TTL support, atomic operations, and PSR-style ergonomics for high-concurrency services. | 127 | 127 | 16 | 2M | 0 | 25.7 | 65.0 | MIT | 1 year ago | |
| cache/integration-tests | 0.82 | Integration test suite for validating PSR-6 cache pools, taggable cache pools, and PSR-16 simple caches against PHP-FIG rules. Install as a dev dependency and extend the provided PHPUnit base tests to verify your cache implementation. | 39 | 39 | 34 | 44K | 2 | 28.2 | 49.4 | MIT | 5 years ago | |
| symfony/cache | 0.82 | 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 | |
| psr/cache | 0.81 | 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 | — | |
| laminas/laminas-cache | 0.81 | Laminas Cache provides flexible caching for PHP applications, with adapters for common backends, cache storage, patterns, plugins, and PSR-compatible integrations. Includes tools for configuring, managing, and testing cache behavior in Laminas apps. | 106 | 107 | 58 | 140K | 9 | 34.3 | 56.0 | BSD-3-Clause | 4 weeks ago | |
| spiritix/lada-cache | 0.81 | Redis-backed, fully automated query cache for Laravel. Transparently accelerates Eloquent and Query Builder with granular, automatic invalidation (rows/tables), scalable for clusters, with controls to include/exclude tables and optional Debugbar insights. | 591 | 591 | 69 | 4K | 0 | 34.3 | 14.1 | MIT | 2 weeks ago | |
| nette/caching | 0.80 | 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 | |
| illuminate/cache | 0.80 | — | 128 | 135 | 25 | 485K | 0 | 1.4 | 49.4 | MIT | — | |
| phootwork/lang | 0.80 | phootwork/lang is a lightweight PHP library of language utilities and building blocks, offering common helpers and core abstractions to simplify everyday coding tasks. A small foundation package meant to complement your app or other phootwork components. | 12 | 12 | 0 | 985K | 0 | 26.7 | 65.0 | MIT | 1 year ago | |
| doctrine/cache | 0.80 | 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. | 7,879 | 7,973 | 213 | 5M | 1 | 60.6 | 45.7 | MIT | 3 years ago | |
| cache/adapter-common | 0.79 | 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 | |
| phpecs/phpecs | 0.74 | Tiny shortcut package to install and use Easy Coding Standard in PHP projects. Add it as a dev dependency via Composer and you’re ready to run ECS for consistent, automated code style and formatting across your codebase. | 2 | 2 | 0 | 11K | 0 | 20.3 | 57.8 | — | 10 months ago | |
| simpletest/simpletest | 0.73 | SimpleTest is a PHP unit testing framework with web site testing and mock objects. Install via Composer (simpletest/simpletest) for PHP 7.1+ and run its own unit and acceptance test suites; issues and community support via GitHub and Stack Overflow. | 149 | 153 | 48 | 2K | 3 | 24.5 | 18.7 | LGPL-2.1 | 6 months ago | |
| google/apiclient | 0.72 | Official Google APIs Client Library for PHP. Access services like Gmail, Drive, and YouTube from your server. Supports PHP 8+. In maintenance mode (critical fixes/security only). Install via Composer: google/apiclient. | 9,769 | 9,917 | 3,554 | 4M | 17 | 74.8 | 50.2 | Apache-2.0 | 1 week ago | |
| stripe/stripe-php | 0.71 | Official Stripe PHP SDK for accessing the Stripe API. Install via Composer, configure your API key, and use resource classes to create charges, customers, subscriptions, and more. Works with PHP 7.2+ (requires curl, json, mbstring). | 3,992 | 4,072 | 893 | 4M | 10 | 70.8 | 53.5 | MIT | 18 hours ago | |
| lucianotonet/groq-php | 0.70 | PHP client for the Groq API. Provides a simple, lightweight way to call Groq LLM endpoints from PHP apps, with support for common chat/completions workflows and easy integration into existing projects. | 81 | 83 | 18 | 26K | 3 | 25.6 | 41.2 | MIT | 10 months ago | |
| spatie/fractalistic | 0.70 | Developer-friendly wrapper around League Fractal to transform API data with less boilerplate. Build resources, apply transformers, includes, and output arrays with a fluent API or one-liner syntax. Great for PHP projects; Laravel users may prefer laravel-fractal. | 385 | 387 | 34 | 275K | 0 | 31.3 | 46.4 | MIT | 1 month ago | |
| mateusjunges/confluent-schema-registry-api | 0.70 | PHP 7.4+ client for Confluent Schema Registry REST API. Provides low-level PSR-7 request builders and high-level synchronous/asynchronous abstractions, with optional caching support, to register, fetch, and manage Avro schemas. | 1 | 1 | 0 | 122K | 0 | 20.3 | 65.0 | MIT | 2 years ago | |
| jackalope/jackalope-doctrine-dbal | 0.69 | Doctrine DBAL-based Jackalope backend for PHPCR, enabling content repository storage on SQL databases. Provides a DBAL transport layer, schema management, and integration pieces for running Jackalope with Doctrine DBAL across multiple database platforms. | 150 | 151 | 61 | 32K | 32 | 41.8 | 54.4 | NOASSERTION | 4 months ago |
How can I help you explore Laravel packages today?