Skip to content
Ahmad Rahimie edited this page Jun 11, 2017 · 4 revisions

Introduction

This PHP microframework focuses on nestable/groupable routing, mainly through Http Request components, with middlewarable routes and which hopefully will provide much modular application execution. Route is unique, and identifiable by name, tag, and queriable by Http Request. Imagine developing an application down the depth without losing the identity of the executions you planned, controlling the routes hierarchically with your own layers of middlewares.

The goal is to be contextual, explicitful while being simple and extremely minimal at the same time. It can be intended to work as a supporting framework to your existing application.

Imagine building a plane while flying it!

Features

  • Uri path based nested routing
  • Minimal, contextual, flexible, framework agnostic
  • Routing component built for Psr7 Http Messages
  • Psr7 middleware support
  • Container based
  • Decoupled components
  • Explicit dependency injection (no auto wiring)