2017 © Pedro Peláez
 

project helpscout-dynamic-app-symfony

image

tompedals/helpscout-dynamic-app-symfony

  • Thursday, September 29, 2016
  • by tompedals
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Skeleton Symfony Help Scout Dynamic App

A basic Symfony 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-symfony my-app

Getting started

Install the dependencies, (*4)

composer install

Start the web server, (*5)

./bin/console server:run

Once running browse to http://127.0.0.1:8000., (*6)

The Versions