Builds a PHP binary for use in a AWS Lambda
- Docker
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