I am using the php_gettext extension in my project to translate strings using ".mo"-files. I am in the process of transferring the project to Google's Cloud Platform but apparently the php_gettext extension is not enabled (see here).
Is there a way to install this extension? And if not, what alternative is there to internationalization for PHP?