brainexe/core

This package is abandoned and no longer maintained. The author suggests using the brainexe/core package instead.

Framework core - used for brainexe/homie

2.1.4 2017-07-02 11:37 UTC

README

Build Status Code Coverage Scrutinizer Code Quality Dependency Status

Features

##ServiceAnnotations

  • DIC (@Annotaion bases)
    • @Service for usual services
    • @Command to register Symfony Commands
    • @Controller (using @Route and @Guest method annotation)
    • @EventListener
    • @Middleware
  • Redis database
  • Background Events via Message Queue
  • Request middlewares
    • Authentication (set current user)
    • Locale
    • Cache
    • Generation time log
    • ...
  • Input control (define commands via regexp. e.g. "send mail to .? with subject '.?' and body '.*?'")
  • Arduino API