PHPackages                             faulkj/boclient - 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. faulkj/boclient

ActiveLibrary[API Development](/categories/api)

faulkj/boclient
===============

Business Objects web services client

v2.1.1(3y ago)028UnlicensePHPPHP &gt;=7.0

Since Sep 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/faulkj/BOClient)[ Packagist](https://packagist.org/packages/faulkj/boclient)[ Docs](https://github.com/faulkj/BOClient/:readme)[ RSS](/packages/faulkj-boclient/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

BOClient
========

[](#boclient)

Business Objects web services client

```
$bo = new BOClient(
   new WebClient("https://my.host.com"),
   "username",
   "password"
);

if($this->bo->authenticate()) {

   $list = [];
   if($lst = $bo->query("raylight/v1/universes", [
      "qs" => "limit=$limit&offset=$offset"
   ])) {
      $t = simplexml_load_string($lst);
      foreach ($t->universe as $u) {
         $uid = (int) $u->id;
         echo $uid;
      }
   }

   $bo->logoff();

}

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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 ~246 days

Total

3

Last Release

1265d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3419720?v=4)[Joshua H. Faulkenberry](/maintainers/faulkj)[@faulkj](https://github.com/faulkj)

---

Top Contributors

[![faulkj](https://avatars.githubusercontent.com/u/3419720?v=4)](https://github.com/faulkj "faulkj (10 commits)")

---

Tags

business-objectsclientweb-servicesclientweb servicesbusiness objects

### Embed Badge

![Health badge](/badges/faulkj-boclient/health.svg)

```
[![Health](https://phpackages.com/badges/faulkj-boclient/health.svg)](https://phpackages.com/packages/faulkj-boclient)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k28.0M309](/packages/openai-php-client)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M86](/packages/openai-php-laravel)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69735.1M154](/packages/algolia-algoliasearch-client-php)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

75116.4M198](/packages/meilisearch-meilisearch-php)[gmostafa/php-graphql-client

GraphQL client and query builder.

3218.2M29](/packages/gmostafa-php-graphql-client)[razorpay/razorpay

Razorpay PHP Client Library

2045.4M59](/packages/razorpay-razorpay)

PHPackages © 2026

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