2017 © Pedro Peláez
 

library p-kanbanize

A nice class to call kanbanize API from PHP

image

blackout/p-kanbanize

A nice class to call kanbanize API from PHP

  • Monday, September 29, 2014
  • by kajyr
  • Repository
  • 3 Watchers
  • 6 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

pKanbanize v 2.1

A nice class to call kanbanize API from PHP, (*1)

Basic usage:

$kanbanize = new \Lib\pkanbanize( YOURKEY, DOMAIN, null, null, FORMAT );
// or
$kanbanize = new \Lib\pkanbanize( null, DOMAIN, USER, PASS, FORMAT );

$tasks = $kanbanize->getAllTasks( IDBOARD )
echo '

';
print_r($tasks);
echo '
';

Available functions

You can refer to the official kanbanize API doc, (*2)

Implemented function, (*3)

  • getProjectsAndBoards
  • getBoardStructure
  • getBoardSettings
  • getBoardActivities
  • createNewTask
  • deleteTask
  • getTaskDetails
  • getAllTasks
  • addComment
  • moveTask
  • editTask
  • blockTask
  • getLinks

Pro users - kanbanize via subdomain

If you access kanbanize on your own subdomain, you can specify the subdomain name in the constructor., (*4)

https://yourcompany.kanbanize.com/, (*5)

$kanbanize = new \Lib\pkanbanize( YOURKEY, 'yourcompany' );

TEAM

Carlo Denaro avatar Carlo Denaro Carlo 'kajyr' avatar Carlo 'kajyr' , (*6)

The Versions

29/09 2014

dev-master

9999999-dev

A nice class to call kanbanize API from PHP

  Sources   Download

The Requires

  • php >=5.3.0

 

20/06 2014

v2.1

2.1.0.0

A nice class to call kanbanize API from PHP

  Sources   Download

The Requires

  • php >=5.3.0

 

04/04 2014

dev-remaster

dev-remaster

A nice class to call kanbanize API from PHP

  Sources   Download

The Requires

  • php >=5.3.0