PHPackages                             qeti/simple-podata - 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. qeti/simple-podata

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

qeti/simple-podata
==================

Library for simple use OData with POData library

v0.9.7(10y ago)51.7k5[1 issues](https://github.com/Qeti/SimplePOData/issues)1MITPHPPHP &gt;=5.4.0

Since Sep 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Qeti/SimplePOData)[ Packagist](https://packagist.org/packages/qeti/simple-podata)[ Docs](https://github.com/qeti/SimplePOData#readme)[ RSS](/packages/qeti-simple-podata/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (10)Used By (1)

Library for simple use OData with POData library
================================================

[](#library-for-simple-use-odata-with-podata-library)

What is this?
----------------------------------------------

[](#what-is-this-)

Implementation of DataService and QueryProvider classes, what helps to make easy start with [OData](http://www.odata.org/).

### Who is using it?

[](#who-is-using-it)

- It's instrument for PHP developers, who want use OData with minimum efforts.

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

[](#installation-)

[PHP 5.4 or higher](http://www.php.net/downloads.php) is required to use it.

Installation is recommended to be done via [composer](https://getcomposer.org/ "The PHP package manager"). Add the following to the `require` and `repositories` sections in `composer.json` of Yii2 project:

```
    "require": {
       "qeti/SimplePOData": ">=0.9.1"
    }
```

Run `composer update` afterwards.

Usage
---------------------------------------

[](#usage-)

### TODO: to be documented

[](#todo-to-be-documented)

Try to open links:

- http:///odata.svc/$metadata
- http:///odata.svc/Products?$format=json&amp;$skip=1&amp;$top=14&amp;$inlinecount=allpages&amp;$filter=code eq 'book'
- http:///odata.svc/Products/$count?&amp;$filter=code eq 'book'
- http:///odata.svc/Products(2465)

For more details about URL format, see [OData documentation](http://www.odata.org/documentation/odata-version-2-0/uri-conventions/).

### Am I free to use this?

[](#am-i-free-to-use-this)

This library is open source and licensed under the [MIT License](http://opensource.org/licenses/MIT). This means that you can do whatever you want with it as long as you mention my name and include the [license file](https://github.com/qeti/SimplePOData/blob/master/LICENSE). Check the [license](https://github.com/qeti/SimplePOData/blob/master/LICENSE) for details.

Contact
-------

[](#contact)

Feel free to contact me using [email](mailto:mnvx@yandex.ru).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

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

8

Last Release

3923d ago

### Community

Maintainers

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

---

Top Contributors

[![mnvx](https://avatars.githubusercontent.com/u/829880?v=4)](https://github.com/mnvx "mnvx (18 commits)")

---

Tags

restodatapodata

### Embed Badge

![Health badge](/badges/qeti-simple-podata/health.svg)

```
[![Health](https://phpackages.com/badges/qeti-simple-podata/health.svg)](https://phpackages.com/packages/qeti-simple-podata)
```

###  Alternatives

[zircote/swagger-php

Generate interactive documentation for your RESTful API using PHP attributes (preferred) or PHPDoc annotations

5.3k140.4M554](/packages/zircote-swagger-php)[psr/link

Common interfaces for HTTP links

2.5k149.8M81](/packages/psr-link)[league/fractal

Handle the output of complex data structures ready for API output.

3.5k66.1M529](/packages/league-fractal)[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k75.0M336](/packages/friendsofsymfony-rest-bundle)[lexik/jwt-authentication-bundle

This bundle provides JWT authentication for your Symfony REST API

2.6k61.3M242](/packages/lexik-jwt-authentication-bundle)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k66.1M253](/packages/nelmio-api-doc-bundle)

PHPackages © 2026

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