All Projects → top-think → Framework

top-think / Framework

Licence: other
ThinkPHP Framework

Programming Languages

PHP
23972 projects - #3 most used programming language
Smarty
1635 projects

Projects that are alternatives of or similar to Framework

Think
ThinkPHP Framework ——十年匠心的高性能PHP框架
Stars: ✭ 7,681 (+220.18%)
Mutual labels:  orm, framework, thinkphp, template, route
Gf
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
Stars: ✭ 6,501 (+170.99%)
Mutual labels:  orm, framework, template
Flexicms
Flexible site management system Flexi CMS
Stars: ✭ 61 (-97.46%)
Mutual labels:  orm, framework
Ouzo
Ouzo Framework - PHP MVC ORM
Stars: ✭ 66 (-97.25%)
Mutual labels:  orm, framework
Fast Think
高效、快速的thinkphp开发工具
Stars: ✭ 75 (-96.87%)
Mutual labels:  orm, thinkphp
Turbulette
😴 Turbulette - A batteries-included framework to build high performance, fully async GraphQL APIs
Stars: ✭ 29 (-98.79%)
Mutual labels:  orm, framework
Miraigo Template
A template for MiraiGo
Stars: ✭ 47 (-98.04%)
Mutual labels:  framework, template
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (-50.98%)
Mutual labels:  orm, framework
Sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Stars: ✭ 895 (-62.69%)
Mutual labels:  orm, framework
Jupiter
jupiter是一个aio web框架,基于aiohttp。支持(restful格式、扫描注解、依赖注入、jinja2模板引擎、ORM框架)等。
Stars: ✭ 140 (-94.16%)
Mutual labels:  orm, template
Gin Template
golang template for gin framework!
Stars: ✭ 106 (-95.58%)
Mutual labels:  framework, template
Orm Lite
Header-Only, Strong-Typed, Compile-time Object Relation Mapping (ORM) in Modern C++ :-)
Stars: ✭ 164 (-93.16%)
Mutual labels:  orm, template
C cpp project framework
CMake build system( framework) with kconfig support for C/CPP projects
Stars: ✭ 26 (-98.92%)
Mutual labels:  framework, template
Bast
Simple but Elegant Web Framework
Stars: ✭ 49 (-97.96%)
Mutual labels:  orm, framework
Framework
High-Performance Long-Living PHP Framework for modern enterprise application development
Stars: ✭ 895 (-62.69%)
Mutual labels:  orm, framework
Create Discord Bot
Create Discord bots using a simple widget-based framework.
Stars: ✭ 70 (-97.08%)
Mutual labels:  framework, template
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (-92.16%)
Mutual labels:  orm, framework
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (-67.36%)
Mutual labels:  framework, template
One
一个极简高性能php框架,支持[swoole | php-fpm ]环境
Stars: ✭ 789 (-67.11%)
Mutual labels:  orm, framework
Butterfly
🔥 蝴蝶--【简单】【稳定】【好用】的 Python web 框架🦋 除 Python 2.7,无其他依赖; 🦋 butterfly 是一个 RPC 风格 web 框架,同时也是微服务框架,自带消息队列通信机制实现分布式
Stars: ✭ 82 (-96.58%)
Mutual labels:  orm, template

ThinkPHP 6.0

Build Status Scrutinizer Code Quality Code Coverage Total Downloads Latest Stable Version PHP Version License

ThinkPHP6.0底层架构采用PHP7.1改写和进一步优化。

官方应用服务市场 | ThinkAPI——官方统一API服务

主要新特性

  • 采用PHP7强类型(严格模式)
  • 支持更多的PSR规范
  • 原生多应用支持
  • 系统服务注入支持
  • ORM作为独立组件使用
  • 增加Filesystem
  • 全新的事件系统
  • 模板引擎分离出核心
  • 内部功能中间件化
  • SESSION机制改进
  • 日志多通道支持
  • 规范扩展接口
  • 更强大的控制台
  • 对Swoole以及协程支持改进
  • 对IDE更加友好
  • 统一和精简大量用法

ThinkPHP6.0的运行环境要求PHP7.2+,兼容PHP8.1

安装

composer create-project topthink/think tp

启动服务

cd tp
php think run

然后就可以在浏览器中访问

http://localhost:8000

如果需要更新框架使用

composer update topthink/framework

文档

完全开发手册

命名规范

ThinkPHP6遵循PSR-2命名规范和PSR-4自动加载规范。

参与开发

直接提交PR或者Issue即可

版权信息

ThinkPHP遵循Apache2开源协议发布,并提供免费使用。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2006-2021 by ThinkPHP (http://thinkphp.cn) All rights reserved。

ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。

更多细节参阅 LICENSE.txt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].