Download the PHP package nargotik/early-hints without Composer
On this page you can find all versions of the php package nargotik/early-hints. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nargotik/early-hints
More information about nargotik/early-hints
Files in nargotik/early-hints
Download nargotik/early-hints
More information about nargotik/early-hints
Files in nargotik/early-hints
Vendor nargotik
Package early-hints
Short Description Tiny PHP polyfill to send HTTP 103 Early Hints (Link: preload ...) safely and ergonomically.
License MIT
Package early-hints
Short Description Tiny PHP polyfill to send HTTP 103 Early Hints (Link: preload ...) safely and ergonomically.
License MIT
Please rate this library. Is it a good library?
Informations about the package early-hints
nargotik/early-hints
Tiny PHP polyfill to send HTTP 103 Early Hints easily:
use function Nargotik\EarlyHints\early_hints;
early_hints([
['href' => '/assets/app.css', 'rel' => 'preload', 'as' => 'style'],
['href' => '/assets/app.js', 'rel' => 'preload', 'as' => 'script'],
]);
// later:
header('Content-Type: text/html; charset=UTF-8');
http_response_code(200);All versions of early-hints with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package nargotik/early-hints contains the following files
Loading the files please wait ...