PHPackages                             lukekortunov/micra - 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. lukekortunov/micra

ActiveLibrary

lukekortunov/micra
==================

Skeleton for incredibly simple PHP apps with Routing, DI and Dotenv

1.2.0(2y ago)019MITPHPPHP &gt;=8.1

Since Feb 6Pushed 2y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (9)Versions (6)Used By (0)

```
## Run application
You can manually run app.php by any server you want, but I've packed Makefile to make life easier.
Just execute `make serve` and it will start PHP server on port `8008`.

## HTTP Middlewares

### Authorization middleware
To enable JWT authorization you need to generate RSA keys by executing `make generate-rsa-keys` and uncomment code `// $router->middleware(new \App\Middleware\AuthenticationMiddleware);` in `src/app.php`.
It will add JWT middleware to your request-response flow, so only valid JWTs in headers will be accepted.

Note: To generate JWT token you can use [jwt.io](jwt.io). You need to use RS512 algorithm and paste your public and private keys to the corresponding fields.
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

5

Last Release

1010d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c5b6b2ce72f3bdd7a3c27438efea67cdf08228084a9d3dcce72530852439c55?d=identicon)[Luke Kortunov](/maintainers/Luke%20Kortunov)

---

Top Contributors

[![lukekortunov](https://avatars.githubusercontent.com/u/16844724?v=4)](https://github.com/lukekortunov "lukekortunov (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lukekortunov-micra/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)

PHPackages © 2026

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