Download the PHP package smartondev/httpcache without Composer
On this page you can find all versions of the php package smartondev/httpcache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smartondev/httpcache
More information about smartondev/httpcache
Files in smartondev/httpcache
Download smartondev/httpcache
More information about smartondev/httpcache
Files in smartondev/httpcache
Vendor smartondev
Package httpcache
Short Description Simple HTTP cache management library
License Apache-2.0
Package httpcache
Short Description Simple HTTP cache management library
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package httpcache
Build HTTP cache headers, ETag and modified matchers
This package helps you to build HTTP cache headers like Cache-Control
, ETag
and matchers like If-None-Match
,
If-Modified-Since
. It is useful for building HTTP cache headers and matchers in your application.
Installation
Usage
Cache headers
No-cache
Durations
Etag check
Modified check
Mutable and immutable accessors
with
prefixed methods are immutable, eg.withMaxAge()
. Methods withoutwith
prefix are mutable, eg.maxAge()
.without
prefixed methods are immutable, eg.withoutMaxAge()
. Methods withreset
prefix are mutable, eg.resetMaxAge()
.
More documentation
- CacheHeaderBuilder: building cache headers like
Cache-Control
- ETagHeaderBuilder: building ETag header
- ETagMatcher: matching ETag headers like
If-Match
,If-None-Match
- ModifiedMatcher: matching modified headers like
If-Modified-Since
,If-Unmodified-Since
Contributing
Please see CONTRIBUTING for details.
License
This project is open-sourced software licensed under.
Author
All versions of httpcache with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package smartondev/httpcache contains the following files
Loading the files please wait ....