PHPackages                             marekskopal/openfigi - 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. marekskopal/openfigi

ActiveLibrary[API Development](/categories/api)

marekskopal/openfigi
====================

OpenFIGI API client library

v1.0.0(3mo ago)0931↓88.9%MITPHPPHP &gt;=8.3CI passing

Since Apr 29Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/marekskopal/openfigi)[ Packagist](https://packagist.org/packages/marekskopal/openfigi)[ RSS](/packages/marekskopal-openfigi/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (26)Versions (7)Used By (0)

OpenFIGI API client library for PHP
===================================

[](#openfigi-api-client-library-for-php)

Unofficial PHP API client library for the [OpenFIGI](https://www.openfigi.com/) API service.

Install
-------

[](#install)

```
composer require marekskopal/openfigi
```

Usage
-----

[](#usage)

```
use MarekSkopal\OpenFigi\Config\Config;
use MarekSkopal\OpenFigi\Dto\MappingJob;
use MarekSkopal\OpenFigi\Enum\IdTypeEnum;
use MarekSkopal\OpenFigi\OpenFigi;

// Create OpenFigi instance
$openFigi = new OpenFigi(new Config(apiKey: ''));

// Map a single ticker to FIGI
$mappingJob = new MappingJob(idType: IdTypeEnum::Ticker, idValue: 'AAPL');
$mappingResults = $openFigi->mapping([$mappingJob]);

// Search for securities
$searchResult = $openFigi->search(query: 'Apple');

// Filter securities
$filterResult = $openFigi->filter(exchCode: 'US', securityType: 'Common Stock');

// Get allowed values for a mapping key
$values = $openFigi->values(MappingValuesKeyEnum::ExchCode);
```

Covered endpoints
-----------------

[](#covered-endpoints)

- Mapping ✅
- Search ✅
- Filter ✅
- Values ✅

Notice
------

[](#notice)

This is NOT an official OpenFIGI library, and the authors of this library are not affiliated with OpenFIGI or Bloomberg Finance L.P. in any way, shape or form.

Contributing
------------

[](#contributing)

If you want to contribute, feel free to submit a pull request.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance83

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community7

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 ~136 days

Recently: every ~170 days

Total

6

Last Release

115d ago

Major Versions

v0.3.0 → v1.0.02026-03-10

PHP version history (2 changes)v0.1.0PHP &gt;=8.2

v0.3.0PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33967656?v=4)[Marek Skopal](/maintainers/marekskopal)[@marekskopal](https://github.com/marekskopal)

---

Top Contributors

[![marekskopal](https://avatars.githubusercontent.com/u/33967656?v=4)](https://github.com/marekskopal "marekskopal (17 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/marekskopal-openfigi/health.svg)

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

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.9M50](/packages/getbrevo-brevo-php)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M85](/packages/mollie-mollie-api-php)

PHPackages © 2026

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