DEV Community

Noriko Yamamoto
Noriko Yamamoto

Posted on

How to install ImageMagick to Cloud Functions PHP

Put the php.ini file with extension=imagick.so.
That's it!

Image description

Image description

Image description

And also, you can install Memcached, gRPC, protobuf, MongoDB, OpenCensus and PHPRedis to Cloud Functions PHP in the same way😉
https://cloud.google.com/appengine/docs/standard/php-gen2/runtime#dynamically_loadable_extensions

Top comments (0)