chervand / yii-push
v0.2.0
2015-08-26 10:18 UTC
Requires
- yiisoft/yii: 1.1.*
This package is not auto-updated.
Last update: 2024-11-09 19:30:14 UTC
README
'commandMap' => [
'push' => [
'class' => 'vendor.chervand.yii-push.commands.PushCommand',
'apnsCertificate' =>'apns_cert.pem',
'apnsPassphrase' => 'passphrase'
],
],