- Libs: libxml2-dev libxslt1-dev
- PHP >= 5.6
- PHP extensions: xsl soap
- Composer
- (optional) Docker
- Clone this repo
- Make
composer install
- Copy your WSAP wsdl and xsd files into WSDL folder
- Create
.env
file from.env.example
and fill it variables
Run php cryptic
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.