PHPackages                             urichalex/ispmanager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. urichalex/ispmanager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

urichalex/ispmanager
====================

Управление сервером под управлением панели IspManager 4

762PHP

Since Feb 27Pushed 7y ago3 watchersCompare

[ Source](https://github.com/de-salvatierra/ispmanager-php)[ Packagist](https://packagist.org/packages/urichalex/ispmanager)[ RSS](/packages/urichalex-ispmanager/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

ispmanager-php
==============

[](#ispmanager-php)

PHP класс для работы с ISPManager

Использование:

$user = 'root'; // Логин администратора ISP, имеющего права работы с пользователями $password = 'password'; // Пароль этого администратора $domain = 'example.com'; // Домен, на котором расположен ISPManager $ip = '10.0.0.25'; // IP адрес, который будет назначен пользователю по-умолчанию $preset = 'free'; // Название шаблона прав пользователей, который будет назначен пользователям

include **DIR** . '/libs/ispManager.php';

$isp = new ispmanager($admin, $password, $preset, $domain, $ip);

// Добавление пользователя $isp-&gt;ispUserAdd('username', 'password', '');

// Удаление пользователя $isp-&gt;ispUserDel('username');

// Смена пароля пользователя $isp-&gt;ispPasswd('username', 'newpassword');

// Выключение аккаунта $isp-&gt;ispUserDisable('username');

// Включение аккаунта $isp-&gt;ispUserEnable('username');

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/c423a206878ae051a385773f1f69bb2eff1ddb724c6e114c757b5ba1b55c03bf?d=identicon)[urichalex](/maintainers/urichalex)

---

Top Contributors

[![de-salvatierra](https://avatars.githubusercontent.com/u/5816848?v=4)](https://github.com/de-salvatierra "de-salvatierra (24 commits)")

### Embed Badge

![Health badge](/badges/urichalex-ispmanager/health.svg)

```
[![Health](https://phpackages.com/badges/urichalex-ispmanager/health.svg)](https://phpackages.com/packages/urichalex-ispmanager)
```

PHPackages © 2026

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