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 CLI monitoring for Laravel. Runs php artisan top to track key request metrics, busiest routes, and performance across all servers. Aggregates recent Laravel event data in Redis with short TTL, designed for production and Octane. | 583 | 582 | 22 | 3K | 0 | 20.9 | 12.6 | MIT | 2 months ago | |
| zetacomponents/cache | 0.81 | — | 6 | 6 | 9 | 2K | 0 | 0.6 | 34.4 | 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 | 911 | 0 | 15.2 | 49.2 | MIT | 4 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 | 2K | 0 | 31.5 | 17.8 | MIT | 1 day 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. | 502 | 512 | 39 | 2K | 23 | 35.5 | 18.8 | — | 2 weeks 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 | 7K | 3 | 0.8 | 27.1 | MIT | 4 years ago | |
| edsi-tech/redis-guzzle-cache | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | — | 11 years ago | |
| nette/caching | 0.79 | Nette Caching is a lightweight PHP caching library with a simple API and multiple storage backends (file, memory, etc.). Supports cache expiration, dependencies, tags, and automatic invalidation to speed up applications with minimal setup. | 437 | 442 | 43 | 187K | 14 | 33.5 | 48.6 | NOASSERTION | 2 months 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+. | 2,408 | 2,456 | 445 | 105K | 4 | 35.6 | 24.2 | MIT | 1 year ago | |
| mostafaznv/laracache | 0.79 | — | 272 | 272 | 6 | 2K | 0 | 22.1 | 12.9 | MIT | 3 months ago | |
| 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 | 7K | 5 | 8.3 | 24.9 | 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 | 38K | 0 | 3.3 | 46.0 | MIT | 3 years ago | |
| cache/apc-adapter | 0.78 | — | 9 | 9 | 3 | 379 | 0 | 2.8 | 22.0 | MIT | 4 years 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. | 8 | 8 | 1 | 455K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| beste/in-memory-cache | 0.78 | PSR-6 in-memory cache for PHP, ideal as a default cache or for tests. Lightweight CacheItemPool implementation with support for expiration and optional PSR-20 clock injection (e.g., frozen clocks) to control time in tests. | 26 | 25 | 0 | 1M | 0 | 17.9 | 62.8 | MIT | 2 months 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 | 2K | 1 | 0.6 | 22.4 | MIT | — | |
| 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 | 162 | 0 | 0.0 | 22.4 | — | — |
How can I help you explore Laravel packages today?