Libraries tagged by 304
abordage/laravel-last-modified
17591 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit
webfactory/http-cache-bundle
17460 Downloads
Symfony bundle to ease HTTP cache validation via last modified header
andrey-helldar/last-modified
6624 Downloads
Setting the response code 304 Not Modified in the absence of content changes.
tinigin/laravel-etag
447 Downloads
Setting the ETag header and 304 Not Modified response code if the page hasn't changed since the last visit
jeffersongoncalves/laravel-github-readme
54 Downloads
A Laravel package that fetches, renders and disk-caches GitHub repository READMEs. It uses conditional ETag requests with a short freshness window, reuses cached HTML on 304 responses, falls back to stale content on errors, and rewrites relative assets/links to absolute GitHub URLs. Rendered HTML is untrusted — sanitize it before display.
dragon-code/last-modified
8177 Downloads
Setting the response code 304 Not Modified in the absence of content changes.
jarir-ahmed/cache
15 Downloads
Framework-agnostic caching toolkit for PHP: PSR-16 + PSR-6, Redis/Memcached/APCu/File/PDO/tiered stores, tags, atomic locks, stampede protection, and HTTP caching (ETag/304, full-page).
ipunkt/laravel-route-cache
90 Downloads
Simple Cache for Laravel Routes sending 304 and cached static content
xnf4o/laravel-last-modified
16 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit
sentinel-dvlpr/laravel-last-modified
18 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit
rrustam/last-modified
3 Downloads
Set Last-Modified header and 304 response code
divinity76/php-httpreadfile
3 Downloads
readfile() with 304 Not Modified and 206 Partial Content support
adinaria/laravel-last-modified
17 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit, Work only with laravel 12
konstantin-s/silex-lazycache
23 Downloads
Simple cache provider. Stores URIs last-modified time and hash in DB. Do comparing on requests, return 304 code or code 200 and add record to DB.