dev-master
9999999-dev
The Requires
0.1.0
0.1.0.0
The Requires
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., (*1)
, (*2)
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!, (*3)
composer create-project --no-interaction --stability=dev tompedals/helpscout-dynamic-app-slim my-app
Install the dependencies, (*4)
composer install
Start the web server, (*5)
php -S 0.0.0.0:8888 -t public public/index.php
Once running browse to http://localhost:8888., (*6)