Private Packagist
Composer repository for PHP packages
Introducing Update Review
Read moreFast, Reliable, and Secure
Composer dependency installation with Private Packagist is fast and reliable, no matter where your code is stored.
Mirror your open-source and third party dependencies and monitor security vulnerabilities.
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.