PHPackages                             hades/hades - 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. hades/hades

ActiveLibrary[Framework](/categories/framework)

hades/hades
===========

The Hades Framework.

1.0.0(10y ago)00MITPHPPHP &gt;=5.5.0

Since Sep 14Pushed 10y ago1 watchersCompare

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

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

Hades PHP Framework Install Project
-----------------------------------

[](#hades-php-framework-install-project)

Hades是一款容易上手的PHP框架，它在很大程度上借鉴了laravel框架，但是对于laravel中很多部分进行重新思考和构思。

所以如果你使用过laravel框架，你会非常容易上手这个框架。

本项目为Hades框架的安装项目

安装
--

[](#安装)

```
composer install hades

```

目录路径
----

[](#目录路径)

```
+--+
   |
   +- app/                      控制台程序
   +- config/                   配置文件
   +- public/                   可访问目录
   +- storage/                  临时文件，日志，session等
   +- tests/                    测试用例
   +- views/                    模版路径
   +- vendor/                   第三方插件

```

nginx配置
-------

[](#nginx配置)

参考：

```
server {
        listen       80;
        server_name hades.cn;
        access_log /tmp/hades.cn.access.log logstash;
        error_log /tmp/hades.error.log notice;

        root /mnt/www/hades/public/;
        index index.php;

        location ~ \.php$ {
            fastcgi_pass 127.0.0.1:9000;
            fastcgi_index index.php;
            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
            include fastcgi_params;
        }

        location / {
            if (!-e $request_filename){
                rewrite ^/(.*) /index.php last;
            }
        }
}

```

### License

[](#license)

The Hades framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

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

Unknown

Total

1

Last Release

3900d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a29c2535a982f8d207a0a95f39dc173006d6608027f0c28fb6cf34b36c6b82a?d=identicon)[jianfengye](/maintainers/jianfengye)

---

Top Contributors

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

---

Tags

frameworkhades

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[symfony/symfony

The Symfony PHP framework

31.3k86.3M2.2k](/packages/symfony-symfony)[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)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[nutgram/nutgram

The Telegram bot library that doesn't drive you nuts

714214.9k8](/packages/nutgram-nutgram)

PHPackages © 2026

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