spacetab-io / amadeus-console-emulator

Amadeus console emulator (by Command Cryptic)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amadeus console emulator (by Command Cryptic)

Requirements

  1. Libs: libxml2-dev libxslt1-dev
  2. PHP >= 5.6
  3. PHP extensions: xsl soap
  4. Composer
  5. (optional) Docker

Install and configure

  1. Clone this repo
  2. Make composer install
  3. Copy your WSAP wsdl and xsd files into WSDL folder
  4. Create .env file from .env.example and fill it variables

Launch

In system PHP installation

Run php cryptic

Dockerized PHP

Run docker run -it -v "$(pwd)/.env":/console/.env -v "$(pwd)/WSDL":/console/WSDL tmconsulting/amadeus-console-emulator

Warning! To run emulator you need to pass .env file and WSDL folder. Run command from folder that has this files and folder.

About

Amadeus console emulator (by Command Cryptic)


Languages

Language:PHP 93.0%Language:Dockerfile 7.0%