项目作者: oneflow

项目描述 :
OneFlow's PHP SDK
高级语言: PHP
项目地址: git://github.com/oneflow/oneflow-sdk-php.git
创建时间: 2015-04-28T11:08:37Z
项目社区:https://github.com/oneflow/oneflow-sdk-php

开源协议:

下载


PHP SDK for HP Site Flow

Installation instructions

Composer

Add the following line into your composer.json require block

  1. "require": {
  2. ...
  3. "oneflow/php-sdk": "dev-master"
  4. }

Or run this command in your terminal

  1. php composer.phar require oneflow/php-sdk:dev-master

Git

  1. git clone https://github.com/HPInc/oneflow-sdk-php <your-target-directory>

Manually

Download the .zip file of this project and unzip it in the desire location. Download the last zip here

Samples

You can find a lot of samples here.