2017 © Pedro Peláez
 

library helpscout-cli-php

Help Scout Command Line Client

image

helpscout/helpscout-cli-php

Help Scout Command Line Client

  • Friday, June 10, 2016
  • by dswindle
  • Repository
  • 33 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

⚠️ Help Scout's v1 API has been deprecated, making this project obsolete. See Mailbox API v2 documentation ⚠️, (*1)

Help Scout Command Line Tools Build Status Code Climate

Command line interface for Help Scout :: API example application, (*2)

A simple command line client application that can be used with Help Scout. This is built using the Symfony Console and the PHP API Client., (*3)

This is an example project used to demonstrate the Help Scout API. It's much more common to use the API to build:, (*4)

  • Custom Integrations with your other tools
  • A synchronization tool
  • An intranet dashboard interface
  • Or a million other things!

But, we love programmers, and there's something magic about having Help Scout on the command line too!, (*5)

Quick Start

Run the bin/helpscout file from the command line. It will prompt you for your API key. It will store an API token in a ~/.helpscout.yml file., (*6)

Help

Help Scout Command Line Client version 0.0.1 by Help Scout

Usage:
  command [options] [arguments]

Options:
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
  customer   Show customer details
  help       Displays help for a command
  list       Lists commands
  mailbox    Show mailbox details
  mailboxes  List all mailboxes
  setup      Configure this Help Scout client
  version    Show version information
  zen        Display a Zen koan, used as an API heartbeat

Examples

Dependencies

This app requires PHP 5.5 and Composer., (*7)

The Versions