burovoordeboeg/wp-install
Composer 安装命令:
composer create-project burovoordeboeg/wp-install
包简介
WordPress boilerplate with Composer, easier configuration, and an improved folder structure
关键字:
README 文档
README
Composer-first workflow to bootstrap a WordPress project the same way our old install.sh did, but locally and repeatable. WordPress core is pulled in via Composer, setup files are fetched from our API, and plugins can be installed from the Satispress repository.
Prereqs
- PHP >= 8.1 with
ext-pharenabled (used for extractingsetup.tar.gz) - Composer
- Credentials for the setup/ENV endpoints (set
BVDB_SETUP_USER/BVDB_SETUP_PASSWORDorBVDB_SETUP_BASIC_AUTH)
Usage
- Install dependencies (downloads WordPress to
public/wp):composer install - Run the installer (downloads the setup bundle, copies config, seeds
.env):
You’ll be prompted for DB/user/domain values; defaults mirror the old shell script. Salts and license blocks are injected intocomposer run bvdb:setup.envusing the configured endpoints.
Configuring the setup bundle
composer.json exposes everything under extra.bvdb:
setup_url,salts_url,licenses_url: remote endpoints to pull the archive and placeholder replacements from.setup_map: source → destination paths inside the extracted setup. Tweak if the archive layout changes (e.g. add entries for extra files you want to copy).- Basic-auth headers are built from the environment variables mentioned above; they’re sent for all downloads.
Installing plugins from Satispress
The Satispress repo is already defined in repositories.satispress. Add your plugins to require, for example:
composer require vendor/plugin-one:^1.0 vendor/plugin-two:^2.0
Composer will place them into public/content/plugins/ via the installer paths.
Notes
- The installer creates and cleans a
.bvdb/scratch directory. Archives and extracted files are removed when the run completes. - The installer cleans up temp/setup remnants afterwards:
.bvdb/,.security/(if present), and.env.bak.
burovoordeboeg/wp-install 适用场景与选型建议
burovoordeboeg/wp-install 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 62 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 01 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「composer」 「wordpress」 「wp」 「bedrock」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 burovoordeboeg/wp-install 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 burovoordeboeg/wp-install 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 burovoordeboeg/wp-install 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Composer based WordPress deployment with deployer.org.
A simple meta package for my commonly used WordPress plugins
This composer plugin enables installation of GravityForms WordPress plugin and its addons.
Sets default security configurations
A modern WordPress stack
统计信息
- 总下载量: 62
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 27
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-06