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. [Framework](/categories/framework)
4. /
5. anzubko/swf

ActiveProject[Framework](/categories/framework)

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 today

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

31

—

LowBetter than 66% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

607d 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://avatars.githubusercontent.com/u/160411078?v=4)[anzubko](/maintainers/anzubko)[@anzubko](https://github.com/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

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[api-platform/core

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

2.6k51.2M338](/packages/api-platform-core)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[api-platform/serializer

API Platform core Serializer

274.8M86](/packages/api-platform-serializer)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)

PHPackages © 2026

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