Download the PHP package shazzad/github-plugin-updater without Composer
On this page you can find all versions of the php package shazzad/github-plugin-updater. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shazzad/github-plugin-updater
More information about shazzad/github-plugin-updater
Files in shazzad/github-plugin-updater
Download shazzad/github-plugin-updater
More information about shazzad/github-plugin-updater
Files in shazzad/github-plugin-updater
Vendor shazzad
Package github-plugin-updater
Short Description Helper library to implement wordpress plugin update from github repo.
License MIT
Package github-plugin-updater
Short Description Helper library to implement wordpress plugin update from github repo.
License MIT
Please rate this library. Is it a good library?
Informations about the package github-plugin-updater
Github Plugin Updater
Helper library to implement wordpress plugin updates from github repository.
This implmenetation support both public and private repository.
Usage
Step 1:
Add a header (1,2,3) block named Requirements
to your repository README.md
file.
Step 2:
Create a CHANGELOG.md
file in you repo. Add change history with each version number.
Step 3:
Add this repository in your composer.json file.
Step 4:
Install dependecy using composer install
or composer update
command.
Step 5:
Add following code at the bottom of your plugin's main file.
All versions of github-plugin-updater with dependencies
PHP Build Version
Package Version
Requires
erusev/parsedown Version
^1.7
The package shazzad/github-plugin-updater contains the following files
Loading the files please wait ....