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)03.0k↑220.8%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 today

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 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

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

865d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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