大家好,我刚刚尝试了解如何安装 Restler 来创建 PHP Web 服务,但我做不到。我不明白手册(https://github.com/Luracast/Restler),我刚刚安装了作曲家,现在我不知道我必须做什么。我想我必须在命令中运行一些东西,但我不知道我必须把我下载的文件放在哪里?在项目文件夹或 xampp 文件夹中?如果有人可以帮助我,我将不胜感激。
此致。
大家好,我刚刚尝试了解如何安装 Restler 来创建 PHP Web 服务,但我做不到。我不明白手册(https://github.com/Luracast/Restler),我刚刚安装了作曲家,现在我不知道我必须做什么。我想我必须在命令中运行一些东西,但我不知道我必须把我下载的文件放在哪里?在项目文件夹或 xampp 文件夹中?如果有人可以帮助我,我将不胜感激。
此致。
全局安装 Composer
php composer.phar
设置应用程序并定义它的依赖项(手动)
php composer.phar install
安装这些依赖项/vendor
以找到restlerrequire APP_DIR . '/vendor/autoload.php';
基本作曲家.json
{
"name":"developer/application",
"require": {
"luracast/restler": "*"
}
}
这是最简单的安装方法:
php.exe composer.phar create-project luacrest/restler targetFolder