2017 © Pedro Peláez
 

library iron_mq-module

IronMQ Module for Zend Framework 2

image

detailnet/iron_mq-module

IronMQ Module for Zend Framework 2

  • Tuesday, August 11, 2015
  • by ivan-wolf
  • Repository
  • 5 Watchers
  • 1 Stars
  • 82 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Zend Framework 2 Module for IronMQ

Introduction

This module integrates IronMQ with Zend Framework 2., (*1)

Requirements

Zend Framework 2 Skeleton Application (or compatible architecture), (*2)

Installation

Install the module through Composer using the following steps:, (*3)

  1. cd my/project/directory, (*4)

  2. Create a composer.json file with following contents (or update your existing file accordingly):, (*5)

    json { "require": { "detailnet/iron_mq-module": "dev-master" } }, (*6)

  3. Install Composer via curl -s http://getcomposer.org/installer | php (on Windows, download the installer and execute it with PHP), (*7)

  4. Run php composer.phar self-update, (*8)

  5. Run php composer.phar install, (*9)

  6. Open configs/application.config.php and add following key to your modules:, (*10)

    php 'Detail\IronMq',, (*11)

  7. Copy vendor/detailnet/iron_mq-module/config/iron_mq.local.php.dist into your application's config/autoload directory, rename it to iron_mq.local.php and make the appropriate changes., (*12)

Usage

tbd, (*13)

The Versions