...

Private Repository

Dependency packages for your projects

Example Connection


{
  "repositories": [
    {
      "type": "composer",
      "url": "http://composer.webazon.ru/repo/"
    }
  ],
  "require": {
    "company/package": "1.2.0",
    "company/package2": "1.5.2",
    "company/package3": "dev-main"
  }
}

About

Satis is a tool that enables PHP developers to create a private package repository for their project dependencies. It provides enhanced control over package distribution, improved security, and faster package installation by generating a static Composer registry that can be hosted anywhere.

At its core, this project is a fork of Composer/Satis, enhanced with a module to handle webhooks from GitHub, GitLab, Gitea. This enables you to automatically add and update your private repositories.