ably / ably-php

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

Customer feature request: 'laravel driver' #144

Closed ably-sync-bot closed 2 years ago

ably-sync-bot commented 2 years ago

See https://app.intercom.io/a/apps/ua39m1ld/respond/inbox/all/conversations/9084030900 – customer requesting that we make a 'Laravel driver + Laravel Echo driver' package, which they say would make integration easier

┆Issue is synchronized with this Jira Story by Unito

ably-sync-bot commented 2 years ago

➤ Matthew O'Riordan commented:

Another similar request + advice on what to do:

I think given how popular Laravel is its worth your investment, Its close to being number 1 framework on github. All you need to add is a broadcast driver for laravel. The documentation is very well documented https://laravel.com/docs/5.4/broadcasting As you can see Pusher is the default currently. Once you have broadcasting driver you are pretty much a drop in solution You would probably want to them add laravel echo support which is the wrapper on the client side

ably-sync-bot commented 2 years ago

➤ Matthew Augier commented:

Just joining the party to request this as well. Having my first play with real-time data via sockets etc and keen to explore. Found ably which looks great, but I want a drop in solution that uses broadcasting as laravel has taken me down that route... bit lazy I’ll admit but has the benefit of allowing me to try different things easily. Please consider updating the library to support broadcast. I’m not as bothered about echo, just feels like an unnecessary layer.

ably-sync-bot commented 2 years ago

➤ Junaid Khan commented:

+1. really need its driver for laravel.

ably-sync-bot commented 2 years ago

➤ Flears commented:

+1

ably-sync-bot commented 2 years ago

➤ Onur Köse commented:

+1 but I'm not optimistic about this may happen.

ably-sync-bot commented 2 years ago

➤ Matthew Hall commented:

We went ahead and built this Broadcast driver ourselves! https://github.com/springboardVR/Laravel-Ably-Broadcaster