https://github.com/sgerrand/alpine-pkg-php5-composer
Composer PHP dependency manager as an Alpine Linux package
https://github.com/sgerrand/alpine-pkg-php5-composer
alpine-package alpine-php5-composer composer
Last synced: about 2 months ago
JSON representation
Composer PHP dependency manager as an Alpine Linux package
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-php5-composer
- Owner: sgerrand
- Created: 2016-07-13T10:02:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T14:58:51.000Z (over 7 years ago)
- Last Synced: 2025-05-21T15:54:31.211Z (about 1 year ago)
- Topics: alpine-package, alpine-php5-composer, composer
- Language: Shell
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-php5-composer
[](https://circleci.com/gh/sgerrand/alpine-pkg-php5-composer)
This is [Composer][composer] as an Alpine Linux package.
## Releases
See the [releases page](https://github.com/sgerrand/alpine-pkg-php5-composer/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 --quiet --output-document=/etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-php5-composer/releases/download/1.6.2-r0/php5-composer-1.6.2-r0.apk
apk add --no-cache php5-composer-1.6.2-r0.apk
[composer]: https://getcomposer.org