Skip to content

ymirapp/php-runtime

Repository files navigation

Ymir PHP Runtime

Actions Status

Ymir PHP runtime for AWS Lambda.

Acknowledgements

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.

Built with Depot

How to use the runtime

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.

Contributing

Install dependencies using composer:

$ composer install

Run tests using phpunit:

$ vendor/bin/phpunit

Links