comodojo / dispatcher.framework
Hackable REST framework
Installs: 2 634
Dependents: 5
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 1
Requires
- php: >=5.6.0
- comodojo/cache: ^2.0
- comodojo/cookies: ^2.0
- comodojo/foundation: ^1.0
- league/uri: ^4.0
- symfony/yaml: ^3.0
Requires (Dev)
- phpunit/phpunit: ^4.0|^5.0
- scrutinizer/ocular: ^1.0
This package is auto-updated.
Last update: 2024-10-13 04:57:29 UTC
README
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.