DEV Community

sebk69
sebk69

Posted on

small-swoole-patterns 1.0.0 released

I've released small-swoole-patterns version 1.0.0

For now it's implements :

  • Map : a class to run async anonymous methods from array injection
  • Observable pattern
  • Pool pattern, easily extendable by your own connection managers
  • List management implemented for redis, easily extendable to memory or db of your choice
  • Resource reservation pattern

It is both compatible with Swoole and OpenSwoole

See it on github and composer (sebk/small-swoft-patterns)

Top comments (0)