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

A simple PHP framework

Maintainers

Details

github.com/eaturezou/jdi

Source

Issues

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/zoueature/jdi

0.0.2.1 2019-05-02 05:16 UTC

This package is not auto-updated.

Last update: 2025-12-19 12:49:45 UTC


README

Just a simple PHP framework

  1. 安装依赖 composer install
  2. 编写相关路由, /path/to/jdi/route/api.php
  3. 控制器位于 /path/to/jdi/app/Controller, 所有的控制器继承自Core\Controller(可选)
  4. 数据库操作位于/path/to/jdi/app/Model, 所有的模型必须继承自Core\Model
  5. 所有的log均打在/path/to/jdi/logs