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

6182PHP

Since May 31Pushed 5y 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 yesterday

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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

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

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