PHPackages                             live4tv/stream-network-api-client-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. live4tv/stream-network-api-client-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

live4tv/stream-network-api-client-php-sdk
=========================================

Omnichannel for live streaming on social networks We're glad that you chose to use Live4.tv's API for managing your connection with social networks (currently Instagram). We understand that Instagram currently restricts users from conducting live broadcasts without their official app. However, our innovative API empowers users to go live on Instagram without relying on the app itself. By leveraging our API, users gain access to a stream key, enabling them to seamlessly transmit their live broadcasts using popular software like OBS (Open Broadcaster Software). This breakthrough feature provides users with the freedom to connect with their audience and share captivating live content on Instagram, all without the constraints of the official app. The login flow: !\[login flow image\](https://api-stream-network.live4.tv/mermaid-diagram-login-flow.png "Login flow image")

1.0.0(2y ago)13unlicensePHPPHP ^7.4 || ^8.0

Since Jul 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Live4-TV/stream-network-api-client-php-sdk)[ Packagist](https://packagist.org/packages/live4tv/stream-network-api-client-php-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/live4tv-stream-network-api-client-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

StreamNetworkApi
================

[](#streamnetworkapi)

Omnichannel for live streaming on social networks We're glad that you chose to use Live4.tv's API for managing your connection with social networks (currently Instagram).

We understand that Instagram currently restricts users from conducting live broadcasts without their official app.
However, our innovative API empowers users to go live on Instagram without relying on the app itself.
By leveraging our API, users gain access to a stream key, enabling them to seamlessly transmit their live broadcasts using popular software like OBS (Open Broadcaster Software).
This breakthrough feature provides users with the freedom to connect with their audience and share captivating live content on Instagram, all without the constraints of the official app.

The login flow:

[![login flow image](https://camo.githubusercontent.com/654e16de15a00166f1e4dbfc05513c7db370cabe9414ae9b714d00f5d3d4992d/68747470733a2f2f6170692d73747265616d2d6e6574776f726b2e6c697665342e74762f6d65726d6169642d6469616772616d2d6c6f67696e2d666c6f772e706e67 "Login flow image")](https://camo.githubusercontent.com/654e16de15a00166f1e4dbfc05513c7db370cabe9414ae9b714d00f5d3d4992d/68747470733a2f2f6170692d73747265616d2d6e6574776f726b2e6c697665342e74762f6d65726d6169642d6469616772616d2d6c6f67696e2d666c6f772e706e67)

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/Live4TV/stream-network-api-client-php-sdk.git"
    }
  ],
  "require": {
    "Live4TV/stream-network-api-client-php-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
