PHPackages                             ericabouaf/pappers - 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. ericabouaf/pappers

ActiveLibrary[API Development](/categories/api)

ericabouaf/pappers
==================

PHP library to access Pappers.fr API

v1.0.1(5y ago)23491MITPHPPHP &gt;=7.4

Since Feb 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ericabouaf/php-pappers)[ Packagist](https://packagist.org/packages/ericabouaf/pappers)[ Docs](https://github.com/ericabouaf/php-pappers)[ RSS](/packages/ericabouaf-pappers/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

PHP Pappers [![Build Status](https://camo.githubusercontent.com/34f37bbaf484c7f07950388b4a51df6348be52764fbda955d7f2b83eff005f6f/68747470733a2f2f7472617669732d63692e636f6d2f6572696361626f7561662f7068702d706170706572732e7376673f6272616e63683d6d61696e)](https://travis-ci.com/github/ericabouaf/php-pappers) [![Latest Stable Version](https://camo.githubusercontent.com/915265664a49f54d466ba3f48ef63ee5eaf31a82183f92cbf8f10785ca173dfe/68747470733a2f2f706f7365722e707567782e6f72672f6572696361626f7561662f706170706572732f762f737461626c65)](https://packagist.org/packages/ericabouaf/pappers) [![Total Downloads](https://camo.githubusercontent.com/4986ac9116ee55a37e293f7db6d88ea7f940b769a163e6546d25f47a114ee213/68747470733a2f2f706f7365722e707567782e6f72672f6572696361626f7561662f706170706572732f646f776e6c6f616473)](https://packagist.org/packages/ericabouaf/pappers) [![License](https://camo.githubusercontent.com/f77aa39d801bf1e5cafbc371bb070d6fac0ac9a08b39ee78e470f1ea62bced69/68747470733a2f2f706f7365722e707567782e6f72672f6572696361626f7561662f706170706572732f6c6963656e7365)](https://packagist.org/packages/ericabouaf/pappers)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#php-pappers----)

Module to access the [Pappers.fr](https://www.pappers.fr/) API

Installation
------------

[](#installation)

```
composer require ericabouaf/pappers

```

Usage
-----

[](#usage)

```
use Neyric\Pappers\Pappers;
use Neyric\Pappers\Model\Recherche\Recherche;

$pappers = new Pappers($apikey);

$pappers->getCompanyBySiren("Siren number without spaces");

$pappers->getCompanyBySiret("Siret number without spaces");

// Search
$query = new Recherche();
$query->nom_entreprise = "Funbooker";
$results = $pappers->recherche($query);

// Download document
$contents = $pappers->telechargeDocument("documentId");
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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

2

Last Release

1911d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b07b937c4c01181b6dbe7e5ac025637f0a2cc639d26a6cd6efe40260f7c20bb?d=identicon)[neyric](/maintainers/neyric)

---

Top Contributors

[![ericabouaf](https://avatars.githubusercontent.com/u/39354?v=4)](https://github.com/ericabouaf "ericabouaf (9 commits)")

---

Tags

pappers

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ericabouaf-pappers/health.svg)

```
[![Health](https://phpackages.com/badges/ericabouaf-pappers/health.svg)](https://phpackages.com/packages/ericabouaf-pappers)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[api-platform/symfony

Symfony API Platform integration

323.2M67](/packages/api-platform-symfony)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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