trendwerk / migrate
Starter plugin for WordPress database migrations.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/trendwerk/migrate
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2025-09-26 22:08:15 UTC
README
Starter plugin for WordPress database migrations.
Do not use this plugin in your production environment. It's meant for writing and running migration scripts on a development environment.
Installation
If you're using Composer to manage WordPress, you can start your project based on this repo with the command below.
composer create-project trendwerk/migrate <folder>