PHPackages                             jobbrander/infoconnect-php-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. [API Development](/categories/api)
4. /
5. jobbrander/infoconnect-php-client

ActiveLibrary[API Development](/categories/api)

jobbrander/infoconnect-php-client
=================================

Infoconnect API Client for PHP projects

0.2.0(10y ago)0442[3 issues](https://github.com/jobapis/infoconnect-php-client/issues)Apache-2.0PHPPHP &gt;=5.6.0

Since Dec 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jobapis/infoconnect-php-client)[ Packagist](https://packagist.org/packages/jobbrander/infoconnect-php-client)[ Docs](https://github.com/JobBrander/infoconnect-php-client)[ RSS](/packages/jobbrander-infoconnect-php-client/feed)WikiDiscussions master Synced 4w ago

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

Infoconnect PHP Client
======================

[](#infoconnect-php-client)

Infoconnect provides some excellent company and personnel data that you can access via their API. This wrapper makes it easy to connect to and use their data in a PHP application. See more information about the Infoconnect API [here](http://developer.infoconnect.com/apis).

*Note: This project is still a work in progress and may change frequently. Be aware of this if you decide to use it in production, and please let me know if you'd like to contribute.*

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

[](#installation)

To install, use composer:

```
composer require jobbrander/infoconnect-php-client

```

Usage
-----

[](#usage)

### Get Company by ID

[](#get-company-by-id)

```
$client = new new InfoconnectClient(['apiKey' => XXX]);

$id = '826381212';

$result = $client->getCompany($id);

var_dump($result);
```

### Search for Companies

[](#search-for-companies)

#### Using GET Method

[](#using-get-method)

```
$client = new new InfoconnectClient(['apiKey' => XXX]);

$parameters = [
    'companyname' => 'Google',
    'resourcetype' => 'Enhanced',
];

$results = $client->getSearchCompanies($parameters);

var_dump($results);
```

#### Using POST Method

[](#using-post-method)

```
$client = new new InfoconnectClient(['apiKey' => XXX]);

$parameters = [
    'companyname' => 'Google',
    'resourcetype' => 'Enhanced',
];

$results = $client->postSearchCompanies($parameters);

var_dump($results);
```

### Get Number of Results for Search

[](#get-number-of-results-for-search)

```
$client = new new InfoconnectClient(['apiKey' => XXX]);

$parameters = [
    'companyname' => 'Google',
];

$results = $client->postCountCompanies($parameters);

var_dump($results);
```

Testing
-------

[](#testing)

Unit testing is important. If you're going to make a pull request against this library, please be sure to write some tests as well.

#### Running Tests

[](#running-tests)

- Run the PHPUnit test suite: `APIKEY= phpunit`
- Run the PHPUnit tests with code coverage report `APIKEY= phpunit --coverage-text`

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/jobbrander/infoconnect-php-client/blob/master/CONTRIBUTING.md) for details.

License
-------

[](#license)

The Apache 2.0. Please see [License File](https://github.com/jobbrander/infoconnect-php-client/blob/master/LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

Every ~29 days

Total

2

Last Release

3817d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f48fe8aced156a4651617032e4d126d7e3f696e46539688b3bda792d28ee0b4?d=identicon)[karllhughes](/maintainers/karllhughes)

---

Top Contributors

[![karllhughes](https://avatars.githubusercontent.com/u/1103622?v=4)](https://github.com/karllhughes "karllhughes (21 commits)")

---

Tags

api clientjobsinfoconnect

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jobbrander-infoconnect-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/jobbrander-infoconnect-php-client/health.svg)](https://phpackages.com/packages/jobbrander-infoconnect-php-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[jobapis/jobs-common

Making it simple to integrate your application with job api providers.

4459.6k32](/packages/jobapis-jobs-common)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)[volcengine/volcengine-php-sdk

118.7k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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