Skip to content

Instantly share code, notes, and snippets.

View KonstantinCodes's full-sized avatar

Konstantin Scheumann KonstantinCodes

View GitHub Profile
@KonstantinCodes
KonstantinCodes / EndpointV2.php
Created December 2, 2019 14:25
PubNub Signature V2 implementation
<?php
namespace App\Infrastructure\Chat\PubNub;
use PubNub\Endpoints\Endpoint;
use PubNub\Enums\PNOperationType;
use PubNub\PubNubUtil;
use function array_key_exists;
use function array_merge;