A simple self-hosted PHP-based application for fetching and querying the OpenSky aircraft database.
- PHP 7.x or higher
- Apache or any other web server (optional)
Make sure PHP is installed on your system.
git clone https://github.com/dmpop/airframe.git
php -S 0.0.0.0:8000
- Point the browser to http://127.0.0.1:8000
-
git clone https://github.com/dmpop/airframe.git
- Move the airframe folder into the document root of the web server