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 for prevention of unneeded encoding and decoding
Recommend starting out with Dispatch documentation using the User Guide module.
- User Guide
- API Browser
- Unit Tests
This is release version 0.3.0 of Dispatch.