divergentsoft/sockin-php

PHP library for using Sockin push notifications

0.1.1 2015-09-20 19:10 UTC

This package is not auto-updated.

Last update: 2024-05-15 08:08:05 UTC


README

This is the php library used to connect to the Sockin push service.

$sockin = new Sockin($appId, $appKey, $appSecret);

$sockin->send('test-channel','test-event','hello world');