PHPackages                             topticky/framework - 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. topticky/framework

ActiveTicky-framework[Framework](/categories/framework)

topticky/framework
==================

the new tickyphp framework

1.0.x-dev(8y ago)04Apache-2.0PHPPHP &gt;=5.3.0

Since May 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/luomingui/TickPHP)[ Packagist](https://packagist.org/packages/topticky/framework)[ Docs](http://tickyphp.cn/)[ RSS](/packages/topticky-framework/feed)WikiDiscussions master Synced yesterday

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

[![](https://camo.githubusercontent.com/44b0a60ba6542214c935657fb756b7db3b988bb0859adc19a566f407aef22db7/68747470733a2f2f66696c65732e636e626c6f67732e636f6d2f66696c65732f6c756f6d696e6775692f7469636b792d6c6f676f2e676966)](https://camo.githubusercontent.com/44b0a60ba6542214c935657fb756b7db3b988bb0859adc19a566f407aef22db7/68747470733a2f2f66696c65732e636e626c6f67732e636f6d2f66696c65732f6c756f6d696e6775692f7469636b792d6c6f676f2e676966)
=================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#)

[![Total Downloads](https://camo.githubusercontent.com/ca81a39173876dce935849a8e8e939b00f6af2cb4eea4b574f782a217f045ff0/68747470733a2f2f706f7365722e707567782e6f72672f746f707469636b792f6672616d65776f726b2f646f776e6c6f616473)](https://packagist.org/packages/topticky/framework)[![Latest Stable Version](https://camo.githubusercontent.com/62fee6ac789eeedd133db30d1e9ddb6f4b5f1951f84d08726ea264d71cdcd5ca/68747470733a2f2f706f7365722e707567782e6f72672f746f707469636b792f6672616d65776f726b2f762f737461626c65)](https://packagist.org/packages/topticky/framework)[![License](https://camo.githubusercontent.com/5b0bf3d7fcaad01845b047b26d2ce842d032b0fc8a0bef48d2450a14893b6d7a/68747470733a2f2f706f7365722e707567782e6f72672f746f707469636b792f6672616d65776f726b2f6c6963656e7365)](https://packagist.org/packages/topticky/framework)[![composer.lock](https://camo.githubusercontent.com/a21ef762d6ad32426f5b3eb5916423e71c1f5b517a18c2b303841db2c0611bfe/68747470733a2f2f706f7365722e707567782e6f72672f746f707469636b792f6672616d65776f726b2f636f6d706f7365726c6f636b)](https://packagist.org/packages/topticky/framework)

全面的WEB开发特性支持
------------

[](#全面的web开发特性支持)

最新的TickyPHP为WEB应用开发提供了强有力的支持，这些支持包括：

- MVC支持-基于多层模型（M）、视图（V）、控制器（C）的设计模式
- ORM支持-提供了全功能和高性能的ORM支持，支持大部分数据库
- 模板引擎PHP原生来做模板引擎
- 缓存支持-提供了包括文件、数据库、Memcache、Xcache、Redis等多种类型的缓存支持

命名规范
----

[](#命名规范)

- MySQL的表名需小写或小写加下划线，如：item，car\_orders。
- 模块名（Models）需用大驼峰命名法，即首字母大写，并在名称后添加Model，如：ItemModel，CarModel。
- 控制器（Controllers）需用大驼峰命名法，即首字母大写，并在名称后添加Controller，如：ItemController，CarController。
- （Action）需用小驼峰命名法，即首字母小写，如：index，indexPost。
- 视图（Views）部署结构为控制器名/行为名，如：item/view.php，car/buy.php。
- 项目文件夹需用小驼峰命名法

### 模块化设计 模块/控制器/方法/参数

[](#模块化设计-模块控制器方法参数)

如：域名/home/index/get?id=1

- 后台
- 前台
- 手机
- API
- ....

安全性
---

[](#安全性)

框架在系统层面提供了众多的安全特性，确保你的网站和产品安全无忧。这些特性包括：

- 防跨网站脚本攻击XSS
- 防跨网站请求伪造攻击CSRF
- 防SQL注入
- 防Session固定攻击
- 防Session劫持攻击
- 防文件上传漏洞攻击
- 表单令牌验证
- 输入数据过滤

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

2976d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9425353?v=4)[老罗传奇](/maintainers/luomingui)[@luomingui](https://github.com/luomingui)

---

Top Contributors

[![luomingui](https://avatars.githubusercontent.com/u/9425353?v=4)](https://github.com/luomingui "luomingui (15 commits)")

---

Tags

frameworkormtickyphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

PHPackages © 2026

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