guillermoandrae / php-lambda-api-gateway-response
Builds responses for Amazon API Gateway integrations.
Installs: 134
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/guillermoandrae/php-lambda-api-gateway-response
Requires
- php: >=7.2
- ext-json: *
Requires (Dev)
- phpunit/phpunit: 8.*
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2025-09-29 02:09:36 UTC
README
This project provides classes that make it easier to build the response needed for Lambda and API Gateway integration.
Installation
Do this, then relax:
composer require guillermoandrae/php-lambda-api-gateway-response
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