承接 burovoordeboeg/wp-install 相关项目开发

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

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

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-phar enabled (used for extracting setup.tar.gz)
  • Composer
  • Credentials for the setup/ENV endpoints (set BVDB_SETUP_USER/BVDB_SETUP_PASSWORD or BVDB_SETUP_BASIC_AUTH)

Usage

  1. Install dependencies (downloads WordPress to public/wp):
    composer install
    
  2. Run the installer (downloads the setup bundle, copies config, seeds .env):
    composer run bvdb:setup
    
    You’ll be prompted for DB/user/domain values; defaults mirror the old shell script. Salts and license blocks are injected into .env using 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.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-06