2017 © Pedro Peláez
 

symfony-bundle billingo-bundle

API wrapper for https://www.billingo.hu

image

padam87/billingo-bundle

API wrapper for https://www.billingo.hu

  • Friday, February 9, 2018
  • by Padam87
  • Repository
  • 1 Watchers
  • 1 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 16 % Grown

The README.md

Installation

composer require padam87/billingo-bundle, (*1)

App kernel: new Padam87\BillingoBundle\Padam87BillingoBundle(),, (*2)

Configuration:

padam87_billingo:
    authentication:
        public_key: your_public_key
        private_key: your_private_key

Usage:

$client = $this->get('padam87_billingo.api')->request('POST', 'clients', [/* ... */]);

In the example above $client will contain the complete response from the API. The response data should be accessed by $client['data']., (*3)

Configuration reference:

padam87_billingo:
    authentication:       # Required
        public_key:           ~ # Required
        private_key:          ~ # Required
        lifetime:             120
    api:
        version:              2
        base_url:             'https://www.billingo.hu/api/'

The Versions

09/02 2018

dev-master

9999999-dev https://github.com/Padam87/BillingoBundle

API wrapper for https://www.billingo.hu

  Sources   Download

MIT

The Requires

 

by Adam Prager

api symfony billingo

09/02 2018

v0.2.0

0.2.0.0 https://github.com/Padam87/BillingoBundle

API wrapper for https://www.billingo.hu

  Sources   Download

MIT

The Requires

 

by Adam Prager

api symfony billingo

09/02 2018

dev-time

dev-time https://github.com/Padam87/BillingoBundle

API wrapper for https://www.billingo.hu

  Sources   Download

MIT

The Requires

 

by Adam Prager

api symfony billingo

17/01 2018

dev-sf4

dev-sf4 https://github.com/Padam87/BillingoBundle

API wrapper for https://www.billingo.hu

  Sources   Download

MIT

The Requires

 

by Adam Prager

api symfony billingo

18/04 2017

v0.1.2

0.1.2.0 https://github.com/Padam87/BillingoBundle

API wrapper for https://www.billingo.hu

  Sources   Download

MIT

The Requires

 

by Adam Prager

api symfony billingo

14/04 2017

v0.1.1

0.1.1.0 https://github.com/Padam87/BillingoBundle

API wrapper for https://www.billingo.hu

  Sources   Download

MIT

The Requires

 

by Adam Prager

api symfony billingo

23/03 2016

v0.1.0

0.1.0.0 https://github.com/Padam87/BillingoBundle

API wrapper for https://www.billingo.hu

  Sources   Download

MIT

The Requires

 

by Adam Prager

api symfony billingo