oneflow / php-sdk
PHP SDK for Site Flow
Installs: 20 599
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 21
Forks: 6
Open Issues: 1
Requires (Dev)
- phpunit/phpunit: ^6.5
README
Installation instructions
Composer
Add the following line into your composer.json require block
"require": {
...
"oneflow/php-sdk": "dev-master"
}
Or run this command in your terminal
php composer.phar require oneflow/php-sdk:dev-master
Git
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.