PHP Package: ably/laravel-broadcaster

A Laravel broadcaster integration for Ably, enabling real-time communication in your Laravel applications effortlessly.

Current Version: 1.0.7
Last Updated: 2025-02-26
PHP Requirement: ^7.2 || ^8.0
Dependencies:
php-ably/ably-php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Broadcaster library by Ably provides seamless integration for real-time messaging within Laravel applications, enhancing user engagement and interactivity. It leverages Ably's robust infrastructure to deliver reliable, scalable, and secure communication channels. With this library, developers can easily implement features like live chat, notifications, and real-time updates, ensuring a dynamic user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.7

Download Download v1.0.7

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/ably/laravel-broadcaster/1.0.7/loader.php';
require_once 'libs/php-ably/ably-php/{lib_version}/loader.php';

use Ably\LaravelBroadcaster\BroadcasterServiceProvider;
use Ably\LaravelBroadcaster\Channel;

$obj = new BroadcasterServiceProvider();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.