PHPackages                             maniaplanet/manialive-plugins - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. maniaplanet/manialive-plugins

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

maniaplanet/manialive-plugins
=============================

ManiaLive plugins

21591PHP

Since May 7Pushed 12y ago3 watchersCompare

[ Source](https://github.com/maniaplanet/manialive-plugins)[ Packagist](https://packagist.org/packages/maniaplanet/manialive-plugins)[ RSS](/packages/maniaplanet-manialive-plugins/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

manialive-plugins
=================

[](#manialive-plugins)

\##AutoTweet

This plugin automatically post server events on your twitter acocunt.

Example:

\###Installation

- Copy `NadeoLive` folder to your `ManiaLive\libraries\ManiaLivePlugins` directoy
- Add this configuration to your `manialive.ini` :

```
manialive.plugins[] = 'NadeoLive\AutoTweet'
manialive.plugins[] = 'NadeoLive\XmlRpcScript'

ManiaLivePlugins\NadeoLive\AutoTweet\Config.twitterOauthAccessToken = ''
ManiaLivePlugins\NadeoLive\AutoTweet\Config.twitterOauthAccessTokenSecret = ''
ManiaLivePlugins\NadeoLive\AutoTweet\Config.twitterConsumerKey = ''
ManiaLivePlugins\NadeoLive\AutoTweet\Config.twitterConsumerSecret = ''

```

To obtain twitter oauth tokens and keys, create an application on [twitter dev website](https://dev.twitter.com/apps).

XmlRpcScript
------------

[](#xmlrpcscript)

It's a plumbing script which allows you to receive XmlRpc events from script as ManiaLive events.

### Usage

[](#usage)

In the function `onLoad` of your plugin :

```
\ManiaLive\Event\Dispatcher::register(\ManiaLivePlugins\NadeoLive\XmlRpcScript\Event::getClass(), $this);

```

Then, the functions will be called from your plugin :

```
function onXmlRpcEliteArmorEmpty($content);
function onXmlRpcEliteShoot($content);
function onXmlRpcEliteHit($content);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/194d53bc2cfc60dd7fc1d45d293fe0e732064c003f91716c9045cb09a985a8a4?d=identicon)[magnetik](/maintainers/magnetik)

![](https://avatars.githubusercontent.com/u/445622?v=4)[Maxime Raoust](/maintainers/gou1)[@gou1](https://github.com/gou1)

![](https://avatars.githubusercontent.com/u/1850524?v=4)[satanasdiabolo](/maintainers/satanasdiabolo)[@satanasdiabolo](https://github.com/satanasdiabolo)

---

Top Contributors

[![NewboO](https://avatars.githubusercontent.com/u/1902874?v=4)](https://github.com/NewboO "NewboO (44 commits)")[![magnetik](https://avatars.githubusercontent.com/u/345029?v=4)](https://github.com/magnetik "magnetik (31 commits)")[![satanasdiabolo](https://avatars.githubusercontent.com/u/1850524?v=4)](https://github.com/satanasdiabolo "satanasdiabolo (12 commits)")[![w1lla](https://avatars.githubusercontent.com/u/1784761?v=4)](https://github.com/w1lla "w1lla (1 commits)")

### Embed Badge

![Health badge](/badges/maniaplanet-manialive-plugins/health.svg)

```
[![Health](https://phpackages.com/badges/maniaplanet-manialive-plugins/health.svg)](https://phpackages.com/packages/maniaplanet-manialive-plugins)
```

###  Alternatives

[anerg2046/helper

some helper libaray function

2314.0k2](/packages/anerg2046-helper)

PHPackages © 2026

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