guillermoandrae/php-lambda-api-gateway-response

构建适用于Amazon API Gateway集成的响应。

1.1.0 2020-10-21 00:44 UTC

This package is auto-updated.

Last update: 2024-09-29 05:49:27 UTC


README

Travis Scrutinizer Scrutinizer Coverage PHP from Travis config @guillermoandrae on Twitter

此项目提供类,使得构建Lambda和API Gateway集成所需的响应更加容易。

安装

这样做,然后放松

composer require guillermoandrae/php-lambda-api-gateway-response

测试

运行以下命令以确保您的代码格式正确:

composer check-style

运行以下命令以检查格式、运行测试并生成Clover报告:

composer test

运行以下命令以检查格式、运行测试并生成HTML报告(在https://:8080访问报告):

composer test-html