Libraries tagged by 304
abordage/laravel-last-modified
18804 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
18336 Downloads
Symfony bundle to ease HTTP cache validation via last modified header
dragon-code/last-modified
8190 Downloads
Setting the response code 304 Not Modified in the absence of content changes.
tinigin/laravel-last-modified
81 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit
tinigin/laravel-etag
620 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
239 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.
jarir-ahmed/cache
51 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).
andrey-helldar/last-modified
6632 Downloads
Setting the response code 304 Not Modified in the absence of content changes.
ipunkt/laravel-route-cache
90 Downloads
Simple Cache for Laravel Routes sending 304 and cached static content
hagematech/laravel-query-compat
4 Downloads
Universal HTTP QUERY Method & ETag 304 Caching Middleware for Laravel Framework.
expertsystemsau/laravel-conditional-requests
19 Downloads
HTTP conditional requests for Laravel — ETag, Last-Modified, 304 Not Modified, and lost-update protection with If-Match.
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