PHPackages                             myclassphp/app - 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/app

ActiveLibrary[Framework](/categories/framework)

myclassphp/app
==============

The MyClassPHP Framework..

v3.0(9y ago)45MITPHPPHP &gt;=5.3.0

Since Mar 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/a1586256143/MyClassPHP)[ Packagist](https://packagist.org/packages/myclassphp/app)[ RSS](/packages/myclassphp-app/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (3)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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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 ~739 days

Total

2

Last Release

2602d ago

### 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 (206 commits)")[![StarSkyK](https://avatars.githubusercontent.com/u/23426094?v=4)](https://github.com/StarSkyK "StarSkyK (7 commits)")[![majorzhong](https://avatars.githubusercontent.com/u/35828431?v=4)](https://github.com/majorzhong "majorzhong (3 commits)")[![zhangqingxi](https://avatars.githubusercontent.com/u/23466699?v=4)](https://github.com/zhangqingxi "zhangqingxi (3 commits)")

---

Tags

myclassphp

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[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.

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

A simple API extension for DateTime.

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

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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