Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

```