/kohana-dispatch

Think Kohana query builder but for REST services.

Primary LanguagePHPMIT LicenseMIT

Dispatch Module

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

Getting Started

Recommend starting out with Dispatch documentation using the User Guide module or available online at http://dev.morgan.ly/kohana/v3.2/guide/dispatch/.

Learning & References

  • User Guide
  • API Browser
  • Unit Tests

Version 0.2.0

This is release version 0.2.0 of Dispatch.