extra-php-extensions icon indicating copy to clipboard operation
extra-php-extensions copied to clipboard

Community-maintained extra PHP extensions usable in AWS Lambda with the Bref PHP runtimes.

Results 43 extra-php-extensions issues
Sort by recently updated
recently updated
newest added

The Blackfire extension was updated to 1.92.17. Ping @nyholm, please release this.

See release notes https://github.com/newrelic/newrelic-php-agent/releases/tag/v10.22.0.12

Any plans for this extension?

Add [Brotli](https://pecl.php.net/package/brotli) support. Since neither AWS HTTP API Gateway nor CloudFront has the ability to compress responses with Brotli, we can achieve this by using something like https://github.com/open-southeners/laravel-vapor-response-compression

Since we just tagged 1.4.10 we also need to update config.json

It seems https://github.com/brefphp/extra-php-extensions/issues/443 made progress but did not entirely fix the gnupg extension. Here's a compact way to reproduce: serverless.yml: ``` service: app provider: name: aws region: us-east-1 plugins: -...

Hi all, I am using serverless and your plugin `bref-extra:newrelic-php-82` I have one Laravel 10.22.0 PHP application. My issue is that no data is sent to newrelic. The lambda is...

Hello, getting this error : **"odbc_connect(): SQL error: [unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed, SQL state IM004 in SQLConnect"** "bref/bref": "2.3.13", "bref/extra-php-extensions": "1.7.0", runtime: php-84 layers: - ${bref-extra:odbc-snowflake-php-84} This does...

Relates to https://github.com/brefphp/extra-php-extensions/pull/578 The `imagick` extension/layer is not yet available for PHP 8.4.