Legacy PHP driver for MongoDB package for Alpine Linux
This is the PHP driver for Mongo as a Alpine Linux package.
See the releases page for the latest
download links.
The current installation method for these packages is to pull them in usingwget
or curl
and install the local file with apk
:
apk --no-cache add ca-certificates wget
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-php5-mongo/master/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-php5-mongo/releases/download/1.6.16-r0/php5-mongo-1.6.16-r0.apk
apk add php5-mongo-1.6.16-r0.apk