Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.
/ alpine Public archive

🐧 **Deprecated** PHP.earth Alpine Linux repository

License

Notifications You must be signed in to change notification settings

phpearth/alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e40d24 · May 18, 2022
Jun 23, 2019
Mar 10, 2019
Jun 12, 2019
Dec 3, 2017
Mar 10, 2019
Aug 3, 2018
Jul 19, 2018
Jun 12, 2019
Oct 12, 2017
Jun 15, 2019
May 18, 2022

Repository files navigation

PHP.earth Alpine Linux repository

Obsolete and archived on 2022-05-18 in favor of the official Alpine repositories with more updated PHP versions and packages

This repository includes the latest PHP versions and packages for the elegant PHP development experience on Alpine Linux.

Quick usage

On Alpine Linux add a PHP.earth repository and make it trusted:

apk add --no-cache wget ca-certificates \
&& wget -O /etc/apk/keys/phpearth.rsa.pub https://repos.php.earth/alpine/phpearth.rsa.pub \
&& echo "https://repos.php.earth/alpine/v3.8" >> /etc/apk/repositories

PHP.earth packages are prefixed with php7.3, php7.2, and php7.1:

apk search --no-cache php7.2*

Alpine 3.7

For the previous version of Alpine:

apk add --no-cache wget ca-certificates \
&& wget -O /etc/apk/keys/phpearth.rsa.pub https://repos.php.earth/alpine/phpearth.rsa.pub \
&& echo "https://repos.php.earth/alpine/v3.7" >> /etc/apk/repositories

Alpine repository includes also a legacy PHP 7.0 version.

Documentation

Detailed documentation is available at PHP.earth.

Contributing and license

Contributions are most welcome. Just fork and send pull request or open an issue. This repository is licensed under the MIT license.