spacedealer / yii2-iron-io
Iron.io extension for yii2
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:yii2-extension
Requires
- php: >=5.4.0
- iron-io/iron_cache: 0.1.*
- iron-io/iron_mq: 1.5.*
- iron-io/iron_worker: 1.4.*
- yiisoft/yii2: *
Requires (Dev)
- phpunit/phpunit: 4.5.*
This package is not auto-updated.
Last update: 2024-12-11 09:36:26 UTC
README
Attention: Please do not use in production environments. It‘s WIP.
This extension integrates iron.io services with the Yii2 Framework.
This extension provides building and uploading of iron worker based console applications. You can run them remotely in iron.io or locally.
This extension is heavily expired by the yiiron extension by br0sk for yii v1.
Requirements
TBD:
Your yii2 app should run on AWS, Rackspace, etc.
This yii2 extension depends on the official iron.io php packages:
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist spacedealer/yii2-iron-io "*"
or add
"spacedealer/yii2-iron-io": "*"
to the require section of your composer.json
file.
Usage
TBD
Once the extension is installed, simply modify your application configuration as follows:
//tbd.