PHPackages                             eghojansu/stick - 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. eghojansu/stick

ActiveLibrary[Framework](/categories/framework)

eghojansu/stick
===============

Stick PHP Framework

v2.1.1(6y ago)31051[1 PRs](https://github.com/eghojansu/stick/pulls)MITPHPPHP ~7.2CI failing

Since Jul 13Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/eghojansu/stick)[ Packagist](https://packagist.org/packages/eghojansu/stick)[ RSS](/packages/eghojansu-stick/feed)WikiDiscussions master Synced 3d ago

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

Stick-PHP
=========

[](#stick-php)

Stick to PHP with `Fw` class as its Kernel.

The kernel contains:

- Dependency Injection
- Event Dispatcher
- Logger
- Router

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

[](#installation)

`composer require eghojansu/stick`

Usage
-----

[](#usage)

Example usage.

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

Ekok\Stick\Fw::createFromGlobals()
    ->route('GET /', function() {
        // Outputs "Hello world!"
        return 'Hello world!';
    })
    ->run()
;
```

TODOs
-----

[](#todos)

- Handle CLI Request (handle arguments and options)
- Cache
- SQL Database Helper

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance54

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community9

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

Recently: every ~462 days

Total

11

Last Release

635d ago

Major Versions

v1.x-dev → v2.0.02019-07-25

v2.1.1 → v3.0.0-alpha12020-06-21

v3.0.0-alpha1 → 2024.x-dev2024-08-17

PHP version history (2 changes)v1.0.0PHP ~7.2

2024.x-devPHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

[![eghojansu](https://avatars.githubusercontent.com/u/10484419?v=4)](https://github.com/eghojansu "eghojansu (459 commits)")

---

Tags

php7

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/eghojansu-stick/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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