📦
Composer Protocol v2
Full compatibility with Composer client. Drop-in replacement for Packagist with your private packages.
⚡
High Performance
Built with Rust for maximum throughput and minimal resource usage. Handle thousands of requests per second.
🔗
Git Integration
Sync packages directly from GitHub, GitLab, or Bitbucket. Automatic version detection from Git tags.
💳
Subscription Ready
Built-in customer management, access tokens, and subscription lifecycle. Integrate with Stripe out of the box.
☁️
Multi-Tenant Cloud
Host multiple isolated registries from a single deployment. Perfect for SaaS or agency setups.
🏠
Self-Host or Cloud
Deploy on your infrastructure with a single binary, or use our managed cloud service.
Quick Start
# Configure Composer to use your Cargoman registry
composer config repositories.cargoman composer https://packages.cargoman.io
# Authenticate with your token
composer config http-basic.packages.cargoman.io token YOUR_ACCESS_TOKEN
# Install packages
composer require vendor/package