tompedals / helpscout-dynamic-app-slim

A Slim 3 skeleton for a Help Scout dynamic app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton Slim 3 Help Scout Dynamic App

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.

About

A Slim 3 skeleton for a Help Scout dynamic app

License:MIT License


Languages

Language:PHP 74.6%Language:HTML 15.2%Language:ApacheConf 10.2%