divergentsoft/sockin-php

PHP library for using Sockin push notifications

Maintainers

Package info

github.com/divergentsoft/sockin-php

pkg:composer/divergentsoft/sockin-php

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2015-09-20 19:10 UTC

This package is not auto-updated.

Last update: 2026-04-01 17:26:10 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');