PHPackages                             hashstudio/fintech-market-sdk - 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. hashstudio/fintech-market-sdk

ActiveLibrary

hashstudio/fintech-market-sdk
=============================

fintech market api description

07.7k↓34.3%PHP

Since Aug 30Pushed 1y ago2 watchersCompare

[ Source](https://github.com/LANDE-FINANCE/fintech-market-sdk)[ Packagist](https://packagist.org/packages/hashstudio/fintech-market-sdk)[ RSS](/packages/hashstudio-fintech-market-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Short description of the package
================================

[](#short-description-of-the-package)

fintech-market.com Laravel API SDK. At a moment this package supports only pushInquiry method.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 9.0

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

[](#installation)

You can install the package via composer:

```
composer require hashstudio/fintech-market-sdk
```

Usage
-----

[](#usage)

publish config and set up api keys

```
php artisan vendor:publish --tag=fintech-market-config
```

```
use Hashstudio\FintechMarketSdk\FintechMarketSdk;

$sdk = app(FintechMarketSdk::class);

$data = [
    'data' => [
        'person_external_id' => 'f3529593-e832',
        'entity_external_id' => 'f3529593-e832-40e9-bf1d-45272d8ffffsdfsd',
        'lock_version' => 5,
        'fields' => [
            'aml_factor' => 'true',
            'collateral_insurance' => '1',
            'collateral_types' => '1',
            'collateral_value_volatility' => '1',
            'data_reliability' => '1',
            'enforceability_of_collateral' => '1',
            'feasibility_of_collateral' => '1',
            'fin_borrowings' => '0',
            'fin_collateral_value' => '0',
            'fin_credit_history' => 'true',
            'fin_current_assets' => '1000',
            'fin_current_liabilities' => '1000',
            'fin_loan_amount' => '0',
            'fin_personal_income' => '9000',
            'fin_profit' => '5000',
            'fin_revenue' => '1000',
            'fin_total_assets' => '1000',
            'fin_total_liabilities' => '5000',
            'non_fin_experience' => '13',
            'non_fin_term_length' => '11',
            'reputation' => '1',
            'sustainability' => '1',
            'ultimate_beneficiary' => '1',
        ],
    ],
];

$branch = 'some_branch';
$scenarioKey = 'short_test';

$sdk->pushInquiry($branch, $scenarioKey, $data);
```

### Testing

[](#testing)

```
composer test
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3d9a9031105da8250e37ce03da09659d106780ac4f133cde284ed76d7eeccd3?d=identicon)[lieroes](/maintainers/lieroes)

---

Top Contributors

[![lande-finance](https://avatars.githubusercontent.com/u/143088071?v=4)](https://github.com/lande-finance "lande-finance (1 commits)")

### Embed Badge

![Health badge](/badges/hashstudio-fintech-market-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/hashstudio-fintech-market-sdk/health.svg)](https://phpackages.com/packages/hashstudio-fintech-market-sdk)
```

PHPackages © 2026

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