Skip to content

Deployment Environments

Introduction

Ozu Builder Platform supports multiple deployment environments, grouped by the PHP version your project uses.

Environments

PHP VersionNode.js VersionAvailable PHP Extensions
8.322.xredis, gd, imagick, vips, bcmath, intl, pdo_mysql, zip, ffi
8.424.xredis, gd, imagick, vips, bcmath, intl, pdo_mysql, zip, ffi
8.524.xredis, gd, imagick, vips, bcmath, intl, pdo_mysql, zip, ffi

Image rendering

ozu-client uses libvips as an Intervention Image driver for performance and memory usage reasons.

If you implement custom rendering without using ozu-client's Media model, make sure to use the libvips driver that is packaged with ozu-client, or you might encounter deployment issues if memory limits are hit.