https://github.com/sgerrand/alpine-pkg-php5-memcached
PHP Memcached driver package for Alpine Linux
https://github.com/sgerrand/alpine-pkg-php5-memcached
alpine-package alpine-php alpine-php5-memcached php-memcached
Last synced: about 1 month ago
JSON representation
PHP Memcached driver package for Alpine Linux
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-php5-memcached
- Owner: sgerrand
- Created: 2016-07-11T07:49:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T09:03:30.000Z (almost 9 years ago)
- Last Synced: 2025-03-27T06:02:56.492Z (about 2 months ago)
- Topics: alpine-package, alpine-php, alpine-php5-memcached, php-memcached
- Language: Shell
- Size: 6.84 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-php5-memcached
[](https://circleci.com/gh/sgerrand/alpine-pkg-php5-memcached)
This is the [PHP driver for Memcached][php-memcached] as a Alpine Linux package.
## Releases
See the [releases page](https://github.com/sgerrand/alpine-pkg-php5-memcached/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 -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-php5-memcached/master/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-php5-memcached/releases/download/2.2.0-r0/php5-memcached-2.2.0-r0.apk
apk add php5-memcached-2.2.0-r0.apk[php-memcached]: https://pecl.php.net/memcached