2017 © Pedro Peláez
 

library edd-software-license-manager

A PHP class abstraction for managing WordPress plugin licenses and auto-updates that are sold on an Easy Digital Downloads store.

image

dwnload/edd-software-license-manager

A PHP class abstraction for managing WordPress plugin licenses and auto-updates that are sold on an Easy Digital Downloads store.

  • Tuesday, November 7, 2017
  • by thefrosty
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 12 % Grown

The README.md

EDD Software License Manager

PHP from Packagist Latest Stable Version Total Downloads License Build Status codecov, (*1)

A PHP class abstraction for managing WordPress plugin licenses and auto-updates that are sold on an Easy Digital Downloads store., (*2)

Package Installation (via Composer)

To install this package, edit your composer.json file:, (*3)

{
    "require": {
        "dwnload/edd-software-license-manager": "^2.0"
    }
}

Now run:, (*4)

$ composer install dwnload/edd-software-license-manager, (*5)

How to use this package

$license = \get_option(\Dwnload\EddSoftwareLicenseManager\Edd\AbstractLicenceManager::LICENSE_SETTING, []);
$data = [
    'license' => $license[$plugin_id]['license'] ?? '',
    'item_name' => 'Custom Login Style Pack #1', // Name of this plugin (matching your EDD Download title).
    'author' => 'Frosty Media',
    'item_id' => (int),
    'version' => '1.0.0',
];
\TheFrosty\WpUtilities\Plugin\Plugin $plugin
    ->add(new Edd\LicenseManager($plugin, $data))
    ->add(new Edd\PluginUpdater('https://frosty.media/', __FILE__, $data))
->initialize();

The Versions

07/11 2017

dev-master

9999999-dev

A PHP class abstraction for managing WordPress plugin licenses and auto-updates that are sold on an Easy Digital Downloads store.

  Sources   Download

MIT

The Requires

 

The Development Requires

07/11 2017

1.3.0

1.3.0.0

A PHP class abstraction for managing WordPress plugin licenses and auto-updates that are sold on an Easy Digital Downloads store.

  Sources   Download

MIT

The Requires

 

The Development Requires

06/11 2017

1.2.0

1.2.0.0

A PHP class abstraction for managing WordPress plugin licenses and auto-updates that are sold on an Easy Digital Downloads store.

  Sources   Download

MIT

The Requires

 

The Development Requires