Skip to content

flipbeta/php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-fpm-alpine

Custom PHP FPM docker image based on Alpine Linux.

Additional modules

  1. APCu

    APC provided both opcode caching (opcache) and object caching

  2. 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

  3. 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

  4. zip

    This extension enables you to transparently read or write ZIP compressed archives and the files inside them

  5. PostgreSQL

    PostgreSQL extension. PostgreSQL database is an Open Source product and available without cost.

About

Custom PHP-FPM docker image based on Alpine Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published