Libraries tagged by method cache
invincible-tech-systems/easeampredis
45 Downloads
A very simple and safe PHP library that provides methods to access redis cache in php applications. This wraps up the AmPHP related Redis Package to interact with Redis in-memory cache in an asynchronous & non-blocking way.
imflyou/php-http-enum-constant
6 Downloads
A comprehensive PHP library providing type-safe HTTP enums for methods, status codes, headers, media types, and cache control directives.
philharmony/http-enum
380 Downloads
Type-safe HTTP enums for methods, status codes, headers, content types, schemes, caching and protocol utilities
havvg/propel-uniquekey-instancepooling-behavior
58 Downloads
The UniqueKeyInstancePoolingBehaviors adds additional instance pooling to findOne query methods operating on unique keys.
blainesch/li3_memoize
7 Downloads
Will aid in the caching of expensive helper/model instance methods.
oliver-schoendorn/dependency-injector
105 Downloads
A very simple dependency injector that supports instance creation and auto wiring of classes, class methods and functions. Additionally it provides simple means of caching the necessary reflections to boost performance in heavy load environments.
imsamurai/cakephp-monitoring-plugin
15 Downloads
Use it if you want to wrap model methods with cache
imsamurai/cakephp-caching-behavior
18 Downloads
Use it if you want to wrap model methods with cache
rapidwebltd/caching-object-wrapper
20 Downloads
Wraps up any PHP object so all its methods are cached.
mykemeynell/laravel-decorators
0 Downloads
Attribute-based method decorators (Log, Cache, Retry, …) wired into the Laravel IoC container.
tim661811/laravel-telemetry-reporter
13 Downloads
A reusable Laravel 10+ package that lets you annotate any service method with a PHP attribute to collect custom telemetry (e.g. user counts, disk usage, feature flags) and automatically report it—at configurable intervals—to a central server over HTTP. Data is grouped per application host, is fully configurable via a published telemetry.php config (backed by your chosen cache), and integrates seamlessly with Laravel’s scheduler and HTTP client.
mkd/laravel-state-management
7 Downloads
a state management package for Laravel, enabling shared and persistent application state across services, requests, and files without the need for reinitialization. It supports casting, default state handling, and custom methods for managing complex state in your Laravel applications
mkd/laravel-fast-api
8 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
fereydooni/cachable-methods
0 Downloads
A Laravel package for method caching using PHP attributes
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.