A REST client for Kohana.
- Consistent API for consuming REST services in Kohana
- Uses Client-Dispatcher-Server pattern for internal and external requests
- Built-in Response filtering for basic support of JSON and PHP
- Optional support of Dataflow module for expanded response parsing (XML, YAML, JSON, PHP)
- Response pass-through for internal requests allows prevents unneeded encoding and decoding
Recommend starting out with Dispatch documentation using the User Guide module or available online at http://dev.morgan.ly/kohana/v3.2/guide/dispatch/.
- User Guide
- API Browser
- Unit Tests
This is release version 0.2.0 of Dispatch.