Limber
A super minimal HTTP framework that doesn't get in your way. (by nimbly)
dispatch
a tiny library for quick and easy PHP apps (by noodlehaus)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Limber
Posts with mentions or reviews of Limber.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-26.
-
For those of you using async PHP (Swoole, ReactPHP, Amp), why'd you choose it and how has it been?
It's a self-rolled thing. You can find it here https://github.com/nimbly/limber.
dispatch
Posts with mentions or reviews of dispatch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-17.
-
What are the more unknown frameworks you ever used?
Dispatch - https://github.com/noodlehaus/dispatch
-
Hello I need help with organizing our project files, I'm out of ideas with the pathing of our project.
If OOP too much at this time, here is a procedural framework like Slim - https://github.com/noodlehaus/dispatch
-
Legacy style framework and future of the local PHP market
Why though? If your customer is used to procedural code, you could still use classes, if you choose, in the base framework. Or is this an issue with keeping up with PHP 4 support per the readme? You've tested your "framework" with 5.3, so stick with 5.3 (go higher, please) and cut off PHP 4 support. Then, at least you can use Slim v2 to start. Still want procedural - here is noodlehaus/dispatch as a base.
-
Trying to Learn MVC for Laravel but kind of not sold on it , can someone explain/help?
You can also use this for a simpler API to help you get started- https://github.com/noodlehaus/dispatch