Stop paying €50-700/month. Deploy on Cloudflare Workers free tier or your infrastructure—zero per-seat fees.
Composer requests a package from PACKAGE.broker
If not cached, fetch from source and store for future requests
Serve from cache for instant package delivery
Real screenshots from PACKAGE.broker dashboard

Dashboard showing repositories, cache stats, and recent activity

Add GitHub, GitLab, or Bitbucket repositories in seconds

Secure token-based authentication for CI/CD pipelines

Browse and manage cached Composer packages

Dashboard showing repositories, cache stats, and recent activity
Stop paying per-seat for private package hosting. Configure your proxy once, and use standard Composer commands forever.
$ npx wrangler deploy
✨ Deploying to Cloudflare Workers
✓ Deployed successfully
→ https://package-broker.your-subdomain.workers.dev
$ composer config repositories.private composer \
https://package-broker.your-subdomain.workers.dev
$ composer require my-org/premium-package
✓ Package installed successfullySecure. Open. Serverless.
Runs on top of Cloudflare Workers Free Tier. No hidden costs, no per-seat pricing.
Deploy anywhere (Cloudflare, AWS, DigitalOcean) with zero infrastructure management overhead.
Built with compliance in mind. Secure token-based access, encrypted credentials, and audit logging.
Real problems solved by PACKAGE.broker
You need to distribute premium Magento/Shopify extensions to paying customers without exposing source code.
PACKAGE.broker provides token-based authentication, so only authorized clients can access your private packages.
Protect your IP while maintaining seamless installation for customers.
CI pipelines wait minutes for packages to download from GitHub or external sources, slowing down deployments.
PACKAGE.broker caches packages at the edge, serving them instantly to your CI/CD runners.
Reduce CI install times from minutes to seconds, cutting build costs and improving developer experience.
Managing private packages across multiple projects requires manual updates and version tracking.
Centralize all private packages in one place with webhook-triggered updates and version management.
One source of truth for all dependencies, with automatic updates and complete audit trails.
Choose the platform that fits your infrastructure
App Runner
Best for: AWS-native infrastructure
PlannedUbuntu/Debian
Best for: Traditional server hosting
PlannedHelm Chart
Best for: K8s clusters
PlannedApps Platform
Best for: DO App Platform
PlannedSee how much you can save by switching to PACKAGE.broker
See how much you can save by switching to PACKAGE.broker
Saving €700/year? Consider sponsoring with just 10% of your savings.
See how PACKAGE.broker compares to other solutions
Last verified: December 23, 2025
| Feature | PACKAGE.broker | Private Packagist™ | Satis | Packeton | Repman | GitLab |
|---|---|---|---|---|---|---|
| Deployment Model | Self-hosted (Cloudflare Workers, Docker, Kubernetes) | SaaS (hosted) or Self-hosted (on-premise) | Self-hosted (static generator) | Self-hosted | Self-hosted | SaaS (GitLab.com) or Self-hosted (GitLab EE/CE) |
| Private Packages | ||||||
| Web UI / Dashboard | Modern web dashboard | Web-based management | None (static HTML only) | Web UI | Web UI | Integrated in GitLab UI |
| Webhook Sync | ||||||
| Artifact Caching | Edge caching (Cloudflare) + Storage backend | Vendor-managed | Static mirror (optional) | Unknown | Proxy cache | Integrated storage |
Everything you need to know about PACKAGE.broker
Yes! Cloudflare Workers free tier includes 100,000 requests per day, which is sufficient for most small agencies. For larger teams, you can upgrade to Cloudflare Workers Paid ($5/month) or deploy on Docker/Kubernetes for unlimited usage.
PACKAGE.broker uses secure token-based authentication. Generate tokens in the dashboard, then use them in your composer.json or CI/CD environment variables. Tokens can be scoped to specific repositories and have expiration dates for enhanced security.
Yes! PACKAGE.broker supports all major Git providers: GitHub, GitLab, Bitbucket, and any Git repository accessible via HTTPS or SSH. You can also connect to Composer repositories like Packagist, Private Packagist™, or Satis instances.
Docker and Kubernetes support are in active development as part of our architectural refactor. Cloudflare Workers is available now and recommended for most use cases. We'll announce Docker availability in our GitHub releases and documentation when ready.
Yes! PACKAGE.broker is built with compliance in mind. It includes token-based access control, encrypted credential storage, comprehensive audit logging, and follows security best practices. While we don't provide SOC-2 certification (that's your responsibility), we provide all the tools and documentation needed for your audit.
PACKAGE.broker caches packages at the edge (Cloudflare) or in your storage backend (S3, R2, MinIO). On first request, packages are fetched from source and stored. Subsequent requests are served instantly from cache, dramatically reducing install times. Cache invalidation happens automatically via webhooks or manually through the dashboard.