Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miya0001/gh-auto-updater
Automatic Updater with GitHub API for WordPress Plugin
https://github.com/miya0001/gh-auto-updater
composer github-api wordpress wordpress-plugin
Last synced: 26 days ago
JSON representation
Automatic Updater with GitHub API for WordPress Plugin
- Host: GitHub
- URL: https://github.com/miya0001/gh-auto-updater
- Owner: miya0001
- Created: 2017-02-04T08:18:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T07:27:21.000Z (over 6 years ago)
- Last Synced: 2024-09-28T08:41:42.005Z (about 1 month ago)
- Topics: composer, github-api, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 44
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic Updater with GitHub API for WordPress Plugin
[![Build Status](https://travis-ci.org/miya0001/gh-auto-updater.svg?branch=master)](https://travis-ci.org/miya0001/gh-auto-updater)
[![Latest Stable Version](https://poser.pugx.org/miya/gh-auto-updater/v/stable)](https://packagist.org/packages/miya/gh-auto-updater)
[![Total Downloads](https://poser.pugx.org/miya/gh-auto-updater/downloads)](https://packagist.org/packages/miya/gh-auto-updater)
[![Latest Unstable Version](https://poser.pugx.org/miya/gh-auto-updater/v/unstable)](https://packagist.org/packages/miya/gh-auto-updater)
[![License](https://poser.pugx.org/miya/gh-auto-updater/license)](https://packagist.org/packages/miya/gh-auto-updater)A composer library for self-hosted WordPress plugin on GitHub with automatic update.
## Getting Started
### 1. The easier way to install this is by using composer.
```
$ composer require miya/gh-auto-updater
```### 2. Activate automatic update in your WordPress plugin.
```