Download the PHP package dbursem/phpaprs without Composer
On this page you can find all versions of the php package dbursem/phpaprs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dbursem/phpaprs
More information about dbursem/phpaprs
Files in dbursem/phpaprs
Download dbursem/phpaprs
More information about dbursem/phpaprs
Files in dbursem/phpaprs
Vendor dbursem
Package phpaprs
Short Description APRS Library for PHP
License GPLv3
Homepage https://github.com/dbursem/phpaprs
Package phpaprs
Short Description APRS Library for PHP
License GPLv3
Homepage https://github.com/dbursem/phpaprs
Keywords APRS
Please rate this library. Is it a good library?
Informations about the package phpaprs
PHPAPRS
This is basically a fork of the phpAPRS library by Matthew Asham. All I did was some refactoring to get to know the code. The original readme, credits and license can be found in /doc.
Installation
run composer require dbursem/phpaprs
. Check http://getcomposer.org for more info on composer.
Usage
There is an example APRS bot in the example directory. Your best chance to get things working is using this example and changing it as you like.
- Copy the example directory to your install directory
- Copy the aprsbot.cfg.php file to local.aprsbot.cfg.php and edit it with your personal settings.
- Set the filter to a valid APRS filter.
- Call the example aprsbot from the commandline with
php aprsbot.php
.
Minimal steps:
- Copy aprsbot.cfg.php to local.aprsbot.cfg.php and edit it with your required settings
-
Make an aprs object
-
Connect to the APRS host
- Create a loop to handle the input/output
All versions of phpaprs with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package dbursem/phpaprs contains the following files
Loading the files please wait ....