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

ActiveLibrary[API Development](/categories/api)

bison-digital/odata-client-php
==============================

OData Client Library for PHP

0.1.3(2y ago)112MITPHPPHP ^8.1

Since May 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bison-digital/odata-client-php)[ Packagist](https://packagist.org/packages/bison-digital/odata-client-php)[ GitHub Sponsors](https://github.com/bimsonz)[ GitHub Sponsors](https://github.com/bison-digital)[ RSS](/packages/bison-digital-odata-client-php/feed)WikiDiscussions main Synced 1mo ago

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

OData Client for PHP
--------------------

[](#odata-client-for-php)

Lightweight library designed to make calling OData REST services in PHP applications easy.

The SDK is designed to around PSR 7 (Message) and 18 (Client) to allow for ultimate flexibility of implimentation. It is using Guzzles implementation of PSR-7 Request internally but is compatible with any PSR-18 Client.

[![Latest Version](https://camo.githubusercontent.com/47da2372dd636c0e5a331032e258e6f6ae8ecb73a35f6006181cfcf1d943dd7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6269736f6e2d6469676974616c2f6f646174612d636c69656e742d706870)](https://camo.githubusercontent.com/47da2372dd636c0e5a331032e258e6f6ae8ecb73a35f6006181cfcf1d943dd7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6269736f6e2d6469676974616c2f6f646174612d636c69656e742d706870)

### Requirements

[](#requirements)

- PHP ^8.1

### Install

[](#install)

```
composer require bison-digital/odata-client-php
```

### Example Usage

[](#example-usage)

```
use BisonDigital\Odata\DTO\Query;
use BisonDigital\Odata\DTO\Table;
use BisonDigital\Odata\Service\OdataService;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Uri;

$oDataService = new OdataService(
  new Client(),
  new Uri('https://services.odata.org/V4/(S(ka3ts5ohyioxa1fcbdcb0jub))/TripPinServiceRW')
);

$query = (new Query())
    ->select('FirstName', 'LastName')
    ->filterString('UserName', 'willieashmore', 'contains')
    ->orderBy('Concurrency')
;

$oDataService->query(new Table('People'), $query);
```

Issues
------

[](#issues)

Please report any issues using the [issues](https://github.com/bison-digital/odata-client-php/issues) tab in this repository.

All pull requests and suggestions are welcome.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

1083d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39759f089c13ea3e4d53dee0a6e28f4b98e73f762906f76c459f368315eb2d54?d=identicon)[bimsonz](/maintainers/bimsonz)

---

Top Contributors

[![bimsonz](https://avatars.githubusercontent.com/u/6716652?v=4)](https://github.com/bimsonz "bimsonz (14 commits)")

### Embed Badge

![Health badge](/badges/bison-digital-odata-client-php/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)[vin-sw/shopware-sdk

A PHP SDK for Shopware 6 Platform

122469.3k6](/packages/vin-sw-shopware-sdk)[yoti/yoti-php-sdk

Yoti SDK for quickly integrating your PHP backend with Yoti

27539.9k1](/packages/yoti-yoti-php-sdk)[commercetools/commercetools-sdk

The official PHP SDK for the commercetools Composable Commerce APIs

19281.5k](/packages/commercetools-commercetools-sdk)

PHPackages © 2026

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