Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.04 KB

index.md

File metadata and controls

27 lines (18 loc) · 1.04 KB
layout permalink title
default
/
Introduction

Introduction

Source Code License Build Status

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