wp-packagist / wp-cli-helper
Helper Classes For WP-CLI Developers.
Requires
- php: ^5.4 || ^7.0
- ext-json: *
- ext-mbstring: *
- ext-zip: *
Requires (Dev)
- phpunit/phpunit: ^4.8
- wp-cli/wp-cli: ^2.0
This package is auto-updated.
Last update: 2025-02-20 10:52:14 UTC
README
This Package contains several helper classes for developers that used for creating WP-CLI Package.
License
WP-CLI-Helper is open-sourced software licensed under the MIT license
Installation
Via Composer
composer require wp-packagist/wp-cli-helper
Usage
List of Classes:
Author
- Mehrshad Darzi | PHP Full Stack and WordPress Expert
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.