| 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: | 2025-10-31 15:00:09 |
| Package Statistics | |
|---|---|
| Total Downloads: | 316,210 |
| Monthly Downloads: | 2,653 |
| Daily Downloads: | 141 |
| Total Stars: | 64 |
| Total Watchers: | 3 |
| Total Forks: | 13 |
| Total Open Issues: | 1 |
A Laravel middleware for adding ETags to HTTP requests to improve response times
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