承接 estebanforge/hyperpress-core 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

estebanforge/hyperpress-core

最新稳定版本:1.1.8

Composer 安装命令:

composer require estebanforge/hyperpress-core

包简介

Core HyperPress runtime library: routing, rendering, assets, admin options, and hypermedia integrations.

README 文档

README

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

composer require estebanforge/hyperpress-core

If your project loads Composer autoload (vendor/autoload.php), HyperPress-Core bootstrap is loaded automatically via Composer autoload.files.

Dependencies

  • PHP >= 8.1
  • estebanforge/hyperfields
  • estebanforge/hyperblocks
  • starfederation/datastar-php

Development

Run tests with Pest v4:

composer run test
composer run test:unit
composer run test:integration
composer run test:feature

Coverage:

composer run test:coverage
composer run test:summary
composer run test:clover

Docs

Technical docs for runtime behavior live in docs/.

License

GPL-2.0-or-later

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 7
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-03-29