10up / headless-wp-plugin
10up Headless WordPress API Plugin
Installs: 7 552
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 12
Forks: 0
Type:wordpress-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: ^22.1
- yoast/wp-test-utils: ^1.2
- dev-trunk
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0.x-dev
- 1.0.0
- 0.9.1
- 0.9.0
- 0.7.0
- 0.6.0
- 0.5.2
- 0.5.1
- 0.5.0
- dev-1.1.4-next.0
- dev-next
- dev-app-router
- dev-1.0.9-next.0
- dev-1.0.5-next.0
- dev-1.0.0-next.0
- dev-0.6.0-next.1
- dev-0.6.0-next.0
- dev-develop
This package is auto-updated.
Last update: 2024-10-28 22:50:04 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.
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.