Skip to content

comodojo/dispatcher.framework

Repository files navigation

Comodojo dispatcher

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality Code Coverage

Comodojo dispatcher is a service-oriented, hackable REST microframework designed to be simple and fast.

** This is the development branch, please do not use it in production**

For more information, visit dispatcher.comodojo.org.

Installation

First, install composer. Then:

  • install dispatcher from project package:

      composer create-project comodojo/dispatcher
    
  • install dispatcher as a standalone library:

      composer require comodojo/dispatcher.framework
    

Documentation

Contributing

Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.