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

ActiveLibrary[API Development](/categories/api)

fastje/enot-io-client
=====================

PHP API client for enot.io

v1.0.6(2y ago)02.5k↓50%MITPHPPHP ^7.4 || ^8.0

Since May 13Pushed 2y agoCompare

[ Source](https://github.com/FAST-JE/enot-io-client)[ Packagist](https://packagist.org/packages/fastje/enot-io-client)[ RSS](/packages/fastje-enot-io-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

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

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

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

[](#installation)

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

or with composer.phar

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

Usage
-----

[](#usage)

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

```
use FASTJE\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 FASTJE\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 FASTJE\EnotIO\Client;

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

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

#### Withdraw money

[](#withdraw-money)

```
use FASTJE\EnotIO\Client;

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

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 56.7% 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.

###  Release Activity

Cadence

Every ~169 days

Recently: every ~146 days

Total

7

Last Release

811d ago

PHP version history (5 changes)v1.0.0PHP ^7.0

v1.0.3PHP ^8.1

v1.0.4PHP ^8.3

v1.0.5PHP ^7.4

v1.0.6PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/06ab3dd135e50932a1de282e813ce869d88eb8107350d0920388eaa026a26e9c?d=identicon)[FAST-JE](/maintainers/FAST-JE)

---

Top Contributors

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

---

Tags

enot.ioenotenot php

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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