PHPackages                             lucamauri/more-info - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lucamauri/more-info

ActiveMediawiki-extension

lucamauri/more-info
===================

Provides a collection of additional information on a MediaWiki installation

v1.0(5y ago)04GPL-2.0-or-laterPHP

Since Oct 28Pushed 4w ago1 watchersCompare

[ Source](https://github.com/lucamauri/MoreInfo)[ Packagist](https://packagist.org/packages/lucamauri/more-info)[ Docs](https://github.com/lucamauri/MoreInfo)[ RSS](/packages/lucamauri-more-info/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

MoreInfo Extension
==================

[](#moreinfo-extension)

The MoreInfo extension provides additional technical information about the MediaWiki server through custom magic words.

Installation
------------

[](#installation)

### Using Composer (Recommended)

[](#using-composer-recommended)

The recommended way to install MoreInfo is using Composer:

```
composer require lucamauri/moreinfo
```

Then add the following line to your `LocalSettings.php`:

```
wfLoadExtension( 'MoreInfo' );
```

### Manual Installation

[](#manual-installation)

1. Download the extension files and place them in a directory called `MoreInfo` in your `extensions/` folder.
2. Add the following code at the bottom of your `LocalSettings.php`:

```
wfLoadExtension( 'MoreInfo' );
```

3. Done! Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage
-----

[](#usage)

### Magic Words

[](#magic-words)

#### {{SERVERIP}}

[](#serverip)

Displays the public IP address of the server hosting the wiki.

**Example:**

```
The server IP is: {{SERVERIP}}

```

Configuration
-------------

[](#configuration)

No configuration is required. The extension works out of the box.

Security Considerations
-----------------------

[](#security-considerations)

**Note:** Displaying the server's IP address publicly may have security implications. Consider your use case carefully and restrict access if necessary.

License
-------

[](#license)

GNU General Public License, version 3 or later

Author
------

[](#author)

Luca Mauri

Links
-----

[](#links)

- **GitHub Repository:**
- **Issues:**
- **Changelog:** See [CHANGELOG.md](CHANGELOG.md)

Contributing
------------

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request or open an issue on GitHub.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance62

Regular maintenance activity

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2020d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd8777d6a2cb6716bb24cef15643edf8f463a9ff9de1c3c7efeda0f1111cf342?d=identicon)[lucamauri](/maintainers/lucamauri)

---

Top Contributors

[![lucamauri](https://avatars.githubusercontent.com/u/433582?v=4)](https://github.com/lucamauri "lucamauri (8 commits)")

---

Tags

mediawiki-extensionsysadminphpgithublua

### Embed Badge

![Health badge](/badges/lucamauri-more-info/health.svg)

```
[![Health](https://phpackages.com/badges/lucamauri-more-info/health.svg)](https://phpackages.com/packages/lucamauri-more-info)
```

###  Alternatives

[martian/spammailchecker

A laravel package that protect users from entering non-existing/spam email addresses.

422.0k](/packages/martian-spammailchecker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
