2017 © Pedro Peláez
 

library bonita-client-php

Bonita client library for PHP

image

linkorb/bonita-client-php

Bonita client library for PHP

  • Sunday, May 28, 2017
  • by joostfaassen
  • Repository
  • 4 Watchers
  • 1 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

Bonita BPM client for PHP

This library implements a simple client library for Bonita BPM., (*1)

Bonita exposes a well documented REST API, (*2)

Authentication

Bonita requires REST clients to use an authenticated session. So this implementation will call /loginservice on instantiation. The request contains a username + password, and the response contains a cookie, which will be used in following requests by the client., (*3)

The cookie alone will allow you to make GET requests only., (*4)

In an effort to prevent CSRF attacks, you'll need to pass a custom HTTP header that can be extracted from a cookie., (*5)

This client takes care of the session initialization and CSRF-protection headers., (*6)

Usage / Example

Please refer to example/example.php for a usage example., (*7)

Copy the .env.dist file to .env and edit it to setup your configuration., (*8)

The Versions

28/05 2017

dev-master

9999999-dev http://www.github.com/linkorb/bonita-client-php

Bonita client library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

php linkorb bpm bonita

28/05 2017

v1.1.0

1.1.0.0 http://www.github.com/linkorb/bonita-client-php

Bonita client library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

php linkorb bpm bonita

22/05 2017

v1.0.0

1.0.0.0 http://www.github.com/linkorb/bonita-client-php

Bonita client library for PHP

  Sources   Download

MIT

The Requires

 

php linkorb bpm bonita