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 today

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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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://www.gravatar.com/avatar/10e43d92fc2f606567880d469208002941cae1240f57a30fe3b887cc947c754b?d=identicon)[tombabolewski](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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