PHPackages                             alledia/edd-sl-plugin-updater - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. alledia/edd-sl-plugin-updater

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alledia/edd-sl-plugin-updater
=============================

EDD Updates Handler for WordPress Plugins

1.6.25(2mo ago)341.1k↓20.5%42GPL-2.0-or-laterPHPPHP &gt;=5.6.20

Since Feb 2Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/publishpress/EDD-SL-Plugin-Updater)[ Packagist](https://packagist.org/packages/alledia/edd-sl-plugin-updater)[ RSS](/packages/alledia-edd-sl-plugin-updater/feed)WikiDiscussions development Synced 1mo ago

READMEChangelog (10)DependenciesVersions (23)Used By (2)

Alledia EDD SL Plugin Updater
=============================

[](#alledia-edd-sl-plugin-updater)

This library should be used on add-ons or plugins sold on EDD. It handles the updates for plugins integrated with Easy Digital Downloads in WordPress sites.

Requirements
------------

[](#requirements)

This class can only be used with EDD v1.7 and later.

How to use it
-------------

[](#how-to-use-it)

### Installing

[](#installing)

Add as a requirement using composer:

```
$ composer require alledia/edd-sl-plugin-updater

```

Or add it manually to the composer.json file:

```
{
  "require": {
    "alledia/edd-sl-plugin-updater": "dev-master"
  }
}
```

### Loading and initializing

[](#loading-and-initializing)

```
