PHPackages                             leveon/connector - 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. leveon/connector

ActiveLibrary[API Development](/categories/api)

leveon/connector
================

Module for simplifying interactions with leveon's exchange api

017PHP

Since Jun 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mrlinlev/connector)[ Packagist](https://packagist.org/packages/leveon/connector)[ RSS](/packages/leveon-connector/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Leveon connector
================

[](#leveon-connector)

This package is useful for simplifying interaction with Leveon exchange api

Requirement
-----------

[](#requirement)

- `PHP 8`
- `PHP` extensions:
    - `json`
    - `curl`
    - `sqlite3`
- `composer/composer`

Install
-------

[](#install)

```
composer require leveon/connector

```

Add to your `composer.json` auto updating scripts, which will automatically migrate your project and local database on module upgrading

```
"scripts": {
    "leveon-install": "Leveon\\Connector\\Deploy\\Installer::Install",
    "post-package-update":  [
      "@leveon-install"
    ],
    "post-install-cmd":  [
      "@leveon-install"
    ],
}

```

After first installation, when you have added `scripts` to `composer.json` manually run

```
composer run-script leveon-install

```

When this command completed, next structure will be created in your project

```
[project dir]
├╴config
│  └╴leveon.php
└╴data
  └╴leveon
    └╴connector.sqlite
    └╴connector.sqlite-shm
    └╴connector.sqlite-wal

```

In file `config/leveon.config.php` you should define your access tokens which can be obtained in your [personal account](https://cds.leveon.ru/cabinet/settings/api-keys "Go to Leveon website")

- `key`
- `signKey`

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

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/163206251?v=4)[Mr11n](/maintainers/Mr11n)[@mr11n](https://github.com/mr11n)

### Embed Badge

![Health badge](/badges/leveon-connector/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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