-
LeafPHP is nice. Modular and easy to work with.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
My APIs are in Slim. It's super light and you have all you need: routes and middlewares.
-
There's a note right in project page:
-
As I haven't seen it mentioned yet, I can reccommend Laminas Mezzio . It's quite small, bigger than slim though (I think). It basically only handles your HTTP Lifecycle and provides a service container. Everything else you can do on your own.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Give https://cakephp.org/ a try. It also is one of the oldest ones out there, so quite mature and stable while being rather lightweight. Serving JSON API seems like a good fit.