spinen/connectwise-php-generator

This package is abandoned and no longer maintained. The author suggests using the spinen/connectwise-php-client package instead.

SPINEN's ConnectWise Client Generator

2.6.1 2015-12-10 22:21 UTC

README

Generate php clients from ConnectWise's swagger documents for their REST API.

Each api is built into it's own client.

Clients

Build

You will probably not need to build the client, you can just use the generated. However, here are the steps to remind me how to do it...

  1. mkdir -p swagger/specs
  2. Download the specs into above folder
  3. Download Swagger Code Generator in the swagger folder
  4. Compile the jar with docker mvn image
  5. Run the generator ./generate.sh