PHPackages                             geega/php-micro - 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. geega/php-micro

ActiveLibrary[Framework](/categories/framework)

geega/php-micro
===============

Simple micro php framework

0.6.0(2y ago)054PHP

Since Dec 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/geega/php-micro)[ Packagist](https://packagist.org/packages/geega/php-micro)[ RSS](/packages/geega-php-micro/feed)WikiDiscussions main Synced 1w ago

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

php-micro
=========

[](#php-micro)

Simple php micro framework

Note: This packege is under development. Also have zero tests. Use it at your own risk.

### DTO

[](#dto)

See more

### Enum

[](#enum)

Class usage example:

```
class StatusEnum extends Enum
{

   const ON = 1;
   const OFF = 0;

   public static function getLabels()
    {
        return [
           self::ON   => 'Turn on',
           self::OFF   => 'Turn off',
        ];
    }
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Recently: every ~99 days

Total

12

Last Release

1030d ago

### Community

Maintainers

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

---

Top Contributors

[![geega](https://avatars.githubusercontent.com/u/1426310?v=4)](https://github.com/geega "geega (35 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/geega-php-micro/health.svg)

```
[![Health](https://phpackages.com/badges/geega-php-micro/health.svg)](https://phpackages.com/packages/geega-php-micro)
```

###  Alternatives

[gotzmann/comet

Modern PHP framework for building blazing fast REST APIs and microservices

68816.2k1](/packages/gotzmann-comet)

PHPackages © 2026

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