PHPackages                             miisieq/infakt-client-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. miisieq/infakt-client-bundle

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

miisieq/infakt-client-bundle
============================

The InfaktClientBundle provides integration of the InfaktClient library into the Symfony framework.

1101PHPCI failing

Since Dec 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/miisieq/InfaktClientBundle)[ Packagist](https://packagist.org/packages/miisieq/infakt-client-bundle)[ RSS](/packages/miisieq-infakt-client-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Infakt API Client Bundle
========================

[](#infakt-api-client-bundle)

Style-CI[![StyleCI](https://camo.githubusercontent.com/4fa681d2baa1743ee536f3988b6c522cb7de975a76e6970dfc6feb3819370113/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131353535303333362f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/115550336)The **InfaktClientBundle** provides integration of the [**InfaktClient**](https://github.com/miisieq/InfaktClient) library into the Symfony framework.

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

[](#installation)

### Step 1: Install the bundle

[](#step-1-install-the-bundle)

First, open a command console, enter your project directory and execute the following command to download the latest version of this bundle:

```
composer require miisieq/InfaktClientBundle

```

### Step 2: Register the bundle in your kernel

[](#step-2-register-the-bundle-in-your-kernel)

Then add the bundle to your kernel:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Infakt\ClientBundle\InfaktClientBundle(),
        ];

        // ...
    }
}
```

### Step 3: Configure the bundle

[](#step-3-configure-the-bundle)

Add your Infakt API key to the configuration:

```
# app/config/config.yml

infakt_client:
    api_key: d8578edf8458ce06fbc5bb76a58c5ca4d8578edf
```

License
-------

[](#license)

This package is released under the MIT license. See the included [LICENSE](LICENSE) file for more information.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13700051?v=4)[Michał Szczech](/maintainers/miisieq)[@miisieq](https://github.com/miisieq)

---

Tags

api-clientapi-wrapperinfakt-api

### Embed Badge

![Health badge](/badges/miisieq-infakt-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/miisieq-infakt-client-bundle/health.svg)](https://phpackages.com/packages/miisieq-infakt-client-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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