All Projects → tmconsulting → amadeus-console-emulator

tmconsulting / amadeus-console-emulator

Licence: other
Amadeus console emulator (by Command Cryptic)

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to amadeus-console-emulator

Scanr
Detect x86 shellcode in files and traffic.
Stars: ✭ 16 (-33.33%)
Mutual labels:  emulator
desmume
DeSmuME is a Nintendo DS emulator
Stars: ✭ 1,609 (+6604.17%)
Mutual labels:  emulator
RAEmus
RetroAchievements.org standalone emulators
Stars: ✭ 58 (+141.67%)
Mutual labels:  emulator
copy-cat
A ComputerCraft emulator for the web
Stars: ✭ 26 (+8.33%)
Mutual labels:  emulator
dashboy
Gameboy Emulator implemented by pure Dart
Stars: ✭ 130 (+441.67%)
Mutual labels:  emulator
react-nes
React UI for https://github.com/fredericcambon/nes
Stars: ✭ 16 (-33.33%)
Mutual labels:  emulator
GhidraEmu
Native Pcode emulator
Stars: ✭ 25 (+4.17%)
Mutual labels:  emulator
osnine-java
6809 and OS-9 emulator in Java
Stars: ✭ 17 (-29.17%)
Mutual labels:  emulator
Plotty
C language compiler from scratch for a custom architecture, with virtual machine and all
Stars: ✭ 33 (+37.5%)
Mutual labels:  emulator
6502-emulator
An Understandable 6502 Emulator
Stars: ✭ 26 (+8.33%)
Mutual labels:  emulator
DeltaUI
SwiftUI + CoreData user interface for DeltaCore & Friends.
Stars: ✭ 61 (+154.17%)
Mutual labels:  emulator
riscv em
Simple risc-v emulator, able to run linux, written in C.
Stars: ✭ 51 (+112.5%)
Mutual labels:  emulator
php-amadeus
Amadeus flight booking client for PHP
Stars: ✭ 65 (+170.83%)
Mutual labels:  amadeus
SpecIde
Let's try something with SFML.
Stars: ✭ 27 (+12.5%)
Mutual labels:  emulator
amadeus-android
Android (Kotlin) library for the Amadeus Self-Service travel APIs
Stars: ✭ 15 (-37.5%)
Mutual labels:  amadeus
ukncbtl
UKNCBTL is emulator of Elektronika MS 0511 (UKNC), soviet computer based on two PDP-11 compatible processors.
Stars: ✭ 39 (+62.5%)
Mutual labels:  emulator
goboy
Playing GameBoy Emulation in GoLang (ported from https://github.com/racerxdl/GameBoyEmulator)
Stars: ✭ 37 (+54.17%)
Mutual labels:  emulator
worldwide
A toy GameBoy Color emulator written in golang.
Stars: ✭ 563 (+2245.83%)
Mutual labels:  emulator
x86e
A simple x86 emulator, debugger, and editor in JavaScript.
Stars: ✭ 89 (+270.83%)
Mutual labels:  emulator
mamesaver
Mamesaver is a mame emulated screensaver - get all the good ol' games playing their demo modes while you procrastinate and enjoy!
Stars: ✭ 26 (+8.33%)
Mutual labels:  emulator

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].