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 yesterday

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 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

836d 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.8k543.8M20.1k](/packages/laravel-framework)[laravel/socialite

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

5.7k108.5M885](/packages/laravel-socialite)[laravel/cashier

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

2.6k29.9M146](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)

PHPackages © 2026

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