PHPackages                             churakovmike/enot-io-client - 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. churakovmike/enot-io-client

ActiveLibrary[API Development](/categories/api)

churakovmike/enot-io-client
===========================

PHP API client for enot.io

6182[1 PRs](https://github.com/Churakovmike/enot-io-client/pulls)PHPCI failing

Since May 31Pushed 2w ago1 watchersCompare

[ Source](https://github.com/Churakovmike/enot-io-client)[ Packagist](https://packagist.org/packages/churakovmike/enot-io-client)[ RSS](/packages/churakovmike-enot-io-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Enot.io php api package
=======================

[](#enotio-php-api-package)

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

[](#installation)

```
composer require churakovmike/enot-io-client
```

or with composer.phar

```
php composer.phar require churakovmike/enot-io-client
```

Usage
-----

[](#usage)

Initialize api client in your code. There are two way.

```
use ChurakovMike\EnotIO\Client;

$client = new Client([
    'merchantId' => 'your-merchant-id',
    'secretWord' => 'your-secret-word',
    'apiKey' => 'your-api-key',
    'email' => 'your-email',
]);
```

All parameters in constructor are optional. You can set or change it later.

```
use ChurakovMike\EnotIO\Client;

$client = new Client();
$client->setMerchantId('your-merchant-id');
$client->setSecretWord('your-merchant-id');
$client->setApiKey('your-api-key');
$client->setEmail('your-email');
```

### Methods

[](#methods)

#### Get balance

[](#get-balance)

```
use ChurakovMike\EnotIO\Client;

$client = new Client([
    'api_key' => 'your-api-key',
    'email' => 'your-email',
])

$balance = $client->getBalance();
```

#### Get available payment services

[](#get-available-payment-services)

```
use ChurakovMike\EnotIO\Client;

$client = new Client([
    'merchantId' => 'your-merchant-id',
    'secretWord' => 'your-secret-word',
])

$paymentServices = $client->getAvailablePaymentServices();
```

#### Withdraw money

[](#withdraw-money)

```
use ChurakovMike\EnotIO\Client;

$client = new Client([
    'api_key' => 'your-api-key',
    'email' => 'your-email',
])

$paymentServices = $client->getAvailablePaymentServices($service, $wallet, $amount);
```

#### Generate payment link

[](#generate-payment-link)

[See methods signature](https://github.com/Churakovmike/enot-io-client/blob/master/src/Client.php#L193)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance63

Regular maintenance activity

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8476343?v=4)[Churakov Mikhail](/maintainers/Churakovmike)[@Churakovmike](https://github.com/Churakovmike)

---

Top Contributors

[![Churakovmike](https://avatars.githubusercontent.com/u/8476343?v=4)](https://github.com/Churakovmike "Churakovmike (13 commits)")

### Embed Badge

![Health badge](/badges/churakovmike-enot-io-client/health.svg)

```
[![Health](https://phpackages.com/badges/churakovmike-enot-io-client/health.svg)](https://phpackages.com/packages/churakovmike-enot-io-client)
```

###  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.0k12](/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)
