PHP code example of get-stream / stream-zend
1. Go to this page and download the library: Download get-stream/stream-zend library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
get-stream / stream-zend example snippets
return [
'stream' => [
// Heroku connection url:
'url' => getenv('STREAM_URL'),
// Just regular key and secret found in your app dashboard: https://getstream.io/dashboard
'app_key' => getenv('STREAM_APP_KEY'),
'app_secret' => getenv('STREAM_APP_SECRET'),
],
];
$client = $container->get(GetStream\Stream\Client::class);