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 1mo ago

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 60% 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

4146d 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

[sybrew/the-seo-framework-extension-manager

A WordPress plugin that allows you to manage extensions for The SEO Framework.

8490.3k](/packages/sybrew-the-seo-framework-extension-manager)[mcguffin/acf-customizer

Use ACF Fields in customizer.

7611.3k](/packages/mcguffin-acf-customizer)[winter/wn-blog-plugin

Blog plugin for Winter CMS

2042.1k3](/packages/winter-wn-blog-plugin)[winter/wn-sitemap-plugin

Sitemap plugin for Winter CMS

1042.6k1](/packages/winter-wn-sitemap-plugin)

PHPackages © 2026

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