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

Installs: 1 497

Dependents: 8

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/brainexe/core

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