KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
Vatsimphp
★ 31
Open GitHub ↗
Vatsimphp - VATSIM data parser
Download README (.md)
Explore Similar Repositories
vacs
:
VATSIM ATC Communication System
openfsd
:
Multiplayer flight simulation server
euroscope-afv-wine
:
Use EuroScope and Audio for VATSIM on Linux/Mac
DelHel
:
Helps VATSIM controllers by automating repetitive delivery duties in EuroScope
vatsim-NAAATS
:
vNAAATS is a plugin designed to revolutionise day-to-day oceanic operations on the VATSIM network.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Vatsimphp
?
Download (.md)
# Vatsimphp [](https://packagist.org/packages/skymeyer/vatsimphp) [](https://packagist.org/packages/skymeyer/vatsimphp) [](https://travis-ci.com/skymeyer/Vatsimphp) Vatsimphp collects and parses the publically available statistics from the [VATSIM.net](http://www.vatsim.net) network. It provides iterators for the available data and basic search/filtering capabilities without using a database backend. Vatsimphp uses an intelligent local file cache to avoid consuming unnecessary bandwidth from the public data servers. The software comes with sensible default settings, but can be changed if required. Vatsimphp can be dropped into your crontab very easily to avoid inline data updates in your web application. A "cache only" node is available if another process is already responsible to retrieve the raw data files from the VATSIM network or if live connections are not applicable. Vatsimphp can be easily plugged into existing PHP systems to query VATSIM data or feed the parsed results into a database backend of your choice. Documentation ------------- - [Browse documentation](https://github.com/skymeyer/Vatsimphp/blob/2.x/docs/index.md) - [Browse examples](https://github.com/skymeyer/Vatsimphp/tree/2.x/examples) About ===== Requirements ------------ - From PHP 7.2 and above - PHPUnit 7.4 or higher for test suite execution Bugs and feature requests ------------------------- Bugs and feature request can be filed on the [issues](https://github.com/skymeyer/Vatsimphp/issues) page. Contributing ------------ Contributions are welcome in respect of the [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) coding style and unit test coverage. Changelog --------- See the `CHANGELOG.md` file for more details. Author ------ Jelle Vink - <jelle.vink@gmail.com> (<http://skymeyer.dev>) License ------- Vatsimphp is licensed under the Apache License, Version 2.0. Check the `LICENSE` and `NOTICE` file for details. Disclaimer ---------- VATSIM (Virtual Air Traffic Simulation Network) is a non-profit organisation. The development of this software is not directly affiliated to the VATSIM organisation and provided on an "as is" basis as set forward in the above License. This software does not connect to the VATSIM network directly, but rather consumes publically available resources produced by the VATSIM network. More information on VATSIM can be found at <http://www.vatsim.net>.