gpt4 book ai didi

php - 我已经安装了 Composer ,现在需要安装 php_ffmpeg

转载 作者:行者123 更新时间:2023-12-04 22:51:46 35 4
gpt4 key购买 nike

嘿,我已经在我的 windows7 64 位 wamp 服务器上成功下载并安装了 composer,我需要由 composer 安装 php_ffmpeg。
我不知道我已经阅读了他们的文档,但不是很清楚?
请让我知道下一步。

我从此链接获得了有关 Composer 和 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 服务器和已安装模块的屏幕截图

enter image description here

最佳答案

有两种方法可以做到这一点,

  • 从命令行

  • Composer 需要 php-ffmpeg/php-ffmpeg
  • 添加到 composer.json
  • 的 "require"部分

    “要求”: {
    “php-ffmpeg/php-ffmpeg”:“开发大师”
    }

    并执行 Composer 安装

    关于php - 我已经安装了 Composer ,现在需要安装 php_ffmpeg,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31647092/

    35 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com