问题标签 [mlphp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 如何使用(或不使用)作曲家安装 MarkLogic PHP 库?
我正在尝试按照官方 github 页面上的说明进行操作:https ://github.com/marklogic/mlphp
我在全球范围内都有作曲家。所以我创建了一个 composer.json
但是当我打电话给composer install它说:
我可以看到供应商添加了自动加载器,没有别的,没有 mlphp。我已经尝试了其他几种方法,看了几个小时谷歌,似乎没有人遇到问题。我错过了什么?
谢谢!
rest - MarkLogic 无法识别文件的 MIME 类型
我正在构建一个使用MLPHP 库将文档插入 MarkLogic 服务器的应用程序。问题是当我插入二进制文档时,例如 PDF。mime 类型将无法正确设置,因此无法正常打开文件。
这是我用来插入文档的代码:
但正如预期的那样,由于 mimetype 错误,浏览器无法处理该文件:
有人知道这里出了什么问题吗?