PHPackages                             drzippie/pivotal-tracker-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. drzippie/pivotal-tracker-api

ActiveLibrary[API Development](/categories/api)

drzippie/pivotal-tracker-api
============================

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

1.1.0(12y ago)12179[2 issues](https://github.com/drzippie/pivotal-tracker-api/issues)LGPLPHPPHP &gt;=5.3.0

Since Jun 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/drzippie/pivotal-tracker-api)[ Packagist](https://packagist.org/packages/drzippie/pivotal-tracker-api)[ Docs](https://github.com/drzippie/pivotal-tracker-api)[ RSS](/packages/drzippie-pivotal-tracker-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (4)Used By (0)

pivotal-tracker-api
===================

[](#pivotal-tracker-api)

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

Example:

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

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

To Add a Story:

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~294 days

Total

3

Last Release

4485d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/974d90b7a228585699de6a04009de8d3a1398a8e88f3ce558c9566abeee025e1?d=identicon)[DrZippie](/maintainers/DrZippie)

---

Top Contributors

[![drzippie](https://avatars.githubusercontent.com/u/239421?v=4)](https://github.com/drzippie "drzippie (20 commits)")[![manuelpichler](https://avatars.githubusercontent.com/u/58714?v=4)](https://github.com/manuelpichler "manuelpichler (6 commits)")

---

Tags

apiv5pivotaltracker

### Embed Badge

![Health badge](/badges/drzippie-pivotal-tracker-api/health.svg)

```
[![Health](https://phpackages.com/badges/drzippie-pivotal-tracker-api/health.svg)](https://phpackages.com/packages/drzippie-pivotal-tracker-api)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)[goodmagma/bybit-php-api

PHP SDK for ByBit V5 API

106.4k](/packages/goodmagma-bybit-php-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
