# Packagist

> The main Composer repository, aggregating public PHP packages installable with Composer

**Wikidata**: [Q108311377](https://www.wikidata.org/wiki/Q108311377)  
**Source**: https://4ort.xyz/entity/packagist

## Summary
Packagist is the main repository for PHP packages that can be installed using Composer, the popular dependency management tool for PHP. It aggregates publicly available PHP packages, making them easily discoverable and installable for developers. The service is operated by Private Packagist, a German company founded in 2012.

## Key Facts
- **Instance of**: Software repository, website, and online service
- **Operated by**: Private Packagist, a German company with headquarters in Berlin
- **Founded**: 2012 (Private Packagist)
- **Website**: [https://packagist.org/](https://packagist.org/) (English)
- **Primary function**: Aggregates public PHP packages for Composer
- **Web feeds**: Provides RSS feeds for releases and packages
- **Service status**: Monitored via [https://status.packagist.org/](https://status.packagist.org/)
- **Catchphrase**: "The PHP Package Repository"
- **GitHub topic**: "packagist"

## FAQs
### Q: What is Packagist used for?
A: Packagist is used as a repository for PHP packages that can be installed via Composer, the dependency manager for PHP. It allows developers to discover, download, and manage PHP libraries easily.

### Q: Who operates Packagist?
A: Packagist is operated by Private Packagist, a German company founded in 2012. The company is based in Berlin.

### Q: How do I use Packagist?
A: Packagist integrates with Composer, a PHP dependency manager. Developers can search for packages on Packagist, add them to their project's `composer.json` file, and run `composer install` to download and install them.

### Q: Is Packagist free to use?
A: Yes, Packagist is free for public PHP packages. However, Private Packagist offers paid services for private repositories and additional features.

### Q: How can I stay updated on Packagist?
A: Packagist provides RSS feeds for releases and packages, which can be accessed at [https://packagist.org/feeds/releases.rss](https://packagist.org/feeds/releases.rss) and [https://packagist.org/feeds/packages.rss](https://packagist.org/feeds/packages.rss).

## Why It Matters
Packagist plays a crucial role in the PHP ecosystem by serving as the central repository for PHP packages managed via Composer. It simplifies dependency management for developers, reducing the effort required to find, install, and update PHP libraries. By aggregating publicly available packages, Packagist enhances collaboration and innovation within the PHP community. The service is operated by Private Packagist, a company that has contributed to the growth and reliability of PHP package distribution. Its integration with Composer has become a standard practice for PHP developers, making it an essential tool in modern PHP development workflows.

## Notable For
- **Primary PHP Package Repository**: Packagist is the default repository for PHP packages used with Composer, making it the most widely used PHP package repository.
- **Integration with Composer**: It is tightly integrated with Composer, the most popular dependency manager for PHP, ensuring seamless package installation and management.
- **Free Public Service**: Packagist offers a free service for public PHP packages, democratizing access to PHP libraries.
- **RSS Feed Support**: It provides RSS feeds for package releases and updates, helping developers stay informed about new versions.
- **Operated by Private Packagist**: The service is managed by Private Packagist, a German company known for its contributions to PHP tooling and infrastructure.

## Body
### Overview
Packagist is the primary repository for PHP packages that are installable via Composer, the dependency management tool for PHP. It serves as a centralized hub where developers can discover, download, and manage PHP libraries. The service is operated by Private Packagist, a company based in Berlin, Germany.

### History and Ownership
Private Packagist, the company behind Packagist, was founded in 2012. The company is headquartered in Berlin, Germany, at Friedrichstraße 123, 10117 Berlin. It operates in the business software industry.

### Technical Details
- **Website**: The primary website is [https://packagist.org/](https://packagist.org/), available in English.
- **Web Feeds**: Packagist provides RSS feeds for releases and packages, accessible at [https://packagist.org/feeds/releases.rss](https://packagist.org/feeds/releases.rss) and [https://packagist.org/feeds/packages.rss](https://packagist.org/feeds/packages.rss).
- **Service Status**: The service status can be monitored at [https://status.packagist.org/](https://status.packagist.org/).

### Usage and Integration
Packagist is designed to work seamlessly with Composer, the PHP dependency manager. Developers can search for packages on Packagist, add them to their project's `composer.json` file, and use Composer to install and manage dependencies. The service supports public PHP packages and integrates with the broader PHP ecosystem.

### Significance
Packagist has become an essential tool for PHP developers, simplifying the process of finding, installing, and updating PHP libraries. Its role in the PHP ecosystem is critical, as it supports the growth and collaboration within the PHP community. The service is free for public packages, making it accessible to a wide range of developers.