Giter Club home page Giter Club logo

flarum-userip's Introduction

User IP Location for Flarum

only display city and country, modified by pplulee

Install

composer require pplulee/flarum-userip:"*"
php flarum migrate

Update

composer update pplulee/flarum-userip:"*"
php flarum cache:clear
php flarum migrate

Remove

composer remove pplulee/flarum-userip
php flarum cache:clear

How to use

You just need to open the plugin in the background. :)

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 pplulee/flarum-userip as a dependency
  • Define a new Service that implements GBCLStudio\GeoIp\Api\GeoIpInterface
  • 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

Referenced code from the following projects: fof/geoip, fof/oauth

Support my work at afdian ็ˆฑๅ‘็”ต

flarum-userip's People

Contributors

burial0268 avatar flarum-bot avatar gongcx-github avatar stylecibot avatar pplulee avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.