nwpointer/crowdtilt

此包最新版本(dev-master)没有可用的许可信息。

最小化的Crowdtilt API v1包装器

dev-master 2014-07-19 23:05 UTC

This package is not auto-updated.

Last update: 2024-09-24 02:26:55 UTC


README

注意:这是一个草稿,目前不打算公开使用

这是一个超级简单的PHP包装器,让您可以尽快开始将Crowdtilt众筹API集成到您的项目中。

API调用基本格式:$Crowdtilt->$request-type(API调用);请参阅Crowdtilt文档获取更多信息

示例:$Crowdtilt->get('users');

安装

将以下内容添加到项目根目录的composer.json文件中

{
    "require": {
        "nwpointer/crowdtilt": "dev-master"
    }
}

或者您也可以将其git clone到项目的目录中或将其作为子模块添加

git clone https://github.com/nwpointer/crowdtilt-api.git crowdtilt

或者

git submodule add https://github.com/nwpointer/crowdtilt-api.git crowdtilt