PHPackages                             palethorn/yeah - 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. palethorn/yeah

AbandonedArchivedLibrary[Framework](/categories/framework)

palethorn/yeah
==============

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

2.0.0(9y ago)4161PHPPHP &gt;=5.3.0

Since Feb 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Palethorn/Yeah)[ Packagist](https://packagist.org/packages/palethorn/yeah)[ RSS](/packages/palethorn-yeah/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/e84cb09e9e4bfcfecb0c5e37d08db0ad5e52e2b7228a43330433458b85580f9c/68747470733a2f2f7472617669732d63692e6f72672f50616c6574686f726e2f596561682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Palethorn/Yeah)

GENERAL INFO
============

[](#general-info)

Easiest way to install is to use composer. Add composer.json into your project root:

```

{
    "minimum-stability": "dev",
    "require": {
        "palethorn/yeah": "dev-master"
    }
}

```

Then:

```
composer update

```

You can also set up Yeah! DevTools and use it. Download from

After setting up your alias:

```
alias yeah="php /path/to/yeah/file/in/devtools/root"

```

you can then create folder and invoke

```
yeah create_app project_name

```

Instruct your HTTP server to point to web folder as webroot.

Lighttpd rewrite rules:

```
 url.rewrite-if-not-file = (
        "^/(.*)" => "/project_name.php/$1"
    )

```

Apache rewrite rules are similar. htaccess file example (NOT TESTED):

```
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ project_name.php [L]

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

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

Total

5

Last Release

3496d ago

Major Versions

1.3.0 → 2.0.02016-10-17

### Community

Maintainers

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

---

Top Contributors

[![Palethorn](https://avatars.githubusercontent.com/u/671689?v=4)](https://github.com/Palethorn "Palethorn (150 commits)")

---

Tags

frameworklaravellearninglearning-by-doingmvcmvc-frameworkphpphp-frameworkphp7rewrite-rulesphpframeworkyeah

### Embed Badge

![Health badge](/badges/palethorn-yeah/health.svg)

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

PHPackages © 2026

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