PHPackages                             andriymiz/iiko-biz-api - 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. andriymiz/iiko-biz-api

AbandonedArchivedLibrary[API Development](/categories/api)

andriymiz/iiko-biz-api
======================

A wrapper for iiko biz API

v1.1.0(5y ago)123308MITPHPPHP &gt;=7.2.0

Since Apr 15Pushed 5y ago3 watchersCompare

[ Source](https://github.com/andriymiz/iiko-biz-api)[ Packagist](https://packagist.org/packages/andriymiz/iiko-biz-api)[ Docs](https://github.com/andriymiz/iiko-biz-api)[ RSS](/packages/andriymiz-iiko-biz-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (10)Used By (0)

PHP iiko biz API
================

[](#php-iiko-biz-api)

A simple Object Oriented wrapper for iiko API, written with PHP.

Uses [iiko API v0](https://ru.iiko.help/articles/#!api-documentations/iiko-biz).

Features
--------

[](#features)

- Light and fast thanks to lazy loading of API classes

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

[](#requirements)

- PHP &gt;= 7.2

Install
-------

[](#install)

Via Composer:

```
$ composer require andriymiz/iiko-biz-api
```

In Laravel:

Publish config file

```
$ php artisan vendor:publish --provider="Iiko\Biz\IikoBizServiceProvider"
```

Or in .env file

```
IIKO_BIZ_API_BASE_URI=https://iiko.biz:9900/api/0/
IIKO_BIZ_USER_ID=demoDelivery
IIKO_BIZ_USER_SECRET=PI1yFaKFCGvvJKi
```

Basic usage of `iiko-biz-api` client
------------------------------------

[](#basic-usage-of-iiko-biz-api-client)

```
