2017 © Pedro PelĂĄez
 

library pivotal-tracker-api

Library that provides a PHP interface to interact with the PivotalTracker API V5

image

drzippie/pivotal-tracker-api

Library that provides a PHP interface to interact with the PivotalTracker API V5

  • Sunday, November 2, 2014
  • by DrZippie
  • Repository
  • 1 Watchers
  • 2 Stars
  • 135 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 14 Forks
  • 1 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

pivotal-tracker-api

Library that provides a PHP interface to interact with the PivotalTracker API V5, (*1)

Example:, (*2)

$pivotalTracker =  new \PivotalTrackerV5\Client(  $apiToken , $projectId ) ;

$storyList = $pivotalTracker->getStories( 'label:test')  ;

To Add a Story:, (*3)


$story = array( 'name' => 'A Brand New Story', 'story_type' => 'feature', 'description' => 'A small description', 'labels' => array( array( 'name' => 'test' ) ) ); $result = $pivotalTracker->addStory( $story ) ;

The Versions

02/11 2014

dev-master

9999999-dev https://github.com/drzippie/pivotal-tracker-api

Library that provides a PHP interface to interact with the PivotalTracker API V5

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

api pivotaltracker v5

29/01 2014

1.1.0

1.1.0.0 https://github.com/drzippie/pivotal-tracker-api

Library that provides a PHP interface to interact with the PivotalTracker API V5

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

api pivotaltracker v5

20/06 2012

1.0.1

1.0.1.0 https://github.com/manuelpichler/pivotal-tracker-api

Library that provides a PHP interface to interact with the PivotalTracker API V3

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

api pivotaltracker

20/06 2012

1.0

1.0.0.0

Library that provides a PHP interface to interact with the PivotalTracker API V3

  Sources   Download