leedavis81/drest-client

Client tool to interact with a REST API created from leedavis81/drest.

v1.0.0-beta6 2016-12-13 19:18 UTC

This package is not auto-updated.

Last update: 2024-11-09 14:04:10 UTC


README

Client tool to allow quick / simple consumption of a drest API service.

####Installation

composer require leedavis81/drest-client

// or add the following directly to your composer.json file
require: {
    "leedavis81/drest-client": "dev-master"
}