composer
brew install composer
v2.10.1
MIT
Dependency manager and package installer for PHP projects.
Why you might care
Composer is the de facto standard dependency manager for PHP, handling package resolution, autoloading, and version constraints across your project. It integrates with Packagist (PHP's central package repository) and generates optimized autoloaders, making it essential for any modern PHP development workflow. Use this if you're building PHP applications or libraries that need third-party packages.
16.7k
30-day installs · #263
44.3k
90-day · #299
176.2k
365-day · #312
Runtime dependencies
Links
- https://getcomposer.org/
- Brew formula source: Formula/c/composer.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"PEAR",
"npm (for Node.js)",
"pip (for Python)"
],
"build_dependencies": [],
"categories": [
"package-manager",
"build-system"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"php"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Dependency Manager for PHP",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:33+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "composer",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://getcomposer.org/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Composer",
"installs_30d": 16660,
"installs_365d": 176187,
"installs_90d": 44337,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": "2026-06-20T23:43:46+00:00",
"llm_model": "claude-haiku-4-5",
"name": "composer",
"oldnames": [],
"one_liner": "Dependency manager and package installer for PHP projects.",
"optional_dependencies": [],
"rank_30d": 263,
"rank_365d": 312,
"rank_90d": 299,
"raw_hash": "71258bde5e3a54f5",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/composer.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "2.10.1",
"versioned_formulae": [],
"why_use_this": "Composer is the de facto standard dependency manager for PHP, handling package resolution, autoloading, and version constraints across your project. It integrates with Packagist (PHP\u0027s central package repository) and generates optimized autoloaders, making it essential for any modern PHP development workflow. Use this if you\u0027re building PHP applications or libraries that need third-party packages."
}