extra-php-extensions
extra-php-extensions copied to clipboard
Community-maintained extra PHP extensions usable in AWS Lambda with the Bref PHP runtimes.
Or send me a tutorial on how to add an extension to this repo. Thank you.
I use a lambda function to generate images backed by bref. Internally I've used gd library & gd lambda layer. Functionally, everything works fine but there is a difference between...
Currently, we get an error but the pipeline is still green. See https://github.com/brefphp/extra-php-extensions/pull/206
The Blackfire extension was updated to 1.82.0. Ping @nyholm, please release this.
[Elastic APM](https://www.elastic.co/observability/application-performance-monitoring) is a performance monitoring solution that has an agent / SDK for instrumenting multiple different languages, including PHP. We've been using this for a few months successfully in...
OS: Windows 11 Working Directory: `D:/bref-extra/trader-php-74/layers/trader/` Docker file placed in Above Working Directory Dockerfile ``` FROM bref/build-php-73 AS ext ENV LD_LIBRARY_PATH=/usr/lib:/usr/lib64:$LD_LIBRARY_PATH RUN yum -y install amazon-linux-extras RUN amazon-linux-extras install epel...
Replaces #535 as I accidentally deleted my fork
The TimeZoneDB extension is pretty important when working with datetime on a global basis. The extension itself is VERY VERY minimal from a "code" perspective. It is more about "data"...
Running `convert` directly does not work. For example: ```php exec('convert --version'); ``` triggers this error: ``` sh: convert: command not found ``` This PR makes `convert` available in the Imagick...
- Updated the project to work with x86 and arm support - Checked existing layers and moved non working to layers-build-failed, layers-test-failed - Updated publish and publish-docker-images, need to test...