i5-agency / wordpress-installer
Custom installer for WordPress core packages
Installs: 10
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
pkg:composer/i5-agency/wordpress-installer
Requires
- php: >=7.4
- composer-plugin-api: ^2.0
This package is auto-updated.
Last update: 2026-01-27 11:24:55 UTC
README
Custom Composer installer that downloads WordPress from wordpress.org and installs it at the project root.
Installation
This package is automatically required by i5-agency/wordpress-core.
How it works
This plugin registers a custom installer for packages of type wordpress-core. When you install i5-agency/wordpress-core, this plugin:
- Downloads WordPress from wordpress.org
- Extracts it to your project root (or custom path)
- On update, preserves your
wp-config.phpandwp-contentfolder
License
MIT
---
## 2. Repo: `i5-agency/wordpress-core`
### Structure
wordpress-core/ ├── composer.json └── README.md