joomla / preload
Joomla Preload Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 2 006
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 3
Open Issues: 0
Type:joomla-package
Requires
- php: ^8.3.0
- fig/link-util: ^1.0
- psr/link: ^2.0
Requires (Dev)
- joomla/application: ^4.0
- joomla/di: ^4.0
- joomla/event: ^4.0
- joomla/input: ^4.0
- joomla/uri: ^4.0
- phpstan/phpstan: 2.1.17
- phpstan/phpstan-deprecation-rules: 2.0.3
- phpunit/phpunit: ^12.0
- squizlabs/php_codesniffer: ^3.10.2
- symfony/web-link: ^7.3
Suggests
- joomla/application: To use the PreloadSubscriber event listener, install `^2.0`
- joomla/di: To use the PreloadProvider service provider, install `^1.5|^2.0`
- joomla/event: To use the PreloadSubscriber event listener, install `^2.0`
- symfony/web-link: To use the PreloadSubscriber event listener, install `^3.4|^4.4|^5.0`
This package is auto-updated.
Last update: 2025-07-23 19:39:05 UTC
README
The Preload package provides a set of utility classes for managing HTTP/2 preload relations.
Installation via Composer
Add "joomla/preload": "~3.0"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/preload": "~3.0" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/preload "~3.0"