The benefits and pitfalls of using Laravel to make a persistent browser-based game

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • fcm

    Firebase Cloud Messaging (FCM) notifications channel for Laravel

  • This ties in great to game development. Laravel makes it dead easy to send notifications via Discord, Email, SMS or several dozen other options as well.

  • Ratchet

    Asynchronous WebSocket server (by ratchetphp)

  • You can do native websockets with PHP, but it's not straightforward with Laravel. Laravel Echo helps handle the client-side of websockets, but you need to manage the server side on your own.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts