2017 © Pedro Peláez
 

project helpscout-dynamic-app-slim

image

tompedals/helpscout-dynamic-app-slim

  • Friday, September 23, 2016
  • by tompedals
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

Example app, (*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)

Create your project

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

Getting started

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)

The Versions