detailnet / iron_mq-module
IronMQ Module for Zend Framework 2
Installs: 96
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 0
pkg:composer/detailnet/iron_mq-module
Requires
- php: >=5.4.0
- detailnet/dfw-core: ~0.2
- iron-io/iron_mq: 1.5.*
- zendframework/zend-loader: 2.*
- zendframework/zend-modulemanager: 2.*
- zendframework/zend-mvc: 2.*
- zendframework/zend-servicemanager: 2.*
Requires (Dev)
- phpunit/phpunit: ~4.3.5
This package is auto-updated.
Last update: 2021-05-31 13:17:08 UTC
README
Introduction
This module integrates IronMQ with Zend Framework 2.
Requirements
Zend Framework 2 Skeleton Application (or compatible architecture)
Installation
Install the module through Composer using the following steps:
- 
cd my/project/directory
- 
Create a composer.jsonfile with following contents (or update your existing file accordingly):{ "require": { "detailnet/iron_mq-module": "dev-master" } }
- 
Install Composer via curl -s http://getcomposer.org/installer | php(on Windows, download the installer and execute it with PHP)
- 
Run php composer.phar self-update
- 
Run php composer.phar install
- 
Open configs/application.config.phpand add following key to yourmodules:'Detail\IronMq',
- 
Copy vendor/detailnet/iron_mq-module/config/iron_mq.local.php.distinto your application'sconfig/autoloaddirectory, rename it toiron_mq.local.phpand make the appropriate changes.
Usage
tbd