定制 timesplinter/ts-framework 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

timesplinter/ts-framework

最新稳定版本:v0.2.4

Composer 安装命令:

composer require timesplinter/ts-framework

包简介

A very fast and simple to use framework written in PHP.

README 文档

README

The tsFramework is a very fast and simple to use framework written in PHP. It's built after the MVC pattern and uses the newest philosophy in application development. It's modular and plugins are very easy to develop with some hooks in the request/response process of the framework.

Give it a try. And let me know how you feel about it. (I know it's not well documented at the moment but I'll change this in the near future.) Visit the wiki: https://github.com/TiMESPLiNTER/tsFramework/wiki

To use the framework you can create a minimal composer.json file with the following content:

{
	"requires": {
		"timesplinter/ts-framework": "dev-master"
	}
}

You can also check out the tsFramework sample site repository for a working example.

Core modules

auth

Provides authentication methods for HTTP auth and authentication with users and rights stored in a database (db module required)

core

The whole core functions which handles the requests, responses, settings management, etc.

logger

Gives you the possibility to log your messages to the screen, to a file or into the db. Manage different loggers which can catch different log levels.

统计信息

  • 总下载量: 327
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL
  • 更新时间: 2015-02-26