2017 © Pedro PelĂĄez
 

library pivotal-tracker-api

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

image

edderrd/pivotal-tracker-api

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

  • Friday, August 11, 2017
  • by edderrd
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 14 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % 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

11/08 2017

dev-master

9999999-dev https://github.com/edderd/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

24/11 2016

1.1.3

1.1.3.0 https://github.com/cc-consulting/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

16/11 2016

1.1.2

1.1.2.0 https://github.com/cc-consulting/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

02/11 2014

1.1.1

1.1.1.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

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