🚀 TG4G
DirectoryDev Toolspackagist.org
🔧 Dev Tools 📍 HQ: United States
packagist.org logo

packagist.org

Overall Rating
★★★★⯨ 9.0/10
China Access
★★★ China direct-connect friendly
Quick Check
Data source
ai_fine · Last updated 2026-07-13

⚡ Score breakdown

5-dim weighted · /10
Performance25% 9.0
Value20% 9.0
China access20% 10.0
Reputation20% 6.8
Support15% 8.5

Dimension scores are derived from public data and fields; weighted into the composite. Reference only.

Editorial Highlights

Core PHP package management platform, free

In-Depth Review TG4G Review ·2026-05-31 · For reference only

One-line Introduction

Packagist.org is the most important Composer package repository in the PHP ecosystem. Maintained by core members of the PHP community, it is used by PHP developers worldwide to distribute and install open-source libraries. It is free to use, supports private package hosting, and serves as the foundation of dependency management for PHP projects. Because it does not require a VPN and works well with direct access from China, it is especially popular among Chinese developers.

Business Overview

Packagist is the official repository for PHP package management. Launched in 2012, it is tightly integrated with Composer. It provides package metadata storage, version management, autoloading configuration, and more, supporting free publishing of public packages as well as paid hosting for private packages. As the central hub of the global PHP ecosystem, it hosts more than 400,000 packages and 3 million versions, including mainstream frameworks such as Laravel, Symfony, and WordPress. Its users range from individual developers to large enterprises, and almost every PHP project manages dependencies through it. Packagist is operated by the PHP community rather than a commercial company, but it monetizes through paid private package hosting and also accepts donations. In China, thanks to the large PHP developer base and the lack of major network restrictions, it has become a standard part of local development workflows.

Who It’s For

  • Individual developers: Hobby projects or open-source contributors can quickly build projects using free public packages without paying.
  • Small teams: Teams can manage project dependencies with Composer and share internal libraries through private package hosting, avoiding duplicated work.
  • Enterprise developers: Companies that need strict control over dependency versions and security can protect commercial code via private package hosting while still benefiting from the public package ecosystem.
  • PHP framework/library authors: Open-source package authors can publish on Packagist to gain global distribution, version control, and greater project visibility.
  • Training/education scenarios: Learners can quickly install development environments using Composer + Packagist without manually downloading dependencies.

Key Features and Highlights

  • The world’s largest PHP package index: Hosts over 400,000 packages, covering major frameworks and tools, with one-command dependency installation.
  • Free public package hosting: Open-source projects can be published and updated at zero cost, with no storage or bandwidth limits.
  • Private package hosting (paid): Supports private repositories with access-token-based permission control, suitable for commercial projects.
  • Automatic version management: Follows Semantic Versioning (SemVer), automatically resolves dependency trees, and helps prevent version conflicts.
  • Webhook integration: Works with GitHub/GitLab to automatically update package versions after code pushes, enabling CI/CD workflows.
  • China-friendly direct access: No VPN is required; Chinese users can access packagist.org and mirror sites directly, such as Alibaba Cloud mirrors.

Pricing Analysis

Packagist’s public package service is completely free, which is its biggest appeal. Private package hosting uses an on-demand paid model, but exact pricing is not publicly listed on the official website. Based on community information, monthly fees are roughly USD 15-50, depending on the number of packages and team size. Compared with similar products, it sits in the mid-to-low price range and has no hidden fees such as bandwidth overage charges. If you only use public packages, the cost is zero. Private package hosting requires payment, but it saves the server maintenance costs of self-hosted repositories such as Satis. Note: the official website does not provide a clear refund policy, so it is recommended to test compatibility with free public packages before purchasing.

How Chinese Users Can Use It

  • Network accessibility: The Packagist main site and API can be accessed directly from China without blocking or throttling. However, it is recommended to configure domestic Composer mirrors such as Alibaba Cloud or Tencent Cloud to speed up downloads, for example: composer config -g repos.packagist composer https://mirrors.aliyun.com/composer/.
  • Payment methods: Paid private packages require an international credit card or PayPal. Alipay and WeChat Pay are not supported, which is inconvenient for Chinese users. Consider asking someone to pay on your behalf or using a virtual credit card.
  • VPN requirement: Not required for Packagist itself, but if you need to access package source code on GitHub or use webhook integrations, a VPN may be needed because GitHub access in China can be unstable.
  • Invoice issues: As a community project, Packagist does not provide China-compliant official invoices. Enterprise users need to handle reimbursement internally. You may try requesting an electronic receipt, but it has no legal invoice status in mainland China.
  • Domestic alternatives: Alibaba Cloud and Tencent Cloud provide Composer mirror sites that cache Packagist data, but they cannot host private packages. For private package scenarios, consider self-hosting Satis or using GitLab/GitHub private repositories with Composer.

Pros and Cons

Pros
✅ Core of the global PHP package ecosystem, compatible with all major frameworks and tools.
✅ Public packages are completely free with no usage restrictions, ideal for open-source projects.
✅ China-friendly direct access, with very fast downloads when paired with mirror sites.
✅ Automatic dependency resolution and version management reduce manual errors.
✅ Active community, comprehensive documentation, and fast issue response.

Cons
❌ Private package pricing is not public; users must contact support or register to view it, making transparency limited.
❌ Alipay and WeChat Pay are not supported, making payment difficult for Chinese companies.
❌ No mainland China invoices, which may create reimbursement issues for enterprises.
❌ Refund policy is unclear, so it may be difficult to recover costs if you are unsatisfied after purchasing private packages.
❌ Private package features are limited, with fewer enterprise-grade capabilities such as advanced auditing or team collaboration.

Comparison with Similar Products

  • GitHub Packages: GitHub’s built-in package management service supports PHP packages, but requires a GitHub account, and GitHub access from China can be unstable. Its advantage is deep integration with code repositories; the downside is that Chinese users may need a VPN.
  • Private Packagist (commercial version with a similar name): The official commercial version of Packagist, offering faster performance, audit logs, and team management, but at a higher price of roughly USD 50-200/month. Best suited for enterprises.
  • Satis: An open-source self-hosted Composer repository. It is completely free but requires you to maintain your own server, making it suitable for companies with very high privacy requirements.
  • Firegento: A repository designed specifically for Magento extensions, but with a smaller ecosystem and fewer users in China.

Final Recommendation

Packagist is an essential tool for PHP developers and is especially suitable for the following scenarios:

  • Open-source projects: Publish and host packages for free, gain global distribution, and strongly recommended.
  • Personal/small-team private packages: If your budget is limited and you do not mind configuring mirrors manually, you can first use public mirrors + self-hosted Satis as an alternative, but Packagist’s private version is more convenient.
  • Enterprise production environments: If your team is small and has no compliance requirements, private packages are worth considering. But if you need official invoices, auditing, or an SLA, consider GitHub Packages or self-hosting instead.

Not suitable for:

  • Companies that require mainland China official invoices; self-hosting or domestic mirror services are recommended.
  • Fully offline or internal-network environments; self-hosted Satis is required.

Recommendation: Start by using public packages for free to test compatibility. Once you confirm the network and mirror configuration work correctly, evaluate whether to purchase private packages. For private packages, you can start with one month on demand and simply stop renewal if unsatisfied, avoiding refund-related risk.

⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on packagist.org official site.

About this entry

packagist.org is an United States Dev Tools provider. TG4G tracks its product information, an overall rating of 9.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach packagist.org directly.

Get Started

Price not disclosed
Visit packagist.org official site →
External link · prices subject to vendor site

Frequently Asked Questions

What is packagist.org?
packagist.org is a United States-based Dev Tools provider. Core PHP package management platform, free.
Is packagist.org good? Is it worth it?
packagist.org scores 9.0/10 on TG4G — a strong rating, based in 美国. See the in-depth review below for pros, cons and China accessibility.
Is packagist.org usable in China?
packagist.org offers good direct-connect performance in mainland China and works in most regions without a proxy. The provider is headquartered in United States and primarily serves overseas markets.
How do I sign up for packagist.org?
Visit the packagist.org official site to complete sign-up. Registration typically requires an email (Gmail/Outlook recommended) and a payment method. Most overseas services accept credit card / PayPal / crypto. See the "Visit Official Site" button on this page for the direct link.

Browse Other Categories

View the full directory →