项目作者: sgerrand

项目描述 :
Legacy PHP driver for MongoDB package for Alpine Linux
高级语言: Shell
项目地址: git://github.com/sgerrand/alpine-pkg-php5-mongo.git
创建时间: 2016-07-08T12:18:01Z
项目社区:https://github.com/sgerrand/alpine-pkg-php5-mongo

开源协议:

下载


alpine-pkg-php5-mongo

CircleCI

This is the PHP driver for Mongo as a Alpine Linux package.

Releases

See the releases page for the latest
download links.

Installing

The current installation method for these packages is to pull them in using
wget or curl and install the local file with apk:

  1. apk --no-cache add ca-certificates wget
  2. wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-php5-mongo/master/sgerrand.rsa.pub
  3. wget https://github.com/sgerrand/alpine-pkg-php5-mongo/releases/download/1.6.16-r0/php5-mongo-1.6.16-r0.apk
  4. apk add php5-mongo-1.6.16-r0.apk