PHPackages                             tombabolewski/openiai - 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. tombabolewski/openiai

ActiveLibrary[API Development](/categories/api)

tombabolewski/openiai
=====================

Open IAI API PHP wrapper library

01PHPCI failing

Since Oct 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/tombabolewski/openiai)[ Packagist](https://packagist.org/packages/tombabolewski/openiai)[ RSS](/packages/tombabolewski-openiai/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

openiai
=======

[](#openiai)

*Version:* `0.1.3`

This library is yet unfinished. Use it only at your own risk. Feel free to contribute.

Summary
-------

[](#summary)

Open IAI API PHP wrapper library.

This is a Laravel library that lets you easily connect to IdoSell Shop API and make requests. It aims to cover the whole API (all gates and methods, which are automatically looked for).

Requirements
------------

[](#requirements)

- PHP 7.2
- Laravel 5.8
- ext-json
- ext-soap

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

[](#installation)

Simply use Composer to install this package, either by executing CLI command in your project directory:

```
composer require tombabolewski/openiai
```

or by adding the following line to your `composer.json` file in `require`section:

```
"require" : {
  "tombabolewski/openiai" : "^0.1.3"
}
```

Next, you should add the Service Provider to your `config/app.php` file. Just add the following line to the `providers` array, preferably at the end:

```
'providers' => [
    // (...)
    Tombabolewski/Openiai/OpeniaiServiceProvider::class,
],
```

If you would like, you can also add an alias to the `aliases` array like that:

```
'aliases' => [
    // (...)
    'Openiai' => Tombabolewski/Openiai/Client::class
],
```

Usage
-----

[](#usage)

Section under construction ;\]

Example:

```
//Create openiai client instance
$client = app()->make('Openiai');

//Get all products
$products = $client->Products->get();
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/54325841?v=4)[tomke](/maintainers/tombabolewski)[@tombabolewski](https://github.com/tombabolewski)

---

Top Contributors

[![tombabolewski](https://avatars.githubusercontent.com/u/54325841?v=4)](https://github.com/tombabolewski "tombabolewski (15 commits)")

### Embed Badge

![Health badge](/badges/tombabolewski-openiai/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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