2017 © Pedro Peláez
 

library updater-strategies

Updaters Strategies that fetch information to be consume by ApisUy.

image

solcre/updater-strategies

Updaters Strategies that fetch information to be consume by ApisUy.

  • Friday, February 5, 2016
  • by solcre
  • Repository
  • 4 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Updaters Strategies that fetch information to be consume by ApisUy.

Introduction

This simple package will allow you create your custom strategy to fetch data from your source and then be used in ApisUy., (*1)

Installation

Add the following dependency to your composer.json:, (*2)

 "require": {
    "solcre/updater-strategies": "dev-master"
}

Alternately, you can run this in console:, (*3)

composer require solcre/updater-strategies

Requirements

Server

PHP 5.3+, (*4)

Creating Strategies

All your strategies must implement SourceUpdaterInterface., (*5)

The Versions

05/02 2016

dev-master

9999999-dev https://github.com/solcre/updater-strategies

Updaters Strategies that fetch information to be consume by ApisUy.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

solcre apisuy