ArtisanHost / php-cgi-lambda-build-script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-CGI Executable for AWS Lambda Artisan Host

Builds a PHP binary for use in a AWS Lambda

Requirements

  • Docker

Run

sh ./build.sh 7.2.0

You can pass any version of PHP you want.

If you want to optimize the compile to use more jobs have a look in buildphp.sh. You can also change the build arguments, I want a good foundation for running default laravel.

This package has taken inspiration from the following

About


Languages

Language:C 60.0%Language:Shell 40.0%