2017 © Pedro Peláez
 

yii2-extension yii2-mosquitto

yii2-mosquitto

image

enochzg/yii2-mosquitto

yii2-mosquitto

  • Saturday, March 19, 2016
  • by EnochZg
  • Repository
  • 1 Watchers
  • 1 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 16 % Grown

The README.md

yii2-mosquitto

Installation

The component is based on php-mosquitto extension. The download link is https://github.com/mgdm/Mosquitto-PHP., (*1)

composer require enochzg/yii2-mosquitto

Usage

Add target class in your project config:, (*2)

'components' => [
    'mosquitto' => [
        'class' => 'enochzg\mosquitto\Mosquitto',
        'host' => '127.0.0.1',
        'port' => '1883',
        'keepalive' => 60,
        'cafile' => '[your/cert/path]/ca.crt',
        'certfile' => '[your/cert/path]/client.crt',
        'keyfile' => '[your/cert/path]/client.key',
    ],
    //......
]

e.g., (*3)

yii::$app->mosquitto->publish('1', 'message', 2);

The Versions

19/03 2016

dev-master

9999999-dev

yii2-mosquitto

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar EnochZg

yii2 helper push mosquitto

19/03 2016

1.0.5

1.0.5.0

yii2-mosquitto

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar EnochZg

yii2 helper push mosquitto

16/03 2016

1.0.4

1.0.4.0

yii2-mosquitto

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar EnochZg

yii2 helper push mosquitto

16/03 2016

1.0.3

1.0.3.0

yii2-mosquitto

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar EnochZg

yii2 helper push mosquitto

16/03 2016

1.0.2

1.0.2.0

yii2-mosquitto

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar EnochZg

yii2 helper push mosquitto

16/03 2016

1.0.1

1.0.1.0

yii2-mosquitto

  Sources   Download

The Requires

  • php >=5.3.0

 

15/03 2016

1.0.0

1.0.0.0

yii2-mosquitto

  Sources   Download

The Requires

  • php >=5.3.0