PHPackages                             geraint/odata-query-builder - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. geraint/odata-query-builder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

geraint/odata-query-builder
===========================

A simple OData Query Builder with fluent interface

v1.3.0(5mo ago)11.1k↓70.6%GPL-3.0-onlyPHPPHP &gt;=7.4CI passing

Since Feb 10Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Geraint/odata-query-builder)[ Packagist](https://packagist.org/packages/geraint/odata-query-builder)[ RSS](/packages/geraint-odata-query-builder/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

OData Query Builder for PHP
===========================

[](#odata-query-builder-for-php)

[![Build and Test](https://github.com/Geraint/odata-query-builder/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/Geraint/odata-query-builder/actions/workflows/build-and-test.yml/badge.svg)

This is basic query builder with a [fluent interface](https://en.wikipedia.org/wiki/Fluent_interface) for constructing [OData](https://en.wikipedia.org/wiki/Open_Data_Protocol) URL's.

It is not intended to be a full implementation but, if your needs are modest, then it could be a good fit for your project.

Install
-------

[](#install)

```
composer require geraint/odata-query-builder

```

Example
-------

[](#example)

```
