gbcl / userip
Geolocation for Flarum
Installs: 1 635
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 0
Forks: 3
Open Issues: 0
Type:flarum-extension
Requires
- php: ^8.0
- flarum/core: ^1.7.0
- guzzlehttp/guzzle: ^6.0 || ^7.0
README
Display the IP address of the posting below the post
ScreenShot
Install
composer require gbcl/userip:"*"
php flarum migrate
Update
composer update gbcl/userip:"*"
php flarum cache:clear
php flarum migrate
Remove
composer remove gbcl/userip php flarum cache:clear
How to use
You just need to open the extension in the admin panel. :)
Feature
- Support for websites using CDN
- Concise, detailed, understandable style
- No bugs (maybe?)
Extending
You can easily extend this extension to support different API providers, if you follow these steps:
- In your new extension, require
gbcl/userip
as a dependency - Define a new Service that implements
GBCLStudio\GeoIp\Api\GeoIpInterface
and extendsGBCLStudio\GeoIp\Api\Service\BaseService
- In your new extension's extend.php, register the service:
new GBCLStudio\GeoIp\Extend\ApiProvider(MyNewService::class);
- Provide the required translations under the
gbcl-userip
namespace, for example:gbcl-userip.admin.service.YOUR_NEW_EXTENSION.label
, specific translations The text can be found at here
Note
Builtin IP domain API is provided by ip.sb and IpInfo
Referenced code from the following projects: fof/geoip, fof/oauth
Support my work at afdian