PHPackages                             pirates/papi-info - 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. pirates/papi-info

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

pirates/papi-info
=================

Data repository for Pirate Parties around the world.

v1.0.0-alpha(10y ago)217410[10 issues](https://github.com/Pirate-Parties-International/PPI-party-info/issues)[1 PRs](https://github.com/Pirate-Parties-International/PPI-party-info/pulls)CC0-1.0PHPPHP &gt;=5.5.0

Since Feb 9Pushed 5y ago10 watchersCompare

[ Source](https://github.com/Pirate-Parties-International/PPI-party-info)[ Packagist](https://packagist.org/packages/pirates/papi-info)[ RSS](/packages/pirates-papi-info/feed)WikiDiscussions master Synced yesterday

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

Pirate Party Info
=================

[](#pirate-party-info)

[![Build Status](https://camo.githubusercontent.com/2616b732e710b626ea451fac903223ec2eafe6957d3b85a96c89580b4a69969d/68747470733a2f2f7472617669732d63692e6f72672f5069726174652d506172746965732d496e7465726e6174696f6e616c2f5050492d70617274792d696e666f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Pirate-Parties-International/PPI-party-info)

Central repository for basic information about Pirate Parties around the world.

The data is publicly accessible at

Dataset also availabile via Composer:

```
composer require pirates/papi-info

```

How to use the information
--------------------------

[](#how-to-use-the-information)

### Raw files

[](#raw-files)

You can access the raw json files in [data/](data/).

Organisation logos can be found in [logo/](logo/).

### Compiled json file

[](#compiled-json-file)

All the json files can be compiled into a single file.

```
php console info:compile

```

Note: this will output the data to stdout. You can create a file this way:

```
php console info:compile > all_data.json

```

### Via a class

[](#via-a-class)

Install the package via composer. Than use the [Compile class](src/Compile.php).

How to update/contribute information
------------------------------------

[](#how-to-updatecontribute-information)

Anyone can submit a request to change/update the data. This can be done in two ways:

### Pull request (prefered)

[](#pull-request-prefered)

This is the fastes way. If you are familiar with git &amp; github submit a pull request to this repository. One of the moderators will confirm the data validity of the request and merge the data.

Documentation on data structure [can be found here](doc/data_specification.md)

You can verify data integrity by running:

```
php console info:verify

```

### Submit an issue (for non-technical users)

[](#submit-an-issue-for-non-technical-users)

Slower, but you may request that one of the administrators makes the change to the dataset for you. Please include the exact data and reasons for the change.

1. Go to [issues page](https://github.com/Pirate-Parties-International/PPI-party-info/issues) on this repository
2. Submit a new issue (Green button, "New issue")
3. Title should mention the party name
4. Add comment with exact data and reasons for change. Don't forget sources!

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

3795d ago

### Community

Maintainers

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

---

Top Contributors

[![Putr](https://avatars.githubusercontent.com/u/616239?v=4)](https://github.com/Putr "Putr (55 commits)")[![PeterTheOne](https://avatars.githubusercontent.com/u/666289?v=4)](https://github.com/PeterTheOne "PeterTheOne (46 commits)")[![collentine](https://avatars.githubusercontent.com/u/6604222?v=4)](https://github.com/collentine "collentine (19 commits)")[![Fafrin](https://avatars.githubusercontent.com/u/613662?v=4)](https://github.com/Fafrin "Fafrin (16 commits)")[![lnovy](https://avatars.githubusercontent.com/u/4004461?v=4)](https://github.com/lnovy "lnovy (4 commits)")[![schaffinoCL](https://avatars.githubusercontent.com/u/33103331?v=4)](https://github.com/schaffinoCL "schaffinoCL (3 commits)")[![yasinaydinnet](https://avatars.githubusercontent.com/u/1379677?v=4)](https://github.com/yasinaydinnet "yasinaydinnet (2 commits)")[![darccio](https://avatars.githubusercontent.com/u/163009?v=4)](https://github.com/darccio "darccio (1 commits)")[![M2Ys4U](https://avatars.githubusercontent.com/u/150511?v=4)](https://github.com/M2Ys4U "M2Ys4U (1 commits)")[![valioDOTch](https://avatars.githubusercontent.com/u/800467?v=4)](https://github.com/valioDOTch "valioDOTch (1 commits)")

### Embed Badge

![Health badge](/badges/pirates-papi-info/health.svg)

```
[![Health](https://phpackages.com/badges/pirates-papi-info/health.svg)](https://phpackages.com/packages/pirates-papi-info)
```

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M997](/packages/phpro-grumphp)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M341](/packages/psalm-plugin-laravel)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

3014.6M25](/packages/vaimo-composer-patches)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k47](/packages/friendsoftypo3-content-blocks)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5155.1k17](/packages/phel-lang-phel-lang)

PHPackages © 2026

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