PHPackages                             sebtm/inwx-api-bundle - 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. sebtm/inwx-api-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

sebtm/inwx-api-bundle
=====================

A Symfony bundle for using "inwx/php-client".

v1.0.1(6y ago)3412[3 PRs](https://github.com/SebTM/inwx-api-bundle/pulls)MITPHPPHP &gt;=7.2

Since Apr 2Pushed 5y agoCompare

[ Source](https://github.com/SebTM/inwx-api-bundle)[ Packagist](https://packagist.org/packages/sebtm/inwx-api-bundle)[ RSS](/packages/sebtm-inwx-api-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (5)Dependencies (8)Versions (9)Used By (0)

INWX-API-Bundle
===============

[](#inwx-api-bundle)

[![Build Status](https://camo.githubusercontent.com/f9ad9a712db9643c7033cfe9767a1ba9894f057f7bada22e0ae95974ebc1176a/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e742e7376673f75726c3d6874747073253341253246253246616374696f6e732d62616467652e6174726f782e646576253246536562544d253246696e77782d6170692d62756e646c652532466261646765267374796c653d666c6174)](https://actions-badge.atrox.dev/SebTM/inwx-api-bundle/goto)[![Coverage Status](https://camo.githubusercontent.com/55078990ad247350e51706e432129e135eeabc8ad5f4dd2e11559e375fddf123/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f536562544d2f696e77782d6170692d62756e646c652f62616467652e737667)](https://coveralls.io/github/SebTM/inwx-api-bundle)[![Total Downloads](https://camo.githubusercontent.com/a11f724440fe4d75203132cea7544a9889a4d6e44a4074478e9064ed3fd95737/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f536562544d2f696e77782d6170692d62756e646c652e737667)](https://packagist.org/packages/SebTM/inwx-api-bundle)[![GitHub license](https://camo.githubusercontent.com/2e8fc0d3c670e2c95f13f9a28b29b2bc9596e3cf679039adbd7c61a0a906e8e0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f536562544d2f696e77782d6170692d62756e646c652e737667)](https://github.com/SebTM/inwx-api-bundle/blob/master/LICENSE.md)

A Symfony bundle for including the [INWX PHP-Client](https://github.com/inwx/php-client).

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

[](#installation)

The INWX bundle can be installed via [Composer](http://getcomposer.org) by requiring the `sebtm/inwx-api-bundle` package in your project's `composer.json`:

```
{
    "require": {
        "sebtm/inwx-api-bundle": "~1.0"
    }
}
```

and adding an instance of `SebTM\INWX\InwxApiBundle` to your application's kernel:

```
class AppKernel extends Kernel
{
    public function registerBundles(): void
    {
        return [
            new \SebTM\INWX\InwxApiBundle(),
        ];
    }
}
```

(This is NOT needed for Symfony-Flex while using recipes!)

Configuration
-------------

[](#configuration)

### Sample YML Configuration

[](#sample-yml-configuration)

The sample configuration which can be placed in `app/config/config.yml` file.

```
inwx_api:
    debug: false
    environment: "development"
    json: true
    language: "en"
    username: "username"
    password: "password"
```

Supported environments: "production", "development" Supported languages: see documentation of INWX PHP-Client

Usage
-----

[](#usage)

This bundle exposes an instance of the `SebTM\INWX\Domrobot` object:

```
Service | Instance Of
--- | ---
inwx_api | SebTM\INWX\Domrobot

```

It provides an additional function called "loginWrapper()" (BC &gt;=1.0.0: login will not overwritten anymore!) for using the login data from configuration.

Links
-----

[](#links)

- [INWX PHP-Client on Github](https://github.com/inwx/php-client)
- [INWX PHP-Client Documentation](https://www.inwx.de/en/help/apidoc)
- [License](https://opensource.org/licenses/MIT)
- [Symfony website](http://symfony.com/)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~157 days

Total

5

Last Release

2382d ago

Major Versions

v0.3.0 → v1.0.02019-12-22

PHP version history (3 changes)v0.1.0PHP &gt;=5.6

v0.2.0PHP &gt;=7.1

v1.0.0PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17243347?v=4)[Basti](/maintainers/SebTM)[@SebTM](https://github.com/SebTM)

---

Top Contributors

[![SebTM](https://avatars.githubusercontent.com/u/17243347?v=4)](https://github.com/SebTM "SebTM (7 commits)")[![keradus](https://avatars.githubusercontent.com/u/2716794?v=4)](https://github.com/keradus "keradus (1 commits)")[![localheinz](https://avatars.githubusercontent.com/u/605483?v=4)](https://github.com/localheinz "localheinz (1 commits)")

---

Tags

phpapiclientsymfonyinwx

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/sebtm-inwx-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sebtm-inwx-api-bundle/health.svg)](https://phpackages.com/packages/sebtm-inwx-api-bundle)
```

PHPackages © 2026

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