Download the PHP package oktopost/tattler-php without Composer
On this page you can find all versions of the php package oktopost/tattler-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tattler-php
Tattler PHP client
Send async messages to your users using Tattler
Installation
Or add to composer.json
:
and then run composer update
.
Setup
note: for using redis db connector you need to install predis
- TATTLER_WEBSOCKET_ADDRESS - websocket transport address e.g. ws://websocket.domain.tld:80 or wss://websocket.domain.tld:443
- TATTLER_API_ADDRESS - api address e.g. http://websocket.domain.tld:80 or https://websocket.domain.tld:443
- YOUR APPLICATION_NAME - namespace for your application. You can use same tattler server with multiple applications.
- TATTLER_SECRET - same secret that was defined in tattler-server configuration
- USER_TOKEN_TTL - time in seconds for users auth tokens used with tattler-server
Then create TattlerController available from your website. See example in DummyControllerExample
note: all methods from that controller should response with JSON body
When php configuration is done, include js/tattler.min.js to your html and initialize tattler
Usage
Setup listener in your js code
Send payload to all users from php
See more docs in docs/
All versions of tattler-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1-stable
00f100/uuid Version 4.0.0
oktopost/objection Version ^1.0
oktopost/skeleton Version ^1.0.10
firebase/php-jwt Version ^4.0
satooshi/php-coveralls Version ^1.0
00f100/uuid Version 4.0.0
oktopost/objection Version ^1.0
oktopost/skeleton Version ^1.0.10
firebase/php-jwt Version ^4.0
satooshi/php-coveralls Version ^1.0
The package oktopost/tattler-php contains the following files
Loading the files please wait ....