matthewbdaly / laravel-etag-middleware by matthewbdaly

A Laravel middleware for adding ETags to HTTP requests to improve response times
265,193
61
5
Package Data
Maintainer Username: matthewbdaly
Maintainer Contact: 450801+matthewbdaly@users.noreply.github.com (Matthew Daly)
Package Create Date: 2017-02-07
Package Last Update: 2024-03-02
Language: PHP
License: MIT
Last Refreshed: 2024-05-01 15:03:44
Package Statistics
Total Downloads: 265,193
Monthly Downloads: 3,428
Daily Downloads: 132
Total Stars: 61
Total Watchers: 5
Total Forks: 9
Total Open Issues: 1

laravel-etag-middleware

A Laravel middleware for adding ETags to HTTP requests to improve response times

Build Status Coverage Status StyleCI

Installation

Run the following command to install the package:

composer require matthewbdaly/laravel-etag-middleware

Then just include this in your app/Http/Kernel.php in the appropriate place where you want to import the middleware:

\Matthewbdaly\ETagMiddleware\ETag::class