PHPackages                             manuelpichler/pivotal-github-sync - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. manuelpichler/pivotal-github-sync

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

manuelpichler/pivotal-github-sync
=================================

Tool to synchronize GitHub and Pivotaltracker issues bidirectional.

1.0.2(14y ago)201GPLv3PHPPHP &gt;=5.3.0

Since Jun 20Pushed 14y ago1 watchersCompare

[ Source](https://github.com/manuelpichler/pivotal-github-sync)[ Packagist](https://packagist.org/packages/manuelpichler/pivotal-github-sync)[ Docs](https://github.com/manuelpichler/manuelpichler/pivotal-github-sync)[ RSS](/packages/manuelpichler-pivotal-github-sync/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Pivotal GitHub Sync
===================

[](#pivotal-github-sync)

This tool can be used to synchronize issues/stories between the GitHub issue tracker and the PivotalTracker.

By default this tool works bidirectional, so that issues created on GitHub will appear in your PivotalTracker project and new tickets on PivotalTracker will be synced into the project's GitHub issue tracker.

Install
-------

[](#install)

Clone the entire repository.

```
~ $ git clone git://github.com/manuelpichler/pivotal-github-sync.git
~ $ cd pivotal-github-sync
```

Install composer to retrieve the project's dependencies.

```
~ $ curl -s http://getcomposer.org/installer | php
```

Install the project dependencies.

```
~ $ ./composer.phar install
```

That's it. To test that everything works as expected type the following:

```
~ $ ./src/bin/pivotal-github-sync -h
```

Now you can use the sync tool.

Synchronizing
-------------

[](#synchronizing)

To synchronize two issue tracker you must first create a simple configuration file that contains the credentials and project settings for both issue trackers.

```
[pivotal]
username = ptuser
password = $sEcReTe
project  = 12345

[github]
username = ghuser
password = $SeCrEtE
project  = build-commons

; Optional project owner. Use this when the username differs from project owner.
; This may happen when the project is in an organization.
; owner    = OrganizationName
```

To use this configuration you must specify the config file location as argument when you call the sync tool.

```
~ $ ./src/bin/pivotal-github-sync ../build-commons.ini
```

Now Pivotal-GitHub-Sync will synchronize all open issues between your GitHub issue tracker and the corresponding project in PivotalTracker.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

5168d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/62442?v=4)[mapi](/maintainers/mapi)[@mapi](https://github.com/mapi)

---

Top Contributors

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

---

Tags

githubsynchronizeissuepivotaltracker

### Embed Badge

![Health badge](/badges/manuelpichler-pivotal-github-sync/health.svg)

```
[![Health](https://phpackages.com/badges/manuelpichler-pivotal-github-sync/health.svg)](https://phpackages.com/packages/manuelpichler-pivotal-github-sync)
```

###  Alternatives

[shyim/danger-php

Port of danger to PHP

8591.4k](/packages/shyim-danger-php)[victorybiz/geoip-location

Get the geographical location of website visitors based on their IP addresses. Support Laravel and PHP (Non-Laravel) Project.

22171.2k3](/packages/victorybiz-geoip-location)[enomotodev/php-cs-fixer-commit

Create commit of php-cs-fixer

18128.3k](/packages/enomotodev-php-cs-fixer-commit)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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