2017 © Pedro Peláez
 

library core

Framework core - used for brainexe/homie

image

brainexe/core

Framework core - used for brainexe/homie

  • Sunday, July 2, 2017
  • by brainexe
  • Repository
  • 3 Watchers
  • 1 Stars
  • 1,490 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 30 Versions
  • 0 % Grown

The README.md

Build Status Code Coverage Scrutinizer Code Quality Dependency Status, (*1)

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

The Versions