miisieq / infakt-client-bundle
The InfaktClientBundle provides integration of the InfaktClient library into the Symfony framework.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- miisieq/infakt-client: dev-master
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^7.2
This package is auto-updated.
Last update: 2024-11-08 01:57:06 UTC
README
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.