Infakt API Client Bundle
Style-CI |
|
The InfaktClientBundle provides integration of the InfaktClient library into the Symfony framework., (*1)
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:, (*2)
composer require miisieq/InfaktClientBundle
Step 2: Register the bundle in your kernel
Then add the bundle to your kernel:, (*3)
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new Infakt\ClientBundle\InfaktClientBundle(),
];
// ...
}
}
Add your Infakt API key to the configuration:, (*4)
``` yaml, (*5)
app/config/config.yml
infakt_client:
api_key: d8578edf8458ce06fbc5bb76a58c5ca4d8578edf
```, (*6)
License
This package is released under the MIT license. See the included
LICENSE file for more information., (*7)