aping/laravel-opcache-gui
Laravel Opcache GUI for Laravel apps. Adds a simple web page to view PHP OPCache status and configuration. Install via Composer, register the service provider, and add a route to access the dashboard (e.g., /opcache). Flush support planned.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| leventcz/laravel-top | 0.83 | Real-time, lightweight monitoring for Laravel from the CLI. Listens to request events, aggregates short-lived metrics in Redis, and displays 5-second averages across all app servers. Ideal for production to spot load, latency, and busiest routes. | 582 | 578 | 22 | 3K | 0 | 23.9 | 12.7 | MIT | 1 month ago | |
| zetacomponents/cache | 0.81 | — | 6 | 6 | 9 | 5K | 0 | 0.6 | 39.9 | NOASSERTION | — | |
| codeat3/laravel-page-speed | 0.81 | Minify and optimize Laravel HTML responses via middleware for faster pages. Includes whitespace collapsing, comment removal, inline CSS, DNS prefetch insertion, and more. Install with Composer, publish config, then enable selected middlewares. | 0 | 0 | 2 | 1K | 0 | 16.7 | 48.6 | MIT | 2 months ago | |
| iazaran/smart-cache | 0.80 | Drop-in replacement for Laravel’s Cache facade that automatically compresses and chunks large values, deduplicates unchanged writes, self-heals corrupted entries, and performs cost-aware eviction. Works with existing code (PHP 8.1+, Laravel 8–13). | 211 | 211 | 8 | 1K | 0 | 30.0 | 12.9 | MIT | 2 weeks ago | |
| barryvdh/laravel-httpcache | 0.80 | Adds HTTP caching to Laravel using Symfony HttpCache. Supports reverse proxy-style caching, cache invalidation, and ESI, helping you speed up responses while keeping dynamic content fresh with simple middleware and configuration. | 503 | 513 | 39 | 2K | 23 | 15.6 | 17.1 | — | 1 year ago | |
| tweedegolf/prometheus-client | 0.80 | Archived/unmaintained PHP Prometheus client by Tweede Golf. Provides Counter and Gauge metrics with multiple storage backends (e.g., APC/APCu) and a text formatter to expose a /metrics endpoint for Prometheus scraping. | 11 | 10 | 16 | 11K | 3 | 0.8 | 29.1 | MIT | 4 years ago | |
| phpfastcache/phpfastcache | 0.79 | 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+. | 0 | 2,457 | — | 100K | — | 35.7 | 24.1 | — | — | |
| mostafaznv/laracache | 0.79 | — | 0 | 272 | — | 1K | — | 24.8 | 11.9 | — | — | |
| mayflower/php-codebrowser | 0.78 | Static PHP code browser that generates a cross-referenced HTML view of your source tree. Jump to classes, methods, and references, inspect files with syntax highlighting, and ship browsable documentation for audits, reviews, or onboarding. | 134 | 135 | 30 | 6K | 5 | 8.3 | 24.3 | BSD-3-Clause | 2 years ago | |
| cache/apcu-adapter | 0.78 | PSR-6 cache pool adapter backed by APCu from the PHP Cache organization. Drop-in cache implementation with no configuration required—instantiate ApcuCachePool and start caching. Supports shared PHP-Cache features like tagging and hierarchy via docs. | 17 | 17 | 15 | 36K | 0 | 3.3 | 45.6 | MIT | 3 years ago | |
| beste/in-memory-cache | 0.78 | Lightweight PSR-6 in-memory cache for PHP. Ideal as a default cache implementation and for fast, dependency-free tests. Supports expirations and can use a PSR-20 clock (e.g. frozen clock) for deterministic time-based behavior. | 25 | 25 | 0 | 1M | 0 | 20.6 | 64.2 | MIT | 1 month ago | |
| vigstudio/laravel-eloquent-query-cache | 0.78 | Add query-level caching back to Eloquent with a simple remember-like API. Cache results from database queries, reduce repeated hits, and integrate with Laravel’s cache stores for faster reads and configurable invalidation. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | Apache-2.0 | 3 years ago | |
| captjm/clear-cache-bundle | 0.78 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | NOASSERTION | 3 years ago | |
| psr-discovery/cache-implementations | 0.78 | Discovers installed PSR-6 cache implementations at runtime and returns the first available adapter, avoiding hard dependencies in libraries/SDKs. Supports php-cache adapters and Stash, with options to prefer or manually instantiate configurable caches. | 7 | 7 | 1 | 439K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| edsi-tech/redis-guzzle-cache | 0.78 | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | — | 11 years ago | |
| fig/cache-util | 0.78 | Utilities for building PSR-6 cache libraries: traits and base classes that handle common boilerplate for cache pools and items. Includes a simple in-memory PSR-6 implementation for demos and debugging (not production-ready). | 36 | 38 | 12 | 1K | 1 | 0.6 | 21.0 | MIT | — | |
| kevinrob/guzzle-cache-middleware | 0.77 | RFC 7234–compliant HTTP cache middleware for Guzzle 6+ using a HandlerStack. Improve API call performance with transparent caching. Supports PSR-7 and multiple storages: Laravel cache, Flysystem, PSR-6/16, and WordPress object cache. | 434 | 438 | 79 | 361K | 20 | 35.4 | 53.5 | MIT | 2 months ago | |
| codepoet/opcache-profiler-bundle | 0.76 | — | 7 | 8 | 1 | 0 | 0 | 0.1 | — | — | — | |
| guzzle/cache | 0.76 | Adds response caching to Guzzle HTTP clients. Store and reuse GET responses to cut latency and API calls, with configurable cache pools, TTLs, and cache strategies. Useful for microservices, third‑party APIs, and rate‑limited endpoints. | 3 | 4 | 0 | 325 | 0 | 0.0 | 26.5 | — | — | |
| adibox/adibox-cache-bundle | 0.76 | Laravel cache bundle for Adibox projects, providing ready-to-use cache configuration and integration helpers. Simplifies setting up cache drivers, prefixes, and environment-based defaults across apps with a consistent, reusable package. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — |
How can I help you explore Laravel packages today?