Download the PHP package estebanforge/hyperpress-core without Composer
On this page you can find all versions of the php package estebanforge/hyperpress-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download estebanforge/hyperpress-core
More information about estebanforge/hyperpress-core
Files in estebanforge/hyperpress-core
Package hyperpress-core
Short Description Core HyperPress runtime library: routing, rendering, assets, admin options, and hypermedia integrations.
License GPL-2.0-or-later
Informations about the package hyperpress-core
HyperPress-Core
HyperPress-Core is the runtime Composer library behind HyperPress.
It contains:
- endpoint routing and template rendering (
/wp-html/v1/) - assets/runtime integration for HTMX, Alpine AJAX, and Datastar
- admin options and compatibility layers
- block integration and orchestration with HyperBlocks and HyperFields
Package role
This package is a library, not a WordPress.org plugin entrypoint.
The WordPress plugin adapter lives in src/app/plugins/api-for-htmx/ and loads this library from Composer.
Installation
HyperPress-Core self-initializes (zero-config). Its bootstrap.php is a Composer autoload.files entry that schedules Bootstrap::init() at after_setup_theme (priority 0), and chains into the bundled HyperFields and HyperBlocks bootstraps so the whole stack comes up together. This works across every WordPress load order, including the Bedrock and WP-CLI early-load windows where add_action() is not yet available (the bootstrap writes the registration into $GLOBALS['wp_filter'] in WordPress' preinitialized-hooks format). You do not need to call init() yourself.
If your host plugin uses a classmap-only autoloader that skips Composer autoload.files, require the bootstrap chain explicitly on plugins_loaded — see docs/library-bootstrap.md.
Dependencies
- PHP >= 8.1
estebanforge/hyperfieldsestebanforge/hyperblocksstarfederation/datastar-php
Development
Run tests with Pest v4:
Coverage:
Docs
Technical docs for runtime behavior live in docs/.
License
GPL-2.0-or-later
All versions of hyperpress-core with dependencies
starfederation/datastar-php Version ^1
estebanforge/hyperfields Version ^1
estebanforge/hyperblocks Version ^1