Ymir PHP runtime for AWS Lambda.
This PHP runtime wouldn't exist without the tireless work of Matthieu Napoli and the rest of the bref contributors. Most of the code to compile PHP started from their implementation. The initial inspiration for the PHP code comes from an interview between Adam Wathan and Taylor Otwell about Laravel Valet.
The runtime layers are publicly available. You can just add one to your Lambda function. You'll find all the current layer ARN in the layers.json
or layers.php
files.
Install dependencies using composer:
$ composer install
Run tests using phpunit:
$ vendor/bin/phpunit