2017 © Pedro Peláez
 

symfony-bundle moneybird-api-bundle

A Symfony2 bundle for working with Moneybird v2

image

kami/moneybird-api-bundle

A Symfony2 bundle for working with Moneybird v2

  • Monday, February 27, 2017
  • by ama3ing
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MoneyBirdApiBundle

MoneyBird Bundle for Symfony 2 Applications. Bundle provides wrapper for moneybird-php-client, (*1)

Build Status SensioLabsInsight, (*2)

Installation

1. Download:

Prefered way to install this bundle is using composer, (*3)

Download the bundle with composer:, (*4)

$ php composer.phar require "kami/moneybird-api-bundle"

2. Enable the bundle in the kernel:

<?php

// app/AppKernel.php


public function registerBundles()
{
    $bundles = array(
        // ...

        new Kami\MoneyBirdApiBundle\KamiMoneyBirdApiBundle(),
    );
}

3. Configure the bundle:

Add the following configuration to your config.yml., (*5)

# app/config/config.yml
kami_moneybird:
    redirect_url: localhost
    client_id: test_client_id
    client_secret: test_client_secret
    debug: false # optional parameter for test mode activation

Only first three configuration values are required to use the bundle., (*6)

MoneyBird Service

Core component of this bundle is MoneyBird service., (*7)

<?php
    $this->get('kami_moneybird'); /** @var \Picqer\Financials\Moneybird\Moneybird */

The Versions

27/02 2017

dev-master

9999999-dev https://github.com/kamilabs/MoneyBirdApiBundle

A Symfony2 bundle for working with Moneybird v2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Stepanenko Stanislav

symfony2 moneybird

27/02 2017

dev-analysis-XW2yWy

dev-analysis-XW2yWy https://github.com/kamilabs/MoneyBirdApiBundle

A Symfony2 bundle for working with Moneybird v2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Stepanenko Stanislav

symfony2 moneybird

06/02 2017

0.1

0.1.0.0 https://github.com/kamilabs/MoneyBirdApiBundle

A Symfony2 bundle for working with Moneybird v2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Stepanenko Stanislav

symfony2 moneybird