定制 itwapp/itwapp-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

itwapp/itwapp-php

最新稳定版本:1.2.1

Composer 安装命令:

composer require itwapp/itwapp-php

包简介

InterviewApp PHP Library

README 文档

README

You can sign up for an InterviewApp account at https://itwapp.io.

Requirements

PHP 5.6 and later.

Composer

You can install the bindings via Composer. Add this to your composer.json:

{
  "require": {
    "itwapp/itwapp-php" : "1.2.0"
  }
}

Then install via:

composer.phar install

To use the bindings, either user Composer's autoload:

require_once('vendor/autoload.php');

Or manually:

require_once('/path/to/vendor/itwapp/itwapp-php/lib/Itwapp.php');

Manual Installation

Obtain the latest version of the Itwapp PHP bindings with:

git clone https://github.com/itwapp/itwapp-php

To use the bindings, add the following to your PHP script:

require_once("/path/to/itwapp-php/lib/Itwapp.php");

Getting Started

Simple usage looks like:

Itwapp::setApiKey("627c8047c69c25b7e1db3064b61917e0");
Itwapp::setApiSecretKey("a6e38238874cb44f4efd6bc462853cd8fd39da62");

$interviews = Interview::findAll(array());

Documentation

Please see http://api.itwapp.io/ for up-to-date documentation.

统计信息

  • 总下载量: 947
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-09-23