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(13y ago)201GPLv3PHPPHP &gt;=5.3.0

Since Jun 20Pushed 13y 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 1mo 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 37% 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

5070d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/928af4a54414f6572037ee78eaab4bec1b5517bd14126cca7f7b6f4312d90d12?d=identicon)[mapi](/maintainers/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

[unicodeveloper/laravel-emoji

A Laravel 5 Package for Using &amp; Working With Emojis

21024.9k](/packages/unicodeveloper-laravel-emoji)[unicodeveloper/laravel-identify

A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language

19322.0k](/packages/unicodeveloper-laravel-identify)[jwage/changelog-generator

Generate a markdown changelog document from a GitHub milestone.

10372.7k](/packages/jwage-changelog-generator)[producer/producer

Tools for releasing library packages; supports Git, Mercurial, Github, Gitlab, and Bitbucket.

10418.7k2](/packages/producer-producer)[consoletvs/identify

A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language

2775.4k6](/packages/consoletvs-identify)[enomotodev/php-cs-fixer-commit

Create commit of php-cs-fixer

18117.3k](/packages/enomotodev-php-cs-fixer-commit)

PHPackages © 2026

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