PHPackages                             envoyr/php-froxlor-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. envoyr/php-froxlor-client

ActiveLibrary

envoyr/php-froxlor-client
=========================

0.10.38(4y ago)0596↑900%[1 issues](https://github.com/envoyr/php-froxlor-client/issues)MITPHPPHP ^7.4|^8.0

Since Jan 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/envoyr/php-froxlor-client)[ Packagist](https://packagist.org/packages/envoyr/php-froxlor-client)[ RSS](/packages/envoyr-php-froxlor-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (6)Used By (0)

PHP Froxlor API Client
======================

[](#php-froxlor-api-client)

Warning

We have changed the way we get the object. Now you have to use the `id` instead of the `name` to get, change or delete the object.

API Wrapper for Froxlor.

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

[](#installation)

You can install it via composer:

```
$ composer require envoyr/php-froxlor-client
```

How to use
----------

[](#how-to-use)

```
$froxlor = new \Envoyr\Froxlor\Server([
    'host' => 'https://froxlor.example.com',
    'key' => '',
    'secret' => ''
]);
```

### Customer

[](#customer)

```
$response = $froxlor
    ->customers
    ->create([
        'email' => 'hello@example.com',
        'firstname' => 'Test',
        'name' => 'Testman',
        'custom_notes' => 'Created By API',
        'customernumber' => 1337,
        'new_loginname' => 'username',
        'new_customer_password' => 'someRandomString',
        'hosting_plan_id' => 1,
        'api_allowed' => false,
        'createstdsubdomain' => true,
    ]);
```

### Email

[](#email)

```
$response = $froxlor
    ->customer(1)
    ->email(1)
    ->attributes;
```

### Info

[](#info)

Domains, Ftps, Email &amp; EmailAccounts are also available.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

5

Last Release

516d ago

Major Versions

0.10.x-dev → 2.0.10-alpha+22023-02-14

2.x-dev → 3.0.0-alpha+22024-12-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/64a10ad37cbd186601e725d894b9f35bdb9ec47782d9751a36e639d4ae795174?d=identicon)[envoyr](/maintainers/envoyr)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/envoyr-php-froxlor-client/health.svg)

```
[![Health](https://phpackages.com/badges/envoyr-php-froxlor-client/health.svg)](https://phpackages.com/packages/envoyr-php-froxlor-client)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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