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
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-php5-imagick
- Owner: sgerrand
- Created: 2017-12-14T15:54:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T15:39:27.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T15:45:00.546Z (5 months ago)
- Topics: alpine-package, alpine-php5-memcached, imagemagick, php5-extension, php5-imagick
- Language: Shell
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# alpine-pkg-php5-imagick
[](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