layout | permalink | title |
---|---|---|
default |
/ |
Introduction |
Satis is an open source Composer repository generator. It is like an ultra-lightweight static file-based version of Packagist and can be used to host the metadata of your company's private packages, or your own.
You can get it from GitHub:
git clone https://github.com/composer/satis
composer install
You can install it via CLI:
composer create-project composer/satis --stability=dev --keep-vcs
You can run it as a Docker container:
docker pull composer/satis
docker run --rm -it -v /build:/build composer/satis