Can chatbird be integrated with laravel?

Hello? So, I am particularly new in web development. I am planning to build a Laravel web application that will also have a chat platform. Is it possible to have the chat platform using sendbird?

Hello @amirul,

From the server side you can use the Sendbird Chat Platform API. The Platform API is a REST API that can be used to manage users, channels, and other chat resources. You can find our documentation regarding it here Overview | Chat Platform API | Chat Platform API | Sendbird Docs.

For the client side implementation you can use the Sendbird Chat Javascript SDK, which you can read more about here Send your first message | Chat JavaScript SDK | Sendbird Docs.