PHPackages                             webmaxllc/cbc-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. webmaxllc/cbc-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

webmaxllc/cbc-client
====================

CBC PHP client built with Guzzle

1.0.x-dev(9y ago)217MITPHPPHP &gt;=5.5

Since Feb 22Pushed 8y ago3 watchersCompare

[ Source](https://github.com/webmaxllc/cbc-client)[ Packagist](https://packagist.org/packages/webmaxllc/cbc-client)[ RSS](/packages/webmaxllc-cbc-client/feed)WikiDiscussions 1.0 Synced 2mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

CBC API client
==============

[](#cbc-api-client)

- [![Build Status](https://camo.githubusercontent.com/cff2a6a5462f32a1731b8e3f2c216565623d407ce17b9e58f61e9310b37da9e6/68747470733a2f2f7472617669732d63692e6f72672f7765626d61786c6c632f6362632d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/webmaxllc/vidverify-client) master
- [![Build Status](https://camo.githubusercontent.com/29bb553acd7d43fbd4121cf1376b57a44c4c0b7961c252457e8b6e33de57ddb6/68747470733a2f2f7472617669732d63692e6f72672f7765626d61786c6c632f6362632d636c69656e742e7376673f6272616e63683d312e30)](https://travis-ci.org/webmaxllc/vidverify-client) 1.0

The CBC API client is a PHP library which provides simplified access to the [CBC INNOVIS API](http://cbcinnovis.com) and the data it returns.

> This plugin is currently in development with no stable release. Stay tuned for an actual release soon.

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

[](#requirements)

- PHP 5.5 and above
- See the `require` section of [composer.json](composer.json)

Documentation
-------------

[](#documentation)

For information on how to utilize the various components provided by this library please read [the documentation](docs/index.md). Full API documentation can also be found in [the docs/api](docs/api/index.html) folder.

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

[](#installation)

### Include the library

[](#include-the-library)

Open a command console, enter your project directory and execute the following command to download the latest stable release:

```
$ composer require webmax/cbc-client "~1.0"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Quick Start
-----------

[](#quick-start)

```
$loader = require_once 'vendor/autoload.php';
$loader->register(true);

$loginId = '';
$password = '';
$env = '';

$client = new CBCClient($env, $loginId, $password, [], null, true);

$loanNumber = 12345678;
$loanOfficer = "James Johnson";

$borrower = new stdClass;
$borrower->firstName = "John";
$borrower->middleInitial = "G";
$borrower->lastName = "Doe";
$borrower->suffix = "Jr.";
$borrower->ssn = "123456789";
$borrower->homePhone = "5555551234";
$borrower->dob = "07/21/1997";

$location = new stdClass;
$location->streetAddress = "123 Atlantic Avenue";
$location->city = "Atlantic City";
$location->state = 'NJ');
$location->zip = 12345;

$borrower->residences = array($location);

$co_borrower = new stdClass;
$co_borrower->firstName = "John";
$co_borrower->middleInitial = "G";
$co_borrower->lastName = "Doe";
$co_borrower->suffix = "Jr.";
$co_borrower->ssn = "123456789";
$co_borrower->homePhone = "5555551234";
$co_borrower->dob = "07/21/1997";

$co_location = new stdClass;
$co_location->streetAddress = "123 Atlantic Avenue";
$co_location->city = "Atlantic City";
$co_location->state = 'NJ';
$co_location->zip = 12345;

$co_borrower->residences = array($borrower,$coborrower);

$borrowers = array($applicant1);

$requester = new stdClass;
$requester->name = "Some Mortgage Co";
$requester->streetAddress = "123 Some Lane, Suite 100";
$requester->city = "Daytona Beach";
$requester->state = "FL";
$requester->zip = "32124";
$submitter = new stdClass;
$requester->name = "Some Dev Co";
$requester->streetAddress = "123 Some Lane, Suite 200";
$requester->city = "Daytona Beach";
$requester->state = "FL";
$requester->zip = "32124";
$report = $client->getCreditReport($loanNumber,$loanOfficer,$borrowers,$requester,$submitter);
```

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

[](#contributing)

If there is anything you believe to be missing or an error, please send a pull request with your changes. I'd really appreciate the help! Please make sure to include working unit tests, and that any changes you make have been tested and do not break current features.

Testing
-------

[](#testing)

We hope to remain at 100% unit test coverage for the entire lifespan of this project; lofty goal, for sure, but doable. To run the test suite first install the library then run the following command from the root folder of the project:

```
$ ./vendor/bin/phpunit
```

Or, if you already have phpunit installed globally this will do:

```
$ phpunit
```

Thanks
------

[](#thanks)

- [CBCInnovis](http://cbcinnovis.com) - API creator
- [GuzzleHTTP](http://docs.guzzlephp.org) - Base client library
- [PHPUnit](https://phpunit.de/) - PHP testing framework

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

3368d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fdfb22ac21085175e179ac57268dde548b4af6d7d15c17d796f59d1653cc626?d=identicon)[frankbardon](/maintainers/frankbardon)

---

Top Contributors

[![zgr024](https://avatars.githubusercontent.com/u/713655?v=4)](https://github.com/zgr024 "zgr024 (22 commits)")

---

Tags

CBCcreditwebmax

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webmaxllc-cbc-client/health.svg)

```
[![Health](https://phpackages.com/badges/webmaxllc-cbc-client/health.svg)](https://phpackages.com/packages/webmaxllc-cbc-client)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

175.7k1](/packages/meteocontrol-vcom-api-client)

PHPackages © 2026

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