2017 © Pedro Peláez
 

library toknot

image

toknot/toknot

  • Thursday, August 2, 2018
  • by szopen
  • Repository
  • 3 Watchers
  • 31 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

About

ToKnot is a php framework, (*1)

http://toknot.com, (*2)

Latest Stable Version Latest Unstable Version License, (*3)

License

The PHP framework is under New BSD License (http://toknot.com/LICENSE.txt), (*4)

The demos is under GNU GPL version 3 or later http://opensource.org/licenses/gpl-3.0.html, (*5)

Usage and Configure

On command line exec: php vendor/toknot/initapp.php App Init Guide build your app, (*6)

On command line exec: php app/tool/index.php show tool app help message, (*7)

在命令行中执行:php vendor/toknot/initapp.php 运行应用初始化向导,向导程序会创建应用基本目录及文件, (*8)

在命令行中执行:php app/tool/index.php 显示tool应用帮助信息, (*9)

Server Config

将所有请求都定向到index.php入口文件,以下是nginx与apache服务器配置方法 * nginx: conf location / { root $dir/index.php; }, (*10)

  • apache: conf <Directory "/your-app-path/webroot"> RewriteBase / RewriteRule .* index.php RewriteEngine On </Directory>
  • PHP CLI Web Server: php -S 127.0.0.1:8000 index.php

The Versions

02/08 2018

dev-3.1-final

dev-3.1-final

  Sources   Download

25/01 2018

dev-master

9999999-dev http://toknot.com

A php framework

  Sources   Download

New BSD License

The Requires

  • php >=5.4.0

 

framework php toknot

11/05 2015

3.0

3.0.0.0 http://toknot.com

A php framework that is suitable for RESTful style develop

  Sources   Download

New BSD License

The Requires

  • php >=5.3.0

 

framework restful toknot

20/03 2015

3.0-beta3

3.0.0.0-beta3 http://toknot.com

A php framework that is suitable for RESTful style develop

  Sources   Download

New BSD License

The Requires

  • php >=5.3.0

 

framework restful

13/03 2015

3.0-beta2

3.0.0.0-beta2 http://toknot.com

A PHP MVC Framework

  Sources   Download

New BSD License

The Requires

  • php >=5.3.0

 

framework

12/03 2015

3.0-beta1

3.0.0.0-beta1 http://toknot.com

A PHP MVC Framework

  Sources   Download

New BSD License

The Requires

  • php >=5.3.0

 

framework

30/12 2014

dev-toknot-2.0

dev-toknot-2.0 http://toknot.com

A PHP MVC Framework

  Sources   Download

New BSD License

The Requires

  • php >=5.3.0

 

framework

13/11 2014

2.0.0

2.0.0.0 http://toknot.com

A PHP MVC Framework

  Sources   Download

New BSD License

The Requires

  • php >=5.3.0

 

framework