wp-packagist / wp-packagist
WordPress Package Management for WP-CLI
Installs: 149
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 2
Forks: 1
Open Issues: 13
Type:wp-cli-package
Requires
- php: ^5.6 || ^7.0 || ^8.0
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-mbstring: *
- ext-mysqli: *
- ext-zip: *
- wp-packagist/wp-cli-helper: >=1.0.2
Requires (Dev)
- phpunit/phpunit: ^4.8
- wp-cli/wp-cli: ^2.0
This package is auto-updated.
Last update: 2025-04-29 00:30:42 UTC
README
WordPress Package Management is a WP-CLI package that Performing installation, updating, and management of WordPress based on wordpress.json root file.
Installation
You can install this package with:
wp package install wp-packagist/wp-packagist
Also for manage WP-CLI global parameters, install this package:
wp package install wp-packagist/wp-cli-global-config-command
Installing this package requires WP-CLI v2 or greater. Update to the latest stable release with
wp cli update
.
Documentation
Documentation for the WordPress Package Management can be found on the Github Wiki.
Contributing
We appreciate you taking the initiative to contribute to this project. Contributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.
Reporting a bug
Think you’ve found a bug? We’d love for you to help us get it fixed. Before you create a new issue, you should search existing issues to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.
Creating a pull request
Want to contribute a new feature? Please first open a new issue to discuss whether the feature is a good fit for the project.
Once you've decided to commit the time to seeing your pull request through, please follow our guidelines for creating a pull request to make sure it's a pleasant experience:
- Create a feature branch for each contribution.
- Submit your pull request early for feedback.
- Follow PSR-2 Coding Standards.
License
The WordPress Package Management is open-sourced software licensed under the MIT license.