skymeyer / vatsimphp
VATSIM data parser
Installs: 17 882
Dependents: 1
Suggesters: 0
Security: 0
Stars: 29
Watchers: 5
Forks: 7
Open Issues: 4
Requires
- php: >=7.2
- ext-curl: *
- monolog/monolog: ^2.0
Requires (Dev)
- phpunit/phpunit: ^7.4
README
Vatsimphp collects and parses the publically available statistics from the 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
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 page.
Contributing
Contributions are welcome in respect of the PSR-2 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.