PHPackages                             freshost/ispconfig-restapi - 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. freshost/ispconfig-restapi

ActivePackage[API Development](/categories/api)

freshost/ispconfig-restapi
==========================

API class for ISPconfig RESTAPI

v1.1(3y ago)354[1 issues](https://github.com/Freshost/ISPconfigRESTAPI/issues)[1 PRs](https://github.com/Freshost/ISPconfigRESTAPI/pulls)Apache-2.0PHPPHP &gt;=5.4.0

Since Mar 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Freshost/ISPconfigRESTAPI)[ Packagist](https://packagist.org/packages/freshost/ispconfig-restapi)[ RSS](/packages/freshost-ispconfig-restapi/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

ISPConfig 3 REST API PHP Client
===============================

[](#ispconfig-3-rest-api-php-client)

Introduction
------------

[](#introduction)

A simple REST API PHP Client for ispconfig3 remote API.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4.0 (with [json](https://www.php.net/manual/en/json.installation.php) support)

Getting started
---------------

[](#getting-started)

### Composer

[](#composer)

```
$ composer require freshost/ispconfig-restapi
```

Usage
-----

[](#usage)

The package can be included &amp; used on any PHP application.

Examples
--------

[](#examples)

```
$call = new ISPconfigAPI(['user' => 'remote_user', 'pass' => 'changeme', 'url' => 'https://ispconfig.local:8080']);

$client = $call->call("client_get", ["client_id" => 1]);

print_r($client);
```

You can allow the self signed certificate by set verifySSL variable.

```
$call = new ISPconfigAPI(['user' => 'remote_user', 'pass' => 'changeme', 'url' => 'https://ispconfig.local:8080', 'verifySSL' => false]);
```

Feedback and questions
----------------------

[](#feedback-and-questions)

Found a bug or missing a feature? Don't hesitate to create a new issue here on GitHub.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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 ~0 days

Total

2

Last Release

1194d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/98499faefc3fb55d8e8d9b1616104d5b7bca5bad7786b29b4440d8fc9ebe846a?d=identicon)[bicisteadm](/maintainers/bicisteadm)

---

Top Contributors

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

---

Tags

apiapi-clientapi-restcomposercomposer-projectispconfigispconfig3phpphp-library

### Embed Badge

![Health badge](/badges/freshost-ispconfig-restapi/health.svg)

```
[![Health](https://phpackages.com/badges/freshost-ispconfig-restapi/health.svg)](https://phpackages.com/packages/freshost-ispconfig-restapi)
```

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