divergentsoft/sockin-php

PHP library for using Sockin push notifications

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/divergentsoft/sockin-php

0.1.1 2015-09-20 19:10 UTC

This package is not auto-updated.

Last update: 2025-10-29 15:35:35 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');