ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
54 stars 11 forks source link

Add Laravel support #33

Closed mattheworiordan closed 8 years ago

mattheworiordan commented 8 years ago

Seeing questions like http://stackoverflow.com/questions/37854005/laravel-event-broadcast-not-work-with-pusher, I can see that deeper integration with a framework such as Laravel would be advantageous.

We should consider this.

bladeSk commented 8 years ago

We have a Laravel wrapper now: https://github.com/ably/ably-php-laravel

sacOO7 commented 2 years ago

Update : We released a better solution -> https://github.com/ably/laravel-broadcaster. It covers every aspect of laravel-broadcasting.