phpVMS v7 module for a personal Passport feature
- Module supports only php8.2+ and laravel 11
- Minimum required phpVMS v7 version is
7.0.4/ 13. March 2025
The SPPassport module tracks and visualizes a pilot’s visited countries, continents, and airports. It displays progress, statistics, maps, recommended destinations, and global leaderboards. Users can compare profiles, analyze similarities, flight times, and distances. The module supports multiple languages and offers a complete, interactive travel record system. There is also an additional widget that you can use anywhere you want.
This module is fully compatible with phpVMS v7 and will work with any other module you have installed.
If you’re using the Disposable Theme, you’ll find an additional folder called DisposableTheme in /modules/SPPassport/Resources/views. Simply replace all files there with the original ones.
If you’re using the SPTheme, you’ll find an additional folder called SPTheme in /modules/SPPassport/Resources/views. Simply replace all files there with the original ones.
Make sure the name of the folder you upload is SPPassport.
-
Manual Install : Upload contents of the package to your phpVMS root
/modulesfolder via ftp or your control panel's file manager -
GitHub Clone : Clone/pull repository to your phpVMS root
/modules/SPPassportfolder -
phpVMS Module Installer : Go to admin > addons/modules , click Add New , select downloaded file then click Add Module
-
Go to admin > addons/modules enable the module
-
Go to admin > maintenance and clean
applicationandviewcache
- SPPassport: Add
//in front of row 51 in yourProviders/AppServiceProvider.phpfile.
You have the opportunity to add a widget to basically any place in your phpvms v7.
- Please use the following code
@widget('Modules\\SPPassport\\Widgets\\PassportStamps', ['user_id' => $user->id])
Do not distribute the module elsewhere. However, you may share a link to it on your public pages if you wish.
Please use the GitHub issue tracker.
20.OCTOBER.25
- Widget caused an error with certain databases
- Some countries were not detected during map initialization
- Last visited country didn't get the flag
20.OCTOBER.25
- Changed the logic how the rival of the week works
- Some fixes for private usernames
20.OCTOBER.25
- SPTheme support added
- Make distance be consistent - nmi, km, miles
- Added failsafe for pilots with zero flights
- Added failsafe for the widget
- Some fixes for the rival of the week
19.OCTOBER.25
- Disposable Theme support added
18.OCTOBER.25
- Initial Release