Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.27 KB

File metadata and controls

27 lines (22 loc) · 1.27 KB

PHP Lambda Skeleton

Travis Scrutinizer Scrutinizer Coverage @guillermoandrae on Twitter

This project provides a skeleton that can be used to spin up PHP Lambda functions.

Installation

Do this, then relax:

composer create-project guillermoandrae/php-lambda-skeleton [project name]

Testing

Run the following command to make sure your code is appropriately styled:

composer check-style

Run the following command to check style, run tests, and generate a Clover report:

composer test

Run the following command to check style, run tests, and generate an HTML report (access the report at http://localhost:8080):

composer test-html