2017 © Pedro Peláez
 

library halda-php-sdk

Halda PHP SDK

image

szeidler/halda-php-sdk

Halda PHP SDK

  • Friday, January 26, 2018
  • by szeidler
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Halda PHP SDK

Build Status, (*1)

Halda PHP SDK utilizes guzzle-services for an easy integration with Halda's Taximeter API., (*2)

Requirements

  • PHP 5.6.0 or greater (PHP 7 recommended)
  • Composer
  • Guzzle

Installation

Add Halda PHP SDK as a composer dependency., (*3)

composer require szeidler/halda-php-sdk:^1.0, (*4)

Usage

Returns the asset representation based on the resource url of the asset., (*5)

use Halda\HaldaClient;

$client = new HaldaClient([
    'baseUrl'  => '"https://www.halda.se/HaldaAppService/AppService.svc',
    'code' => 'Azd9kDr2V',
]);

$order = $client->lookupOrder(['Orderid' => 12345]);
print $order->offsetGet('ExternalOrderNo');

Testing

This SDK includes PHPUnit as a composer require-dev. Copy the phpunit.xml.dist to phpunit.xml and fill in with your API testing credentials., (*6)

./vendor/bin/phpunit -c phpunit.xml, (*7)

Credits

Stephan Zeidler for Ramsalt Lab AS, (*8)

License

The MIT License (MIT), (*9)

The Versions

26/01 2018

dev-master

9999999-dev https://github.com/szeidler/halda-php-sdk

Halda PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan Zeidler

halda taximeter

26/01 2018

v1.0.5

1.0.5.0 https://github.com/szeidler/halda-php-sdk

Halda PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan Zeidler

halda taximeter

25/01 2018

v1.0.4

1.0.4.0 https://github.com/szeidler/halda-php-sdk

Halda PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan Zeidler

halda taximeter

25/01 2018

v1.0.3

1.0.3.0 https://github.com/szeidler/halda-php-sdk

Halda PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan Zeidler

halda taximeter

25/01 2018

v1.0.2

1.0.2.0 https://github.com/szeidler/halda-php-sdk

Halda PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan Zeidler

halda taximeter

24/01 2018

v1.0.1

1.0.1.0 https://github.com/szeidler/halda-php-sdk

Halda PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan Zeidler

halda taximeter

24/01 2018

v1.0.0

1.0.0.0 https://github.com/szeidler/halda-php-sdk

Halda PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stephan Zeidler

halda taximeter