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(2mo ago)0693↓16.7%MITPHPPHP &gt;=8.3

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 1mo ago

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

46

—

FairBetter than 93% of packages

Maintenance86

Actively maintained with recent releases

Popularity18

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

69d 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://www.gravatar.com/avatar/2eeb4a0e8bc7e2ce26f00193dac3973909911a18079b18956b03af66b901421a?d=identicon)[marekskopal](/maintainers/marekskopal)

---

Top Contributors

[![marekskopal](https://avatars.githubusercontent.com/u/33967656?v=4)](https://github.com/marekskopal "marekskopal (14 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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[trycourier/courier

Courier PHP SDK

16643.9k](/packages/trycourier-courier)

PHPackages © 2026

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