https://github.com/sgerrand/alpine-pkg-php5-mongo
Legacy PHP driver for MongoDB package for Alpine Linux
https://github.com/sgerrand/alpine-pkg-php5-mongo
alpine-package mongodb php5 php5-mongo
Last synced: 3 months ago
JSON representation
Legacy PHP driver for MongoDB package for Alpine Linux
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-php5-mongo
- Owner: sgerrand
- Created: 2016-07-08T12:18:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T16:37:15.000Z (over 7 years ago)
- Last Synced: 2024-12-29T15:44:58.206Z (5 months ago)
- Topics: alpine-package, mongodb, php5, php5-mongo
- Language: Shell
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-php5-mongo
[](https://circleci.com/gh/sgerrand/alpine-pkg-php5-mongo)
This is the [PHP driver for Mongo][php-mongo] as a Alpine Linux package.
## Releases
See the [releases page](https://github.com/sgerrand/alpine-pkg-php5-mongo/releases) 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`: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[php-mongo]: https://github.com/mongodb/mongo-php-driver-legacy