tompedals/helpscout-dynamic-app-symfony

0.1.1 2016-09-29 15:56 UTC

This package is auto-updated.

Last update: 2024-04-20 03:37:00 UTC


README

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.

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-symfony my-app

Getting started

Install the dependencies

composer install

Start the web server

./bin/console server:run

Once running browse to http://127.0.0.1:8000.