Libraries tagged by cache pool
faster-php/db
2 Downloads
A drop-in replacement for PDO with connection pooling, lazy connect, auto-reconnect, and prepared statement caching.
maatify/data-adapters
546 Downloads
DI-first infrastructure adapters providing explicit ownership wrappers around real database and cache drivers.
havvg/propel-uniquekey-instancepooling-behavior
58 Downloads
The UniqueKeyInstancePoolingBehaviors adds additional instance pooling to findOne query methods operating on unique keys.
colinmollenhour/cache-backend-file
23533893 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.
omaralalwi/lexi-translate
13963 Downloads
Laravel translation package with morph relationships and caching.
innoge/laravel-policy-soft-cache
66134 Downloads
This package helps prevent performance problems with frequent Policy calls within your application lifecycle.
spatie/laravel-flexible-cache-polyfill
197 Downloads
Polyfill for Cache::flexible() in Laravel 10
padosoft/laravel-iam-client
143 Downloads
Client Laravel per app che consumano Laravel IAM: login OIDC, verifica JWT/JWKS, introspection, middleware iam.auth/iam.can, Gate adapter, policy cache, webhook receiver.
componenta/policy-app
8 Downloads
Componenta application integration for policy cache compilation
yaroslavpopovic/laravel-policy-soft-cache
22 Downloads
Fork of innoge/laravel-policy-soft-cache that keys cache entries by spl_object_id, removing the json_encode + sha512 overhead for high-volume policy checks.
phoole/cache
245 Downloads
Slim and full compatible PSR-16 cache library for PHP
onaonbir/oo-settings
91 Downloads
Production-ready, high-performance settings management system for Laravel applications with caching, validation, and event support.
onaonbir/oo-role-permission
91 Downloads
Flexible and polymorphic role & permission system for Laravel with time-based constraints, wildcard matching, and middleware integration.
onaonbir/oo-metas
80 Downloads
Flexible and extensible metadata management system for Laravel models with caching, dot notation, connected models, and type-safe value objects.
kirchdev/laravel-pbac
11 Downloads
Policy-based access control for Laravel: roles, permissions, organisation-scoped authorization, Gate integration, and a decision cache.