2017 © Pedro Peláez
 

library toolbox

E-Contract BVBA toolbox API package

image

econtract/toolbox

E-Contract BVBA toolbox API package

  • Wednesday, November 23, 2016
  • by Evertos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

E-Contract BVBA - Toolbox package

This package offers the integration of the econtract Toolbox API. This API can be used by partners and affiliates of econtract to leverage various services and utility resources owned by econtract on their own websites., (*1)

Installation

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


{ "require": { "econtract/toolbox": "3.*" } }

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


TOOLBOX_API_ENDPOINT=https://toolbox.econtract.be // Toolbox API key URL that is to be used TOOLBOX_API_KEY=your_toolbox_key // Toolbox API key that will authenticate you in our system.

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)

Laravel installation

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


'providers' => array( //... \Econtract\Toolbox\ToolboxServiceProvider::class, ),

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


'facades' => array( //... 'Toolbox' => \Econtract\Toolbox\Facades\Toolbox::class, ),

Usage

Laravel usage

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


$cities = Toolbox::getCities( array( 'query' => 'Kort', ) ); $city = Toolbox::getCity( $id ); $addresses = Toolbox::getAddresses( array( 'street' => 'markt', 'postcode' => '350', 'city' => 'ru', ) );

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

Non-laravel usage


include('vendor/autoload.php'); use Econtract/Toolbox/ToolboxService; $dotenv = new Dotenv\Dotenv(__DIR__); $dotenv->load(); $toolboxService = new ToolboxService(); $toolboxService->getAddresses( array( 'street' => 'markt', 'postcode' => '350', 'city' => 'ru', ) );

License

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

Contact

Charles Dekkers (owner), (*10)

  • Email: charles@aanbieders.be

Jan Oris (developer), (*11)

  • Email: jan.oris@ixudra.be
  • Telephone: +32 496 94 20 57

The Versions

23/11 2016

dev-master

9999999-dev http://aanbieders.be

E-Contract BVBA toolbox API package

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jan Oris

api aanbieders e-contract

23/11 2016

2.0.2

2.0.2.0 http://aanbieders.be

E-Contract BVBA toolbox API package

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jan Oris

api aanbieders e-contract

27/10 2016

2.0.1

2.0.1.0 http://aanbieders.be

E-Contract BVBA toolbox API package

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jan Oris

api aanbieders e-contract

26/10 2016

2.0.0

2.0.0.0 http://aanbieders.be

E-Contract BVBA toolbox API package

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jan Oris

api aanbieders e-contract

09/08 2016

1.0.2

1.0.2.0 http://aanbieders.be

E-Contract BVBA toolbox API package

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jan Oris

api aanbieders e-contract

08/08 2016

1.0.1

1.0.1.0 http://aanbieders.be

E-Contract BVBA toolbox API package

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jan Oris

api aanbieders e-contract

08/08 2016

1.0.0

1.0.0.0 http://aanbieders.be

E-Contract BVBA toolbox API package

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jan Oris

api aanbieders e-contract