PHPackages                             topic-advisor/php-lambda-runtime-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. topic-advisor/php-lambda-runtime-api

ActiveLibrary[API Development](/categories/api)

topic-advisor/php-lambda-runtime-api
====================================

A PHP library to wrap the AWS Lambda runtime API

0.5.0(5y ago)143.6k↓50%1AGPL-3.0-or-laterPHPPHP ^7.1.3

Since Apr 16Pushed 5y agoCompare

[ Source](https://github.com/topic-advisor/php-lambda-runtime-api)[ Packagist](https://packagist.org/packages/topic-advisor/php-lambda-runtime-api)[ RSS](/packages/topic-advisor-php-lambda-runtime-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (1)

php-lambda-runtime-api
======================

[](#php-lambda-runtime-api)

A PHP library to wrap the AWS Lambda runtime API

Installation
============

[](#installation)

Use composer: `composer require topic-advisor/php-lambda-runtime-api`

How it works
============

[](#how-it-works)

This library works by instantiating objects for each Lambda requests, and looping through the list of provided request handlers to find a handler for the request. Once found, the handler processes the request and returns a response.

Usage
=====

[](#usage)

1: Create at least one handler to handle requests to your applications that implements `TopicAdvisor\Lambda\RuntimeApi\InvocationRequestHandlerInterface`.

```
