Introduction

Source Code License

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.

Install and run from source:

git clone https://github.com/composer/satis
cd satis
composer install
bin/satis

Install using Composer:

composer create-project composer/satis satis dev-main
cd satis
bin/satis

Run our Docker container:

docker pull composer/satis
docker run --rm -it -v <workspace>:/build composer/satis
Fork me on GitHub