PHPackages                             khorsa/ispmanager-api - 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. khorsa/ispmanager-api

ActiveLibrary[API Development](/categories/api)

khorsa/ispmanager-api
=====================

Service to access to ISPManager API

0.3.2(2y ago)08MITPHPPHP ^8.1

Since Dec 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Khorsa/php-ispmanager-api)[ Packagist](https://packagist.org/packages/khorsa/ispmanager-api)[ RSS](/packages/khorsa-ispmanager-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

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

[](#php-ispmanager-api)

API для ISPManager 6

*В разработке, текущая версия - 0.3.0 (05.12.2023)*

Текущий список реализованных функций:
-------------------------------------

[](#текущий-список-реализованных-функций)

- user.suspend - отключить пользователя - IspUser::suspend($username)
- user.resume - включить пользователя - IspUser::resume($username)
- user.delete - удалить пользователя - IspUser::delete($username)
- webdomain - получить список веб-доменов - IspWebDomain::list($username)

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

[](#использование)

```
class Manage()
{
    public function __construct(
        private readonly IspUser $ispUser,
    ){
        $this->ispUser->setAccessData(new IspAccessData(
            'https',
            'fake-site.com',
            1500,
            'login',
            'password',
        ));
    }

    public function turnOff(string $username): void
    {
        try {
            $this->ispUser->suspend($username);
        } catch(IspException $ex) {
            print $ex->getMessage();
        }
    }
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Every ~11 days

Total

4

Last Release

865d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58188ce140ee974c212fe34fd7bc96ae242ad932e80abc7e4493bf07d577986d?d=identicon)[khorsa](/maintainers/khorsa)

---

Top Contributors

[![Khorsa](https://avatars.githubusercontent.com/u/5018897?v=4)](https://github.com/Khorsa "Khorsa (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

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