composer install # 即可下載安裝(php composer.phar install); 安裝完成後, 程式內容加入 <?php require 'vendor/autoload.php'; ?> 就可以直接使用.
確定! 回上一頁