PHPackages                             schlaefer/saito-flattr - 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. schlaefer/saito-flattr

AbandonedArchivedCakephp-plugin[Utility &amp; Helpers](/categories/utility)

schlaefer/saito-flattr
======================

Flattr for Saito forum

1.1.1(11y ago)0200MITPHP

Since Nov 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Schlaefer/saito-flattr)[ Packagist](https://packagist.org/packages/schlaefer/saito-flattr)[ Docs](https://github.com/Schlaefer/saito-flattr)[ RSS](/packages/schlaefer-saito-flattr/feed)WikiDiscussions master Synced today

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

Flattr
======

[](#flattr)

What
----

[](#what)

Plugin for [Saito-Forum](https://github.com/Schlaefer/Saito). Adds Flattr button to postings and user profile page.

Install
-------

[](#install)

Either clone/copy the files in this directory into `app/Plugin/Flattr` or using composer:

```
{
    "require": {
        "schlaefer/saito-flattr": "*"
    }
}
```

Add new database-fields:

```
ALTER TABLE `users` ADD `flattr_uid` VARCHAR(24)  NULL  DEFAULT NULL;
ALTER TABLE `users` ADD `flattr_allow_user` TINYINT(1)  NULL  DEFAULT NULL  AFTER `flattr_uid`;
ALTER TABLE `users` ADD `flattr_allow_posting` TINYINT(1)  NULL  DEFAULT NULL  AFTER `flattr_allow_user`;

ALTER TABLE `entries` ADD `flattr` TINYINT(1)  NULL  DEFAULT NULL;
```

Empty the cache in the admin panel to register the DB-changes.

Add to `saito_config.php`:

```
CakePlugin::load('Flattr', ['bootstrap' => true]);
```

Uninstall
---------

[](#uninstall)

Remove database-fields:

```
ALTER TABLE `users` DROP `flattr_allow_posting`;
ALTER TABLE `users` DROP `flattr_allow_user`;
ALTER TABLE `users` DROP `flattr_uid`;

ALTER TABLE `entries` DROP `flattr`;
```

Empty the cache in the admin panel to register the DB-changes.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~31 days

Total

3

Last Release

4197d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

pluginsaitoflattr

### Embed Badge

![Health badge](/badges/schlaefer-saito-flattr/health.svg)

```
[![Health](https://phpackages.com/badges/schlaefer-saito-flattr/health.svg)](https://phpackages.com/packages/schlaefer-saito-flattr)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pressbooks/pressbooks-aldine

Aldine is the default theme for the home page of Pressbooks networks. It is named for the Aldine Press, founded by Aldus Manutius in 1494, who is regarded by many as the world’s first publisher.

114.5k](/packages/pressbooks-pressbooks-aldine)

PHPackages © 2026

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