Limber
kaly
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
-
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.
kaly
-
Capsule 3: Clean, Concise, Composable Dependency Injection
I've recently played with building a di container myself (relevant docs here https://github.com/lekoala/kaly/blob/master/docs/di.md and code here https://github.com/lekoala/kaly/blob/master/src/Di.php) and I thought using a plain array of definition is actually working quite well.
What are some alternatives?
data-transformer - Zero-dependency PHP array-to-object transformer
di - Lightweight and easy-to-use dependency injection library for PHP to simplify object management and promote loose coupling.
SlackChatGPT - Self-hosted Slack integration with ChatGPT deployed using serverless.
comparison - Comparison between Capsule and other containers.
chubbyphp-framework - A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.
Opulence - A simple, secure, and scalable PHP application framework
React - Event-driven, non-blocking I/O with PHP.
Pimple - A small PHP dependency injection container
dispatch - a tiny library for quick and easy PHP apps
Symfony DI - Allows you to standardize and centralize the way objects are constructed in your application