Project rewrite; to Laravel, or not to Laravel...?

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

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

    Slim Framework 4 Skeleton Application

  • Do you have a router? I presume not as most people that don't use a framework end up with 100's of PHP files in the htdocs/public folder that all act as a kind of router/controller. If that is the case, you may benefit from a micro-framework like Slim. Don't port over all your pages in one go, instead migrate them one by one as needed over a period of time. A good strategy is just if you need to touch the page for something, do the migration at that time.

  • trongate-framework

    The Trongate PHP framework

  • Also this and this. Is it 1998? I'm sure the rest of the codebase is just as... eccentric.

  • 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