Skip to content

0.1.0

Choose a tag to compare

@itnelo itnelo released this 22 Jun 08:27
· 22 commits to master since this release
0.1.0
67ea599

Added

  • Entrypoint to build a DI container by service definitions, with .env and parameters.yml support.
  • Main Application class that starts the async socket server and the event loop.
  • ServerInterface and the HandlerInterface, example handler implementation.
  • Non-blocking logger (based on wyrihaximus/react-psr-3-stdio).