PHPackages                             yeaha/owl - 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. yeaha/owl

ActiveLibrary[Framework](/categories/framework)

yeaha/owl
=========

RESTFul Web Framework

1.1.0(9y ago)96586251MITPHP &gt;=5.6.0

Since Mar 10Pushed 9y ago12 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (72)Used By (1)

Installation
============

[](#installation)

Composer
--------

[](#composer)

```
{
    "require": {
        "yeaha/owl": "1.0.*"
    }
}
```

[Hello world](https://github.com/yeaha/owl-site)
================================================

[](#hello-world)

install
-------

[](#install)

```
composer create-project yeaha/owl-site ./mysite

```

php-fpm + nginx
---------------

[](#php-fpm--nginx)

nginx.conf

```
server {
    listen              127.0.0.1:12345;
    root                /PATH/TO/mysite/public;
    index               index.php;

    location @default {
        include        fastcgi_params;
        fastcgi_pass   127.0.0.1:9000;
        fastcgi_param  SCRIPT_FILENAME    /PATH/TO/mysite/index.php;
    }

    location / {
        try_files $uri @default;
    }
}

```

swoole
------

[](#swoole)

require [swoole](https://github.com/swoole/swoole-src) extension

```
php -q /PATH/TO/mysite/server.php start

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 99.7% 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 ~9 days

Recently: every ~46 days

Total

69

Last Release

3455d ago

Major Versions

0.3.22 → 1.0.02016-05-31

0.3.x-dev → 1.1.02016-12-02

PHP version history (2 changes)0.1PHP &gt;=5.5.0

0.3.4PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cfe029de52d73f618867c91b1344946371a757f94cdfa483d5c491b59ac16f7?d=identicon)[yeaha](/maintainers/yeaha)

---

Top Contributors

[![yeaha](https://avatars.githubusercontent.com/u/325464?v=4)](https://github.com/yeaha "yeaha (369 commits)")[![dhsheng](https://avatars.githubusercontent.com/u/1814617?v=4)](https://github.com/dhsheng "dhsheng (1 commits)")

---

Tags

frameworkormmvcswoolerestfuldatamapper

### Embed Badge

![Health badge](/badges/yeaha-owl/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

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

A high performance web framework and application server in PHP

83441.9k3](/packages/blink-blink)[letsdrink/ouzo

Ouzo PHP MVC framework

7210.5k1](/packages/letsdrink-ouzo)[originphp/framework

The OriginPHP framework

472.6k6](/packages/originphp-framework)[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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