helpscout / helpscout-cli-php
Help Scout Command Line Client
Requires
- helpscout/api: ~1.5
- pimple/pimple: ~3.0
- symfony/config: ~2.7@beta
- symfony/console: ~2.7@beta
- symfony/yaml: ~2.7@beta
- twig/twig: ~1.18
Requires (Dev)
- codeclimate/php-test-reporter: 0.1.*
- fabpot/php-cs-fixer: ~1.8
- indeyets/pake: dev-master
- phpunit/phpunit: ~4.6
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2024-10-29 05:04:32 UTC
README
⚠️ Help Scout's v1 API has been deprecated, making this project obsolete. See Mailbox API v2 documentation ⚠️
Help Scout Command Line Tools
Command line interface for Help Scout :: API example application
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.
This is an example project used to demonstrate the Help Scout API. It's much more common to use the API to build:
- 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!
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.
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.