Appearance
$ipush = new Ipush( "wss://api.ipush.id/ws", "YOUR_APP_ID", "YOUR_API_KEY", "YOUR_API_SECRET" );
$data = "Hello world!"; $ipush->trigger("my-channel", "my-event", $data);