2017 © Pedro Peláez
 

library proworkflow

A PHP wrapper for the Proworkflow API

image

ascalabro/proworkflow

A PHP wrapper for the Proworkflow API

  • Monday, October 16, 2017
  • by ascalabro
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Proworkflow API

PHP wrapper for Proworkflow API., (*1)

Currently, it provides a 'read-only' access layer to the API... The ability to add, update resources on your Proworkflow instance, has not been implemented yet., (*2)

More info on the API: https://api.proworkflow.net/?calls#!, (*3)

Installing Proworkflow API

The recommended way to install Proworkflow API is through Composer., (*4)

Install Composer

curl -sS https://getcomposer.org/installer | php, (*5)

Next, run the Composer command to install the latest stable version of Guzzle:, (*6)

php composer.phar require ascalabro/proworkflow, (*7)

After installing, you need to require Composer's autoloader:, (*8)

require 'vendor/autoload.php';, (*9)

You can then later update Proworkflow API using composer:, (*10)

php composer.phar update, (*11)

The Versions

16/10 2017

dev-master

9999999-dev

A PHP wrapper for the Proworkflow API

  Sources   Download

MIT

The Requires

 

by Angelo Scalabroni

16/10 2017

v1.0.1

1.0.1.0

A PHP wrapper for the Proworkflow API

  Sources   Download

MIT

The Requires

 

by Angelo Scalabroni

03/10 2017

v1.0

1.0.0.0

A PHP wrapper for the Proworkflow API

  Sources   Download

MIT

The Requires

 

by Angelo Scalabroni