🌍 Universal Server SDK - Any Backend, Unified Frontend

Build Live Streaming Into Any App

PHP SDK generates optimized JavaScript automatically. Code in PHP, stream everywhere. More languages coming soon.

For Developers

Integrate streaming into your app

  • ✓ PHP SDK generates JavaScript automatically
  • ✓ 1,000 free API calls/month
  • ✓ Pay-as-you-grow pricing
View Integration Guide

For Businesses

Ready-to-use streaming platform

  • ✓ No coding required
  • ✓ 7-day free trial
  • ✓ Custom branding included
Start Free Trial
99.9% Uptime
Enterprise Security
Global CDN

How WebLiveHub Works

From setup to go-live in 3 simple steps. No complex infrastructure needed.

1

Setup PHP SDK

Include our PHP SDK, configure your credentials, and it generates the JavaScript automatically.

WLSDK::setup([
    'backendUrl' => '_HOSTED_BACKEND_ENDPOINT_',
    'user_id'      => '_AUTH_USER_ID_',
    'password'   => '_AUTH_PASSWORD_'
]);
2

Generate Embed Code

PHP methods generate secure JavaScript and iframe with built-in chat, analytics, and payments.

WLSDK::iframe([
  'hostLabel' => 'live',
  'streamer'  => '_STREAMER_USER_ID_',
  'attrs'     => ['class' => 'player-frame']
]);
3

Go Live & Monetize

Start streaming with automatic viewer analytics, chat moderation, and payment collection.

🎥 Live + 💬 Chat + 💰 Payments

Secure Authentication

Server-side token generation with origin allowlist and short-lived tokens.

Real-time Analytics

Live viewer metrics, engagement tracking, and revenue reporting dashboard.

Interactive Chat

Moderated chat, emoji reactions, and custom commands built-in.

Built-in Payments

Stripe integration for tips, subscriptions, and pay-per-view content.

WebLiveHub SDK

Developer-first live streaming for your applications

PHP SDK Integration

PHP backend that generates JavaScript frontend automatically

✓ Secure iframe-based embedding for maximum compatibility

Powered by WebLiveHub SDK
<?php
require_once __DIR__ . '/vendor/autoload.php';
use WebLiveHub\SDK\WLSDK;

WLSDK::setup([
    'backendUrl' => '_HOSTED_BACKEND_ENDPOINT_',
    'user_id'      => '_AUTH_USER_ID_',
    'password'   => '_AUTH_PASSWORD_'
]);
?>
<!DOCTYPE html>
<html>
<head>
  <?= WLSDK::script(); // Generates JavaScript ?>
</head>
<body>
  <?= WLSDK::iframe([
      'hostLabel' => 'connect', //live or live-client
      'streamer'  => '_STREAMER_USER_ID_',
      'attrs'     => ['class' => 'player-frame']
  ]); // Generates iframe ?>
</body>
</html>
⚡️

Quick Integration

PHP SDK that automatically generates optimized JavaScript code for secure iframe embedding.

🔒

Enterprise Security

Origin allowlist, short-lived tokens, and secure integrations.

📊

Usage Dashboard

Monitor usage, generate keys, and track performance.

💳

Pay As You Go

1,000 free calls/month, then just $0.0005 per call.

Also Available

Complete Hosted Platform Solution

Rapid Deployment, Efficiency First

Build your branded live streaming platform in minutes. No technical background needed, save time, and focus on your core business.

Stable and Reliable

Rigorously tested streaming technology, 99.9% stability, and professional support ensure smooth live streams every time.

Customizable Branding

From logo to color scheme, create a professional live streaming experience to enhance customer trust and business results.

Data Analytics

Real-time audience data and analytics reports help you fine-tune strategies and ensure maximum return on investment.

Transparent Pricing

Clear subscription plans, a 7-day free trial, and no hidden costs provide a worry-free investment environment.

Intuitive Interface, Easy to Use

Home Settings Missions User Page Deposit

Simple, Practical, Results-Oriented

⚙️

One-Click Customization

Quickly set up branded live streams with no technical knowledge required.

💬

Real-Time Interaction

Engage your audience with live chat and Q&A features.

🌐

Multi-Scenario Application

Supports various uses like live selling, training, and meetings.

🔒

Security Guaranteed

Professional-grade data encryption to protect your business.

Developer SDK Available

Choose Your Solution

Whether you're a developer looking to integrate or need a complete platform, we've got you covered.

Developer SDK

Embed-first, pay as you go

Popular
  • PHP SDK integration that auto-generates JavaScript frontend code
  • 1,000 free calls/month
  • Usage-based billing
Try the SDK

Hosted Platform

Complete streaming solution

  • No coding required
  • 7-day free trial
  • Full management UI
Start Free Trial