Skip to main content

Compatibility

Current Server Package Layout

Server/
phpVMS5/upload/acars
phpVMS7/DotAcars

phpVMS Compatibility

PlatformIntegrationServer PHP
phpVMS 5 by ProAvia 5.5.2.7.2 or newerLegacy patchPHP 7.2+
phpVMS 7Native modulephpVMS-supported PHP version
phpVMS 8Future support based on the native module approachphpVMS-supported PHP version

Endpoint Layout

phpVMS 5 legacy:

/acars/login.php
/acars/get_bid.php
/acars/position.php
/acars/submit_log.php

phpVMS 7 native:

/api/dotacars/status
/api/dotacars/auth
/api/dotacars/bids
/api/dotacars/start
/api/dotacars/position
/api/dotacars/event
/api/dotacars/finish
/api/dotacars/cancel

The desktop app tries the phpVMS 7 native module first and falls back to the phpVMS 5 legacy bootstrap when needed.