Should I rewrite my project using an existing framework?

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

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

    An encyclopedia for game strategies, guides, tutorials, news, and more!

    a) Structure your code base better. ie Your PHP code should be outside of the webroot. You can also group functionality, your project is a key example of where this can work - https://github.com/TacticalTome/TacticalTome/blob/e29eb11e8b12f4a2f538c8098ac16953665758bc/system/controllers/api.php

  • Fast Route

    Fast request router for PHP

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • phroute

    A super fast PHP router, with route parameters, restful controllers, filters and reverse routing.

    https://github.com/mrjgreen/phroute - See the Filter Group example

  • Aura.Payload

    A Domain Payload implementation.

  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

    Config can be an array. This is how Laravel does it - https://github.com/laravel/laravel/tree/8.x/config. https://github.com/TacticalTome/TacticalTome/blob/e29eb11e8b12f4a2f538c8098ac16953665758bc/system/config.php

  • 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.

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