PHPackages                             iikoapilibrary/iikoapi - 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. [Framework](/categories/framework)
4. /
5. iikoapilibrary/iikoapi

ActiveLibrary[Framework](/categories/framework)

iikoapilibrary/iikoapi
======================

The library provides method for work with iikoAPI

0.1.5(2y ago)010MITPHPPHP ^8.1

Since Mar 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AntiToxicic/iikoAPI.Library)[ Packagist](https://packagist.org/packages/iikoapilibrary/iikoapi)[ RSS](/packages/iikoapilibrary-iikoapi/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

iikoAPI Library
===============

[](#iikoapi-library)

iikoAPI Library is a PHP client for interacting with the iiko API. It is designed to simplify the process of making API calls to iiko and handling the responses.

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

[](#installation)

You can install the package via composer:

```
composer require iikoapilibrary/iikoapi
```

Configuration
-------------

[](#configuration)

After installing the iikoAPI Library, publish its configuration file to your Laravel project:

```
php artisan vendor:publish --provider="IikoApiLibrary\Providers\iikoServiceProvider" --tag="iikoapi-config"
```

Resources
---------

[](#resources)

Also you need to publish resource files to your Laravel project

```
php artisan vendor:publish --provider="IikoApiLibrary\Providers\iikoServiceProvider" --tag="iikoapi-resources"
```

This will publish the iikoapi.php configuration file to your config directory. In this file, you can specify the API login credentials and other settings.

Usage
-----

[](#usage)

Here is a simple example of how to use the iikoAPI client:

```
$organization = iikoClientFacade::create()->GetOrganizationsInfo();

$menu = iikoClientFacade::create()->ExportMenu($organization['organizations'][0]['id']);

$arr = $menu->toArray(1);

echo dd($arr);
```

Make sure to check out the API documentation for a list of available methods.

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

881d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35369828?v=4)[Alex Trukhin](/maintainers/AntiToxicic)[@antitoxicic](https://github.com/antitoxicic)

---

Top Contributors

[![antitoxicic](https://avatars.githubusercontent.com/u/35369828?v=4)](https://github.com/antitoxicic "antitoxicic (11 commits)")

---

Tags

frameworklaravel

### Embed Badge

![Health badge](/badges/iikoapilibrary-iikoapi/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.5k](/packages/laravel-framework)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M997](/packages/laravel-socialite)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k31.8M161](/packages/laravel-cashier)[illuminate/routing

The Illuminate Routing package.

1239.4M3.5k](/packages/illuminate-routing)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9922.4M146](/packages/roots-acorn)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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