Skip to content

diiyw/thinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinker

已经不更新了,现在很多框架已经非常的现代化了,包括thinkphp新版本非常好用。

如何选择一款好的框架

  • 完善的人性化数据校验机制
  • 灵活的路由控制
  • 优雅的架构设计模式
  • 极度方便的ORM操作
  • 丰富的工具链

环境要求

  • php >= 7.0
  • composer > 1.4

安裝

git clone https://github.com/diiyw/thinker.git
# cd thinker
# composer install

目录结构

.
├── app
│   ├── composer.json
│   ├── composer.lock
│   ├── database
│   │   ├── migrations
│   │   ├── phinxConfig.php
│   │   └── seeds
│   ├── modules
│   │   └── home
│   │       ├── controller
│   │       │   ├── Index.php
│   │       │   └── IndexFilter.php
│   │       └── HomeConst.php
│   └── plugins
│       └── thinker
│           ├── Session.php
│           └── Whoops.php
├── README.md
├── views
│   └── default
│       ├── common
│       │   └── footer.phtml
│       └── home
│           └── index.phtml
└── www
    ├── cache
    │   └── default
    │       ├── common
    │       │   └── footer.phtml
    │       └── home
    │           └── index.phtml
    ├── index.php
    └── logs
        └── sys.log

快速创建模块

# cd app/module
# ../vendor/bin/thinker create

按照提示即可一步创建

About

更自由的PHP框架,使用Composer进行包管理

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published