嘿,我已经在我的 windows7 64 位 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
这是我的 wamp 服务器和已安装模块的屏幕截图