PHPackages                             kmaestro/gtk - 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. kmaestro/gtk

Abandoned → [pgtk/gtk](/?search=pgtk%2Fgtk)ArchivedLibrary

kmaestro/gtk
============

0.0.4(5y ago)11511MITCPHP ^8.0

Since Jun 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kmaestro/php-ffi-gtk3)[ Packagist](https://packagist.org/packages/kmaestro/gtk)[ RSS](/packages/kmaestro-gtk/feed)WikiDiscussions master Synced 1w ago

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

The project is moved to

### Requirement

[](#requirement)

- php (8.1)
- ext-FFI
- gtk-3

**Installation**

```
composer require kmaestro/gtk
```

**Linux**

```
sudo apt-get install libgtk-3-dev
```

**Example:**

```
require __DIR__ . '/vendor/autoload.php';

use Gtk3\Gtk;
use Gtk3\Gtk\Window;
use Gtk3\Enum\WindowEnum;

$gtk = Gtk::getInstance();

$gtk->init();

$window = new Window(WindowEnum::topLevel);
$window->widget()->show();

$gtk->main();

return 0;
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Every ~70 days

Total

4

Last Release

1954d ago

PHP version history (2 changes)0.0.1PHP ^7.4

0.0.4PHP ^8.0

### Community

Maintainers

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

---

Top Contributors

[![kmaestro](https://avatars.githubusercontent.com/u/13917602?v=4)](https://github.com/kmaestro "kmaestro (48 commits)")

---

Tags

gtk3php-ffiphp8

### Embed Badge

![Health badge](/badges/kmaestro-gtk/health.svg)

```
[![Health](https://phpackages.com/badges/kmaestro-gtk/health.svg)](https://phpackages.com/packages/kmaestro-gtk)
```

PHPackages © 2026

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