2017 © Pedro PelĂĄez
 

symfony-bundle infakt-client-bundle

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

image

miisieq/infakt-client-bundle

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

  • Saturday, July 14, 2018
  • by miisieq
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Infakt API Client Bundle

Style-CI
StyleCI

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(),
        ];

        // ...
    }
}

Step 3: Configure the bundle

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)

The Versions

14/07 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by MichaƂ Szczech

28/12 2017

dev-analysis-zYxyQA

dev-analysis-zYxyQA

  Sources   Download

MIT

The Requires

 

The Development Requires

by MichaƂ Szczech