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 today

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 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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://www.gravatar.com/avatar/571c3cd1d712024fbfac8eeac6c086b6d3490aa45bce3f112e8cb3e6d1c5329e?d=identicon)[miisieq](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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