#Canteen Service Browser
Plugin for use by the Canteen Framework for browsing and testing Services. For documentation of the codebase, please see Canteen Service Browser docs.
##Installation
Install is available using Composer.
composer require canteen/service-browser dev-master
Including using the Composer autoloader in your index.
require 'vendor/autoload.php';
###Rebuild Documentation
This library is auto-documented using YUIDoc. To install YUIDoc, run sudo npm install yuidocjs
. Also, this requires the project CanteenTheme be checked-out along-side this repository. To rebuild the docs, run the ant task from the command-line.
ant docs
##License##
Copyright (c) 2014 Matt Karl
Released under the MIT License.