solcre / updater-strategies
Updaters Strategies that fetch information to be consume by ApisUy.
dev-master
2016-02-05 20:07 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2024-12-26 10:09:46 UTC
README
Introduction
This simple package will allow you create your custom strategy to fetch data from your source and then be used in ApisUy.
Installation
Using Composer (recommended)
Add the following dependency to your composer.json:
"require": {
"solcre/updater-strategies": "dev-master"
}
Alternately, you can run this in console:
composer require solcre/updater-strategies
Requirements
Server
PHP 5.3+
Creating Strategies
All your strategies must implement SourceUpdaterInterface.