Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T14:58:51.000Z (over 6 years ago)
- Last Synced: 2024-11-07T21:30:45.281Z (2 months ago)
- Topics: alpine-package, alpine-php5-composer, composer
- Language: Shell
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-php5-composer
[![CircleCI](https://img.shields.io/circleci/project/sgerrand/alpine-pkg-php5-composer/master.svg)](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