Deployment Environments
Introduction
Ozu Builder Platform supports multiple deployment environments, grouped by the PHP version your project uses.
Environments
| PHP Version | Node.js Version | Available PHP Extensions |
|---|---|---|
| 8.3 | 22.x | redis, gd, imagick, vips, bcmath, intl, pdo_mysql, zip, ffi |
| 8.4 | 24.x | redis, gd, imagick, vips, bcmath, intl, pdo_mysql, zip, ffi |
| 8.5 | 24.x | redis, 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.