Skip to content

Releases: dbursem/ogn-client-php

PHP7.3 compatibility release

18 Apr 09:57
f01ed69
Compare
Choose a tag to compare
2.1.1

make sure buffer is a countable

stability improvement

21 Mar 22:40
Compare
Choose a tag to compare

Instead of having one db-connection that should last eternally, the db-connection is now opened and closed for every call (default every 10 seconds). This increases stability.

now with ddb connection

12 Feb 21:07
Compare
Choose a tag to compare

Changelog

  • connection to DDB to automatically get aprs callsigns of specified aircraft
  • aircraft table renamed and updated
  • added some documentation comments

now with ddb connection

12 Feb 00:24
Compare
Choose a tag to compare
Pre-release

Changelog

  • connection to DDB to automatically get aprs callsigns of specified aircraft
  • aircraft table renamed and updated
  • added some documentation comments

initial stable release

08 Feb 15:34
Compare
Choose a tag to compare
v1.0

added more fields for aircraft tracking

initial release

18 Nov 04:12
Compare
Choose a tag to compare
v1.0-beta1

added examples, database schema and composer stuff.