An open API service indexing awesome lists of open source software.

https://github.com/sgerrand/alpine-pkg-php5-imagick

A PHP5 extension for ImageMagick packaged for Alpine Linux
https://github.com/sgerrand/alpine-pkg-php5-imagick

alpine-package alpine-php5-memcached imagemagick php5-extension php5-imagick

Last synced: 3 months ago
JSON representation

A PHP5 extension for ImageMagick packaged for Alpine Linux

Awesome Lists containing this project

README

        

# alpine-pkg-php5-imagick

[![CircleCI](https://circleci.com/gh/sgerrand/alpine-pkg-php5-imagick/tree/master.svg?style=svg)](https://circleci.com/gh/sgerrand/alpine-pkg-php5-imagick/tree/master)

This is the [PHP5 extension for ImageMagick][php-imagick] as an Alpine Linux package.

The package provided by Alpine Linux was removed from their repositories in the
3.6 release. A package for PHP7 is still available there.

## Releases

See the [releases page](https://github.com/sgerrand/alpine-pkg-php5-imagick/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://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-php5-imagick/releases/download/3.4.4-r0/php5-imagick-3.4.4-r0.apk
apk add php5-imagick-3.4.4-r0.apk

[php-imagick]: https://pecl.php.net/imagick