yunhu/tiki

There is no license information available for the latest version (v1.0.0) of this package.

A PHP Framework

Maintainers

Details

github.com/yunhu/tiki

Source

Issues

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 1

Type:project

v1.0.0 2019-01-11 12:05 UTC

This package is auto-updated.

Last update: 2024-03-09 12:59:36 UTC


README

A PHP Framework

Tiki

===============

Tiki 简单易用,其主要特性包括:

+ 自动加载

+ 命名空间

+ 支持monolog

+ db用medoo封装

配置文件用软链生成,先进入config里

测试环境

   ln -s ./config.test.php config.php 

线上环境

 ln -s ./config.online.php config.php 

计划任务方式:

   cd cmd   
   php c.php index myCrontTest