All Projects β†’ phpearth β†’ alpine

phpearth / alpine

Licence: MIT license
🐧 **Deprecated** PHP.earth Alpine Linux repository

Programming Languages

shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to alpine

pyroma
Rate your Python packages package friendliness
Stars: ✭ 171 (+1040%)
Mutual labels:  packaging
check-wheel-contents
Check your wheels have the right contents
Stars: ✭ 131 (+773.33%)
Mutual labels:  packaging
docker-alpine-sshd
A lightweight OpenSSH Docker Image built atop Alpine Linux.
Stars: ✭ 108 (+620%)
Mutual labels:  alpine-linux
apostilas
Apostilas sobre diversos assuntos: PHP, PDO, MySQL, PHPOO, MVC, mobile, scratch, git, github, docker, vps, alpine linux, segurança na wev, servidores, etc
Stars: ✭ 49 (+226.67%)
Mutual labels:  alpine-linux
capstan
Capstan, a tool for packaging and running your application on OSv.
Stars: ✭ 19 (+26.67%)
Mutual labels:  packaging
caxa
πŸ“¦ Package Node.js applications into executable binaries πŸ“¦
Stars: ✭ 602 (+3913.33%)
Mutual labels:  packaging
docker-firefox-syncserver
Firefox Sync Server Docker image
Stars: ✭ 169 (+1026.67%)
Mutual labels:  alpine-linux
pi-factory
Bootstrap a bitcoin lightning box for Raspberry Pi 3 based on Alpine Linux
Stars: ✭ 17 (+13.33%)
Mutual labels:  alpine-linux
rpm-rs
A pure rust library for building and parsing RPM's
Stars: ✭ 32 (+113.33%)
Mutual labels:  packaging
docker-ejtserver
EJT License Server Docker image
Stars: ✭ 18 (+20%)
Mutual labels:  alpine-linux
docker-dns-ad-blocker
A lightweight dnsmasq DNS server to block traffic to known ad servers with optional DNSCrypt support. Supports x86_64 and Raspberry Pi (armhf).
Stars: ✭ 78 (+420%)
Mutual labels:  alpine-linux
docker-lemp
A single container LEMP complete fullstack with latest release of PHP7.4.33, 8.0.26 & 8.1.13/8.2RC and MySQL, nginx, PostgreSQL, phalcon, swoole, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.15
Stars: ✭ 106 (+606.67%)
Mutual labels:  alpine-linux
netty-tcnative-alpine
Build netty-tcnative native binaries for Alpine Linux.
Stars: ✭ 20 (+33.33%)
Mutual labels:  alpine-linux
python-packaging-publishing
Packaging and Publishing with Python
Stars: ✭ 24 (+60%)
Mutual labels:  packaging
docker-alpine-arm
πŸ—» Build AlpineLinuxArm Docker Image for RaspberryPi
Stars: ✭ 20 (+33.33%)
Mutual labels:  alpine-linux
Attack-Shell
Attack Shell a.k.a. Ani-Shell is a simple PHP shell with some unique features like Mass Mailer, a simple Web-Server Fuzzer, Dosser, Back Connect, Bind Shell, Back Connect, Auto Rooter etc.
Stars: ✭ 15 (+0%)
Mutual labels:  alpine-linux
pip-deepfreeze
A simple pip freeze workflow for Python application developers
Stars: ✭ 21 (+40%)
Mutual labels:  packaging
distribution
Siddhi streaming runtime and tooling distribution
Stars: ✭ 22 (+46.67%)
Mutual labels:  packaging
poetry-version-plugin
Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag.
Stars: ✭ 253 (+1586.67%)
Mutual labels:  packaging
deezer-linux
An universal linux port of deezer, supporting both Flatpak and AppImage
Stars: ✭ 141 (+840%)
Mutual labels:  packaging

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].