2017 © Pedro PelĂĄez
 

library travel-libs

Plenty Services Travel Libs

image

plenty/travel-libs

Plenty Services Travel Libs

  • Friday, July 27, 2018
  • by plenty
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1,172 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 8 % Grown

The README.md

Plenty Service's Travel Libs

Info

PHP Package zur Plenty Service's Travel API., (*1)

Dieses Package enthÀlt:, (*2)

  • Request Client
  • Protobuf PHP Klassen

Manual

Installation via Composer, (*3)

composer require plenty/travel-libs, (*4)

Request Kurz Beispiel, (*5)

   <?php
   require_once '../vendor/autoload.php';

   use \PlentyServices\TravelLibs\TravelApiRequest;
   use \PlentyServices\TravelLibs\Protobuf\Person;
   use \DrSlump\Protobuf\Codec;

   ...

   $person = new Person();

   $person->setNameFirst(John);
   $person->setNameLast(Doe);
   $person->setGender(male);

   $codec = new Codec\Json();

   $jsonDocument = $person->serialize($codec);

   $request = new TravelApiRequest();
   $request->setAccessKey('58E66190-BDDD-42EA-8D8F-D3BFBD05B91A');
   $request->setApiEndpoint('travel.plenty.services');
   $request->setAction('/test');

   $request->addJsonDocument($jsonDocument);

   $request->devMode();
   $result = $request->request();

   ...

The Versions

27/07 2018

v1.0.12

1.0.12.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

04/07 2018

v1.0.11

1.0.11.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

28/06 2018

v1.0.10

1.0.10.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

29/03 2018

v1.0.9

1.0.9.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

21/09 2017

v1.0.8

1.0.8.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

27/07 2017

v1.0.7

1.0.7.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

12/07 2017

v1.0.6

1.0.6.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

23/06 2017

v1.0.4

1.0.4.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

23/06 2017

v1.0.5

1.0.5.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

06/04 2017

v1.0.2

1.0.2.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

06/04 2017

v1.0.3

1.0.3.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

14/02 2017

v1.0.1

1.0.1.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

04/12 2016

dev-protobuf

dev-protobuf https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty

04/12 2016

v1.0.0

1.0.0.0 https://plenty.support

Plenty Services Travel Libs

  Sources   Download

(C) 2017 Plenty Services GmbH

The Requires

  • php >=5.5.0

 

by Jan Kolosa

travel plenty