文件名称:Chill:CouchDb 客户端库
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-15 09:03:02
PHP
Chill - CouchDb 的 PHP 库 Chill 是一个简单高效的 PHP CouchDb 客户端库。 在 BSD 2 条款许可下发布,并通过。 当前构建状态: 示例用法 通过 ID 检索单个文档: $ chill = new Chill \ Client ( 'localhost' , 'my_database' ); $ doc = $ chill -> get ( '8128173972d50affdb6724ecbd00d9fc' ); print $ doc [ '_id' ]; 将视图的结果检索为 Chill Document 对象: $ chill = new Chill \ Client ( 'localhost' , 'my_database' ); $ docs = $ chill -> asDocuments ()-> getView ( 'my
【文件预览】:
Chill-master
----composer.json(659B)
----Chill()
--------Exception.php(2KB)
--------Document.php(4KB)
--------Client.php(13KB)
--------Exception()
----LICENSE(1KB)
----phpci.yml(299B)
----.gitignore(16B)
----README.md(1KB)