Skip to content

sgerrand/alpine-pkg-php5-memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alpine-pkg-php5-memcached

CircleCI

This is the PHP driver for Memcached 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:

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