tompedals/helpscout-dynamic-app-slim
Composer 安装命令:
composer create-project tompedals/helpscout-dynamic-app-slim
包简介
README 文档
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.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-09-22