2017 © Pedro Peláez
 

symfony-bundle moneybird-bundle

A Symfony2 bundle for working with Moneybird

image

ruudk/moneybird-bundle

A Symfony2 bundle for working with Moneybird

  • Tuesday, August 4, 2015
  • by ruudk
  • Repository
  • 2 Watchers
  • 3 Stars
  • 1,460 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

RuudkMoneybirdBundle

A Symfony2 bundle for working with Moneybird, (*1)

This bundle uses the official Moneybird PHP API created by Sjors van der Pluijm., (*2)

Installation

Step1: Require the package with Composer

php composer.phar require ruudk/moneybird-bundle, (*3)

Step2: Enable the bundle

Enable the bundle in the kernel:, (*4)

``` php <?php // app/AppKernel.php, (*5)

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

    new Ruudk\MoneybirdBundle\RuudkMoneybirdBundle(),
);

}, (*7)


### Step3: Configure Finally, add the following to your config.yml ``` yaml # app/config/config_prod.yml ruudk_moneybird: subdomain: # Subdomain username: # Username password: # Password

Congratulations! You're ready., (*8)

Use the API

$moneybird = $this->container->get('moneybird.api');

$contactService = $moneybird->getService('Contact');

$contacts = $contactService->getAll();
foreach($contacts AS $contact) {
    echo $contact->name . "<br>";
}

For full usage of the Moneybird API see the documentation., (*9)

Commands

If you want to reset your Moneybird account and delete all invoices and contacts you can run:, (*10)

php app/console moneybird:reset, (*11)

The Versions

04/08 2015

dev-master

9999999-dev http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird

04/08 2015

0.1.8

0.1.8.0 http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird

22/08 2013

0.1.7

0.1.7.0 http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird

04/06 2013

0.1.6

0.1.6.0 http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird

22/03 2013

0.1.5

0.1.5.0 http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird

22/03 2013

0.1.4

0.1.4.0 http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird

08/01 2013

0.1.3

0.1.3.0 http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird

31/10 2012

0.1.2

0.1.2.0 http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird

09/10 2012

0.1.1

0.1.1.0 http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird

08/10 2012

0.1.0

0.1.0.0 http://github.com/ruudk/MoneybirdBundle

A Symfony2 bundle for working with Moneybird

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 moneybird