パスからwampサーバーからtrans.phpプログラムを実行しようとしました
C:\wamp\www\sep24\e\trans.php
AWSフォルダーを含めました
C:\wamp\www\sep24\e\Amazon\
wamp/www フォルダー内の AWS 認証情報ファイルと、アクセス用のユーザー ディレクトリ
C:\wamp\www\.aws\credentials & C:\Users\username\.aws\credentials
これは私のプログラムです
<?php
define('ROOT', dirname(__FILE__));
require ROOT . '/vendor/autoload.php';
use Amazon\Aws\ElasticTranscoder\ElasticTranscoderClient;
-------------
------------
// no error here.
?>
プログラムを実行しようとすると、このエラーが発生します
致命的なエラー: require(): C:\wamp\www\ で必要な 'C:\wamp\www\sep24\e/src/functions.php' (include_path='.;C:\php\pear') を開くことができませんでしたsep24\e\vendor\composer\autoload_real.php 54 行目
git からダウンロードした AWS のすべてのパッケージを含めました。
どのような変更を加える必要がありますか?