PHPackages                             anzubko/swf - 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. anzubko/swf

ActiveProject

anzubko/swf
===========

Simplest framework

0.0.138(1y ago)0146GPL-3.0-or-laterPHPPHP &gt;=8.2

Since Mar 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/anzubko/swf)[ Packagist](https://packagist.org/packages/anzubko/swf)[ RSS](/packages/anzubko-swf/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (137)Used By (0)

Simplest framework
==================

[](#simplest-framework)

For reference only, because the project is under development.

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

[](#installation)

```
composer create-project anzubko/swf
```

### Apache/mod\_php

[](#apachemod_php)

```
DocumentRoot {SITE_ROOT}/public

    FallbackResource /.bin/index.php

```

### Nginx/PHP-FPM

[](#nginxphp-fpm)

```
root {SITE_ROOT}/public;

location / {
    try_files $uri /.bin/index.php$is_args$args;
}

location /.bin {
    fastcgi_pass {PHP_FPM_URL}:9000;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    include fastcgi_params;
}
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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 ~1 days

Total

136

Last Release

561d ago

PHP version history (4 changes)0.0.1PHP ^8.3

0.0.3PHP ^8.2

0.0.51PHP ^8

0.0.58PHP &gt;=8.2

### Community

Maintainers

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

---

Top Contributors

[![andrianzubko](https://avatars.githubusercontent.com/u/135209578?v=4)](https://github.com/andrianzubko "andrianzubko (136 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/anzubko-swf/health.svg)

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

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k48.1M236](/packages/api-platform-core)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[api-platform/serializer

API Platform core Serializer

223.4M31](/packages/api-platform-serializer)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[kadirov/api-starter-kit

443.9k](/packages/kadirov-api-starter-kit)

PHPackages © 2026

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