Skip to content

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

License

Notifications You must be signed in to change notification settings

miisieq/InfaktClientBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infakt API Client Bundle

Style-CI
StyleCI

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

Installation

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

Then add the bundle to your kernel:

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

        // ...
    }
}

Step 3: Configure the bundle

Add your Infakt API key to the configuration:

# app/config/config.yml

infakt_client:
    api_key: d8578edf8458ce06fbc5bb76a58c5ca4d8578edf

License

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published