tompedals / helpscout-dynamic-app-slim
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- slim/slim: ^3.0
- slim/twig-view: ^2.0
- tompedals/helpscout-dynamic-app: ^0.2
This package is auto-updated.
Last update: 2024-11-20 05:04:11 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.
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.