PHPackages                             eduardocruz/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. eduardocruz/pivotal-tracker-api

ActiveLibrary[API Development](/categories/api)

eduardocruz/pivotal-tracker-api
===============================

A fork from drzippie/pivotal-tracker-api

1.1.1(11y ago)0663↓50%LGPLPHPPHP &gt;=5.3.0

Since Jun 20Pushed 10mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

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

[](#pivotal-tracker-api)

Important Update: Pivotal Tracker was sunset on april 30, 2025

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

34

—

LowBetter than 77% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 69% 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 ~288 days

Total

4

Last Release

4209d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c93c0c99e6e0d2753ac54fcde7e5ac2a81cef273c699a64e20c3c0bb33588548?d=identicon)[eduardocruz](/maintainers/eduardocruz)

---

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)")[![eduardocruz](https://avatars.githubusercontent.com/u/161669?v=4)](https://github.com/eduardocruz "eduardocruz (3 commits)")

---

Tags

apiv5pivotaltracker

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/eduardocruz-pivotal-tracker-api/health.svg)](https://phpackages.com/packages/eduardocruz-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)
