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. [API Development](/categories/api)
4. /
5. envoyr/php-froxlor-client

ActiveLibrary[API Development](/categories/api)

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

3.0.0(1mo ago)0641↓50%[1 issues](https://github.com/envoyr/php-froxlor-client/issues)MITPHPPHP ^7.4|^8.0

Since Jan 18Pushed 1mo 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 3w ago

READMEChangelog (7)Dependencies (2)Versions (7)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

46

—

FairBetter than 92% of packages

Maintenance91

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Recently: every ~393 days

Total

6

Last Release

44d 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://avatars.githubusercontent.com/u/81368729?v=4)[Maurice Preuß](/maintainers/envoyr)[@envoyr](https://github.com/envoyr)

---

Top Contributors

[![envoyr](https://avatars.githubusercontent.com/u/81368729?v=4)](https://github.com/envoyr "envoyr (11 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/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.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

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

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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