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

dev-master 2015-03-05 17:16 UTC

This package is not auto-updated.

Last update: 2024-04-17 06:42:57 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.