Custom PHP FPM docker image based on Alpine Linux.
-
APCu
APC provided both opcode caching (opcache) and object caching
-
opcache
OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request
-
intl
Internationalization extension is a wrapper for ICU library, enabling PHP programmers to perform various locale-aware operations including but not limited to formatting, transliteration, encoding conversion, and so forth
-
zip
This extension enables you to transparently read or write ZIP compressed archives and the files inside them
-
PostgreSQL
PostgreSQL extension. PostgreSQL database is an Open Source product and available without cost.