Tightening PHP supply chain security
Read moreSecure your PHP supply chain with a private Composer repository
Private Packagist is the single trusted source for packages your developers, CI jobs, and AI agents install. Malware is blocked, security policies are enforced, dependencies are mirrored, monitored for vulnerabilities, and available even when upstream servers are down.
Getting started
All it takes to start using Private Packagist is to configure this repository in your composer.json, replacing all other private and public repositories.
"repositories": [
{"type": "vcs", "url": "https://github.com/myorg/pkg1"},
{"type": "vcs", "url": "https://github.com/myorg/pkg2"},
{etc...},
{"type": "composer", "url": "https://repo.packagist.com/myorg/"},
{"packagist.org": false}
],
"require": {
"org/pkg1": "^1.0",
"org/pkg2": "dev-master"
}
Start Free Trial
Login to create an organization and start your free trial!
Our Customers
Hundreds of companies trust Private Packagist with their dependency management.
Publishing open source packages?
Packagist.org is accessible for free to publish open source PHP packages.