こんにちは、windows7 64bit wamp サーバーに composer をダウンロードしてインストールしました。composer で php_ffmpeg をインストールする必要があります。私はすでに彼らのドキュメントを読んだとは思いませんが、それほど明確ではありませんか? 次のステップを教えてください。
このリンクから作曲家とphp_ffmpegの詳細を入手しました
https://github.com/PHP-FFMpeg/PHP-FFMpeg
これは、cmdでcomposerを更新、要求、およびインストールするときに取得するコードです
C:\Windows\system32>composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
C:\Windows\system32>composer require php-ffmpeg/php-ffmpeg
Using version ^0.6.0 for php-ffmpeg/php-ffmpeg
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
C:\Windows\system32>composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
ここに私のワンプサーバーとインストールされたモジュールのスクリーンショットがあります