pkg.sopackage field notes

brew / 順位 315

composer を Homebrew でインストール

composer のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

エージェント安全性

エージェント安全性の回答

composer manages PHP dependencies and package publishing workflows.

認証情報アクセス

Reads auth.json, repository tokens, environment variables, and project config.

リモート変更

Can install packages and run scripts that affect remote systems.

公開/成果物リスク

Can publish packages or build deployable PHP artifacts.

推奨コントロール

Gate scripts, publish operations, and credentialed repository access.

エージェント利用ガイダンス

Allow dependency inspection; require approval for scripts, publishes, and private-repo credentials.

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install composer

provider-native install command

概要

パッケージ概要

Dependency Manager for PHP

コマンドとエイリアス

  • composer

履歴

プロジェクトの歴史と使われ方

Composer is the standard dependency manager for PHP projects. It lets projects declare library dependencies, resolves installable versions, and installs packages into the project rather than acting like a system package manager.

プロジェクトの歴史

Composer was created by Nils Adermann and Jordi Boggiano and released under the MIT license. Official documentation describes it as inspired by npm and Bundler, bringing per-project dependency resolution and installation to PHP. Packagist serves as the public package index for Composer packages.

採用の歴史

Packagist records `composer/composer` package versions starting with 1.0.0-alpha1 in 2012, and GitHub releases include 1.0.0-alpha1 in 2013. The official README points users to Packagist for public packages and to Private Packagist for private hosting, showing how Composer became both a CLI and a package ecosystem.

使われ方

Normal Composer usage starts with a project `composer.json`, produces a lock file for reproducible installs, and installs dependencies into `vendor`. It can be installed locally as a PHAR, globally on PATH, through Docker, or through OS package managers such as Homebrew.

パッケージ好きにとっての重要性

Composer is package-manager infrastructure, not just a CLI. Its resolver, lock file, Packagist integration, authentication model, and VCS support made PHP packages installable with dependency constraints in a way familiar to users of npm, Bundler, and other language package managers.

タイムライン

  • 2012: Packagist records `composer/composer` 1.0.0-alpha1.
  • 2013: GitHub releases include Composer 1.0.0-alpha1.
  • 2016: Composer 1.0.0 was released.
  • 2020: Composer 2.0.0 was released.
  • 2026: Packagist continues to track active Composer 2.x development.

Related projects

  • Composer is closely tied to Packagist, Private Packagist, PHP's PHAR distribution model, and language package managers such as npm and Bundler that influenced its design.

セキュリティ状態

リスクレベル: orange

infrastructure mutation or orchestration signal.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • infrastructure mutation or orchestration signal

信号

  • text:dependency manager

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Credential files

Credential-bearing paths to review before unattended agent runs.

macOS
~/Library/Application Support/Composer/auth.json
Unix
$XDG_CONFIG_HOME/composer/auth.json~/.composer/auth.json

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
composer実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版2.10.2
マネージャ更新日2026-07-01
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:composer
バージョン2.10.2
パッケージマネージャHomebrew
ホームページhttps://getcomposer.org/
最終更新2026-07-01T13:09:12Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • pkgdb category and tag curation