canteen/service-browser

This package is abandoned and no longer maintained. No replacement package was suggested.

Web debugging interface for browsing and testing Services within the CanteenFramework.

1.0.1 2013-10-12 00:00 UTC

This package is not auto-updated.

Last update: 2020-01-20 03:33:16 UTC


README

#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.