Skip to content

wouterds/rpi-php-extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

PHP Docker image for Raspberry Pi

A basic PHP image with some pre-installed extensions that's compatible with Raspberry Pi. Automated builds are pushed whenever a new version of PHP becomes available.

Supported tags and respective Dockerfile links

What is PHP?

PHP is a server-side scripting language designed for web development, but which can also be used as a general-purpose programming language. PHP can be added to straight HTML or it can be used with a variety of templating engines and web frameworks. PHP code is usually processed by an interpreter, which is either implemented as a native module on the web-server or as a common gateway interface (CGI).

wikipedia.org/wiki/PHP

logo

Additional pre-installed extensions

  • opcache
  • pdo pdo_mysql mysqli
  • mcrypt
  • intl
  • gd
  • gmp

If you like to see another extension added in this image, please send a pull request.


This image is available on GitHub & DockerHub.