wp-packagist/wp-cli-helper

Helper Classes For WP-CLI Developers.

v1.0.2 2020-02-28 08:20 UTC

This package is auto-updated.

Last update: 2024-04-20 09:00:30 UTC


README

This Package contains several helper classes for developers that used for creating WP-CLI Package.

Build Status GitHub repo size GitHub

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:

Class Desription
WP_CLI_FileSystem Work with Files in PHP e.g. copy/move/zip/unzip.
WP_CLI_CONFIG WP-CLI Globals Parameters.
WP_CLI_Helper Additional Class in WP-CLI e.g. show Loading Process.
WP_CLI_ERROR Error Handler Class.
WP_CLI_SRDB Search/Replace in WordPress Database with serialized Support.
WP_CLI_Google_Drive Complete Google Drive Class for upload/download files from this service.
WP_CLI_Util Simple PHP Class contain Utility useful Method e.g. load Mustache/generate random key.

Author

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:

  1. Create a feature branch for each contribution.
  2. Submit your pull request early for feedback.
  3. Follow PSR-2 Coding Standards.