chervand/yii-push

v0.2.0 2015-08-26 10:18 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:08:49 UTC


README

'commandMap' => [
	'push' => [
		'class' => 'vendor.chervand.yii-push.commands.PushCommand',
		'apnsCertificate' =>'apns_cert.pem',
		'apnsPassphrase' => 'passphrase'
	],
],