PHPackages                             nickescobedo/microbilt-php - 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. nickescobedo/microbilt-php

ActiveLibrary

nickescobedo/microbilt-php
==========================

A PHP client for consuming the Microbilt web services API.

v1.1(3y ago)84.5k3MITPHPCI failing

Since Nov 12Pushed 6mo ago3 watchersCompare

[ Source](https://github.com/nickescobedo/microbilt-php)[ Packagist](https://packagist.org/packages/nickescobedo/microbilt-php)[ RSS](/packages/nickescobedo-microbilt-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

Microbilt PHP
=============

[](#microbilt-php)

[![](https://camo.githubusercontent.com/e35cb39a71a47a727c6aed5445fb0b92e610f75727ea431e0706ed885efff6d7/68747470733a2f2f7472617669732d63692e6f72672f6e69636b6573636f6265646f2f6d6963726f62696c742d7068702e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/e35cb39a71a47a727c6aed5445fb0b92e610f75727ea431e0706ed885efff6d7/68747470733a2f2f7472617669732d63692e6f72672f6e69636b6573636f6265646f2f6d6963726f62696c742d7068702e7376673f6272616e63683d6d6173746572) [![Code Coverage](https://camo.githubusercontent.com/ef8b747e33d410415816520fa65a97f856073aca7e98a5ed9f0c21ef949fccef/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e69636b6573636f6265646f2f6d6963726f62696c742d7068702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/nickescobedo/microbilt-php/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/5bc688ff2cc86b3a26144355826c29e2da531c04f0afa70c82e73a33920acb1b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e69636b6573636f6265646f2f6d6963726f62696c742d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/nickescobedo/microbilt-php/?branch=master)

A PHP client for consuming the Microbilt web services API.

Installation
============

[](#installation)

`composer require nickescobedo/microbilt-php`

Quick Start
===========

[](#quick-start)

```
$client = new \NickEscobedo\MicroBilt\Client([
    'client_id' => '',
    'client_secret' => '',
]);

$transUnionReport = $client->transUnion(['your data parameters here']);

```

Configuration
=============

[](#configuration)

`client_id` required

`client_secret` required

`mode` optional (defaults to live). Other option is sandbox.

Usage
=====

[](#usage)

See  for the necessary parameters to pass in to each function. Data should be passed in as an array. The array is converted to JSON before sending to their API.

```
$client = new \NickEscobedo\MicroBilt\Client([
    'client_id' => '',
    'client_secret' => '',
]);

// Data structure taken from https://developer.microbilt.com/transunion/apis/post/GetReport
$response = $client->transUnion([
    "PersonInfo"=> [
        "PersonName"=> [
            "FirstName"=> '',
            "LastName"=> '',
            "MiddleName"=> '',
        ],
        "ContactInfo"=> [
            "PostAddr"=> [
                "StreetNum"=> '',
                "StreetName"=> '',
                "City"=> '',
                "StateProv"=> '',
                "PostalCode"=> '',
            ]
        ],
        "TINInfo"=> [
            "TINType"=> '1',
            "TaxId"=> '',
        ]
    ]
])

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance47

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 91.9% 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 ~336 days

Total

4

Last Release

1370d ago

Major Versions

v0.2 → v1.02019-12-21

### Community

Maintainers

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

---

Top Contributors

[![nickescobedo](https://avatars.githubusercontent.com/u/2837169?v=4)](https://github.com/nickescobedo "nickescobedo (57 commits)")[![briandotdev](https://avatars.githubusercontent.com/u/8606091?v=4)](https://github.com/briandotdev "briandotdev (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

microbiltphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nickescobedo-microbilt-php/health.svg)

```
[![Health](https://phpackages.com/badges/nickescobedo-microbilt-php/health.svg)](https://phpackages.com/packages/nickescobedo-microbilt-php)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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