Libraries tagged by php file cache
imansa/assetter
284 Downloads
Assets manager for PHP. Allow manage CSS and JS files in website and its dependencies. Also allows refresh cache in browsers by adding revisions of loaded files.
walter-a-jablonowski/json-db
0 Downloads
Minimal JSON db that uses file sys folders and files
mongdch/mon-store
190 Downloads
The PHP store util
andreacardelli/pitbullcache
136 Downloads
Php Cache System
almeyda/fileversion
18 Downloads
automatically timestamp file version based on the latest modification date
orbisnull/localcache
4 Downloads
php cache in apc, xcache files, etc
buzzingpixel/minifier
147 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
nette/assets
1548 Downloads
🎨 Nette Assets: elegant asset management for PHP with versioning, caching and mappers for various storage backends.
morningtrain/enqueuer
169 Downloads
Laravel package to enqueue css and js files for load. It supports dependencies, caching and passing data to scripts from PHP.
scaleplan/access-to-files
53 Downloads
Caching files with Redis, PHP and Nginx
dmitryrechkin/php-graphql-schema-fileparser
10 Downloads
PHP GraphQL Schema file parser with caching
supergnaw/playfab-php
10 Downloads
A single-file PHP class for simple PlayFab API calls that uses the local database for caching.
exteon/mapping-class-loader
62 Downloads
Class loader for PHP with ability to modify on-the-fly and map class files, caching and static initialisation
itxiao6/session
146 Downloads
重写了PHP自带的 SESSION 机制,存储介质支持:本地模式、Memcache、Redis、Mamcached、Xcache,php运行模式支持:LAMP、LNMP、SWOOLE
jamm/memory
24023 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.