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 1y ago1 watchersCompare

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

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

15

—

LowBetter than 3% of packages

Maintenance27

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

[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)
