10up/headless-wp-plugin
10up Headless WordPress API Plugin
Maintainers
Package info
github.com/10up/headstartwp-plugin
Type:wordpress-plugin
pkg:composer/10up/headless-wp-plugin
Requires
- php: >=8
Requires (Dev)
- 10up/phpcs-composer: 3.0.0
- giacocorsiglia/wordpress-stubs: ^5.1
- php-stubs/wordpress-stubs: ^6.1
- php-stubs/wordpress-tests-stubs: ^6.1
- wordpress/wordpress-develop: dev-trunk
- yoast/wordpress-seo: ^24.9
- yoast/wp-test-utils: ^1.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-2.0-or-later c6ac039130652f6eff1a94f101aefd70bf1deb2b
- 10up <info.woop@10up.com>
This package is auto-updated.
Last update: 2026-06-08 18:43:12 UTC
README
All Development happens inside @10up/headstartwp. This repo is meant for the distribution of the plugin. Please head over to the main monorepo for issues and PRs.
👁 Support Level
👁 Headless WordPress Plugin GPLv2 License
Installation
The recommended method for installing this plugin is via composer: composer require headstartwp/headstartwp.
Make sure to set up the path for installing this as a WordPress Plugin:
{
"name": "your-vendor-name/your-project-name",
"require": {
"composer/installers": "^1.0",
"headstartwp/headstartwp": "^1.0.0"
},
"extra": {
"installer-paths": {
"plugins/{$name}/": ["type:wordpress-plugin"]
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
Support Level
Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
