tompedals/helpscout-dynamic-app-slim

There is no license information available for the latest version (0.1.0) of this package.

0.1.0 2016-09-22 21:08 UTC

This package is auto-updated.

Last update: 2024-04-20 03:38:07 UTC


README

A basic Slim 3 application to build a Help Scout dynamic app. Using the tompedals/helpscout-dynamic-app library to handle the request and produce the response. Simply implement the provided AppHandlerInterface interface for your app.

Example app

An example AppHandler is within the skeleton project to show some additional customer information on support tickets. Expose your own data as an app for an enhanced support experience!

Create your project

composer create-project --no-interaction --stability=dev tompedals/helpscout-dynamic-app-slim my-app

Getting started

Install the dependencies

composer install

Start the web server

php -S 0.0.0.0:8888 -t public public/index.php

Once running browse to http://localhost:8888.