Download the PHP package morningtrain/wp-plugin-updater without Composer
On this page you can find all versions of the php package morningtrain/wp-plugin-updater. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download morningtrain/wp-plugin-updater
More information about morningtrain/wp-plugin-updater
Files in morningtrain/wp-plugin-updater
Package wp-plugin-updater
Short Description Add update functionality to plugins from private plugin repo
License MIT
Informations about the package wp-plugin-updater
Morningtrain\WP\PluginUpdater
Make it possible to update a plugin through a private plugin repo.
Table of Contents
- Introduction
- Getting Started
- Installation
- Usage
- Initialize
- Contributing
- Contributors
- License
Introduction
Make it possible to update a plugin through a private plugin repo.
Getting Started
To get started install the package as described below in Installation.
To use the tool have a look at Usage
Installation
Install with composer
Usage
Getting started
Initialize
Construct at new Morningtrain\WP\PluginUpdater\PluginUpdater
with url to the private plugin repo json info and plugin information (slug, base name and plugin version).
Contributing
Thank you for your interest in contributing to the project.
Bug Report
If you found a bug, we encourage you to make a pull request.
To add a bug report, create a new issue. Please remember to add a telling title, detailed description and how to reproduce the problem.
Support Questions
We do not provide support for this package.
Pull Requests
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Contributors
- Martin Schadegg Brønniche
- All Contributors
License
The MIT License (MIT). Please see License File for more information.