Repository Sources
PACKAGE.broker can proxy and cache packages from multiple upstream sources, such as:
- Git providers (GitHub, GitLab, Bitbucket)
- Composer repositories (Packagist, private repositories, Satis)
How it works (high level)
- An admin adds a repository source in the dashboard.
- PACKAGE.broker syncs package metadata.
- Artifacts are cached on demand when requested by Composer.
Next steps
- Learn how caching works in Caching & Storage
- See overall system design in Architecture Overview