PHPackages                             myclassphp/src - 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. myclassphp/src

ActiveLibrary[Framework](/categories/framework)

myclassphp/src
==============

The MyClassPHP Framework..

v3.2.2(6y ago)5122MITPHPPHP &gt;=5.5.0

Since Apr 1Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (12)Used By (0)

MyClassPHP
==========

[](#myclassphp)

MyClassPHP是一个开源、免费的学习框架。官方交流群 [438695935](https://shang.qq.com/wpa/qunwpa?idkey=1331030787e315dd0026359c55c757b439562acd0f1ee51855b709faf0e4652d)

在线文档
----

[](#在线文档)

[传送](https://www.kancloud.cn/amcolin/myclassphp_3_2_0/1325215)

更新日志
----

[](#更新日志)

[查看](https://github.com/a1586256143/core/blob/master/UPDATE.md)

安装、使用
-----

[](#安装使用)

安装框架

```
git clone https://github.com/a1586256143/MyClassPHP.git

```

下拉composer所需组件

```
composer install

```

例如：在controllers 建立Index.php，代码如下

```
namespace controllers;
use system\Base;
class Hello extends Base{
    public function index(){
        return 'Hello MyClassPHP';
    }
}

```

打开 config/routes.php，追加一条路由

```
'/hello' => 'Hello@index'

```

配置完成如下

```
Route::add(array(
    '/' => 'Index@index' ,
    '/hello' => 'Hello@index'
))

```

运行

```
http://域名/hello

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 93.9% 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 ~35 days

Recently: every ~69 days

Total

11

Last Release

2247d ago

PHP version history (2 changes)v3.1.0PHP &gt;=5.3.0

v3.1.5PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f7750ce63c24e5d4fd60bddcfe6dd3d03e0ef2c296f4e39b51a3fb88a50245f?d=identicon)[AmColin](/maintainers/AmColin)

---

Top Contributors

[![a1586256143](https://avatars.githubusercontent.com/u/10071535?v=4)](https://github.com/a1586256143 "a1586256143 (77 commits)")[![StarSkyK](https://avatars.githubusercontent.com/u/23426094?v=4)](https://github.com/StarSkyK "StarSkyK (5 commits)")

### Embed Badge

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

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

###  Alternatives

[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)[thelia/thelia

Thelia is an ecommerce CMS.

8715.1k](/packages/thelia-thelia)[yiisoft/yii2-smarty

The Smarty integration for the Yii framework

74371.8k15](/packages/yiisoft-yii2-smarty)[mathmarques/smarty-view

Slim Framework 4 view helper built on top of the Smarty templating component

24134.7k1](/packages/mathmarques-smarty-view)[sintattica/atk

ATK business framework

4521.4k2](/packages/sintattica-atk)[bearsaturday/bearsaturday

BEAR.Saturday framework

1955.8k1](/packages/bearsaturday-bearsaturday)

PHPackages © 2026

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