Download the PHP package sightseeingtech/passhub-api without Composer
On this page you can find all versions of the php package sightseeingtech/passhub-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sightseeingtech/passhub-api
More information about sightseeingtech/passhub-api
Files in sightseeingtech/passhub-api
Download sightseeingtech/passhub-api
More information about sightseeingtech/passhub-api
Files in sightseeingtech/passhub-api
Vendor sightseeingtech
Package passhub-api
Short Description PassHub API Client
License MIT
Homepage http://sightseeing.tech
Package passhub-api
Short Description PassHub API Client
License MIT
Homepage http://sightseeing.tech
Please rate this library. Is it a good library?
Informations about the package passhub-api
PassHub Api
PassHub API documentation
Access PassHub with Php. This module offers high level and low level calls to the API.
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
Class | Method | HTTP request | Description |
---|---|---|---|
OrderRecordResourceApi | createOrderRecord | POST /api/v1/orderRecords | createOrderRecord |
OrderRecordResourceApi | getAllOrderRecords | GET /api/v2/orderRecords | getAllOrderRecords |
OrderRecordResourceApi | getOrderRecord | GET /api/v1/orderRecords/{id} | getOrderRecord |
OrderRecordResourceApi | mergeVouchers | POST /api/v1/orderRecords/mergeVouchers | mergeVouchers |
OrderRecordResourceApi | updateOrderRecord | PUT /api/v1/orderRecords | updateOrderRecord |
ProductResourceApi | findProductsByVendor | GET /api/v1/products/vendor/{vendorId} | findProductsByVendor |
ProductResourceApi | getAllProducts | GET /api/v2/products | getAllProducts |
VendorResourceApi | getAllVendors | GET /api/v2/vendors | getAllVendors |
VoucherResourceApi | cancelValidation | POST /api/v2/voucher/validate/cancel | [V2] Cancel validation for the voucher |
VoucherResourceApi | cancelVoucher | POST /api/v1/voucher/cancel | cancelVoucher |
VoucherResourceApi | convertVoucher | POST /api/v1/voucher/convert | convertVoucher |
VoucherResourceApi | validateVoucher | POST /api/v2/voucher/validate | [V2] Validates voucher which represents single order item or group of them. |
Documentation For Models
- Address
- Condition
- DeliveryDTO
- ExtraValidationParamDTO
- GenericStatusDTO
- GroupEntryDTO
- OrderItem
- OrderNoteParamDTO
- OrderRecordDTO
- OrderRecordExtendDTO
- ProductDTO
- ProductSuggestion
- RechargeProductGroup
- RechargePrompt
- RechargePromptEntry
- Rule
- SimpleConnectedProductDTO
- SimpleMetadata
- SimpleProductConnectionDTO
- SimpleProductDTO
- SuggestedOrder
- SuggestedOrderItem
- UniversalAttribute
- UserCompactDTO
- UserDTO
- ValidationItemStatusDTO
- ValidationResult
- ValidationResultEntry
- VendorDTO
- VendorDetailDTO
- VoucherPattern
Documentation For Authorization
X-Api-Key
- Type: API key
- API key parameter name: X-Api-Key
- Location: HTTP header
All versions of passhub-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
The package sightseeingtech/passhub-api contains the following files
Loading the files please wait ....