2017 © Pedro Peláez
 

library laravel-api

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

image

aanbieders/laravel-api

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  • Tuesday, January 12, 2016
  • by Elimentz
  • Repository
  • 2 Watchers
  • 0 Stars
  • 266 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 34 Versions
  • 0 % Grown

The README.md

Aanbieders.be comparison API

This package offers the Laravel integration of the Aanbieders.be comparison collection API. This API can be used by partners and affiliates of Aanbieders to leverage information from the Aanbieders comparison calculation engine on their own websites., (*1)

Installation

Pull this package in through Composer., (*2)


{ "require": { " aanbieders/laravel-api": "4.*" } }

Next, you will need to add several values to your .env file:, (*3)


AB_CRM_URL=http://foo.com/bar // URL to the Aanbieders CRM system API_staging=false // Is this a staging server? API_key=your_public_api_key // Public API key API_secret=your_secret_api_key // Private API key

In order to use the API (and thus this package), an API key is required. If you are in need of such a key, please get in touch with Aanbieders.be via their website., (*4)

Usage

Add the API service provider to your config/app.php file, (*5)


'providers' => array( //... 'Aanbieders\Api\ApiServiceProvider', ),

Add the API as an alias to your config/app.php file, (*6)


'facades' => array( //... 'Api' => 'Aanbieders\Api\Facades\Api', ),

Once this is done, you can access the API using the alias you have selected in your config/app.php file:, (*7)


$products = Api::getProducts( array( 'sg' => 'consumer', 'cat' => 'internet', 'lang' => 'nl' ) ); $suppliers = Api::getSuppliers( array( 'sg' => 'consumer', 'cat' => 'internet', 'lang' => 'nl' ) ); $comparisons = Api::getComparisons( array( 'sg' => 'consumer', 'cat' => 'gas', 'lang' => 'nl', 'u' => '4000', 'ut' => 'kwh', 'zip' => '3540', 't' => 'no', 'd' => '0' ) ); $contract = Api::getContract(63);

For information regarding all possible parameters and their properties, we kindly refer you to the API documentation., (*8)

License

This package is proprietary software and may not be copied or redistributed without explicit permission., (*9)

Contact

Evert Engelen, (*10)

  • Email: evert@aanbieders.be

The Versions

12/01 2016

dev-master

9999999-dev http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

12/01 2016

4.0.1

4.0.1.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

06/01 2016

dev-release/2.1

dev-release/2.1 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

06/01 2016

2.2.0

2.2.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

06/01 2016

4.0.0

4.0.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

05/01 2016

3.0.0

3.0.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

04/01 2016

2.1.2

2.1.2.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

28/12 2015

2.1.1

2.1.1.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

28/12 2015

2.1.0

2.1.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

14/12 2015

2.0.0

2.0.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

27/10 2015

1.2.0

1.2.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

19/10 2015

1.1.0

1.1.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

28/09 2015

1.0.1

1.0.1.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

28/09 2015

1.0.0

1.0.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

16/09 2015

0.2.2

0.2.2.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

10/09 2015

0.2.1

0.2.1.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

10/09 2015

0.2.0

0.2.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

08/06 2015

0.1.18

0.1.18.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

05/02 2015

0.1.17

0.1.17.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

11/12 2014

0.1.15

0.1.15.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

11/12 2014

0.1.14

0.1.14.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

10/12 2014

0.1.13

0.1.13.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

25/06 2014

0.1.12

0.1.12.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

25/06 2014

0.1.11

0.1.11.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

25/06 2014

0.1.9

0.1.9.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

25/06 2014

0.1.7

0.1.7.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

20/06 2014

0.1.6

0.1.6.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

15/06 2014

0.1.5

0.1.5.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

01/06 2014

dev-develop

dev-develop http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

01/06 2014

0.1.4

0.1.4.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

03/05 2014

0.1.3

0.1.3.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

26/04 2014

0.1.2

0.1.2.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

26/04 2014

0.1.1

0.1.1.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders

26/04 2014

0.1.0

0.1.0.0 http://www.aanbieders.be

Laravel package to recover information of the Aanbieders.be Comparison service provider, using the Aanbieders API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Oris

laravel api aanbieders