Download the PHP package ufec/tdr without Composer

On this page you can find all versions of the php package ufec/tdr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tdr

TDR

教学管理日报系统(Teaching Daily Report)- 服务端 网页端请移步至此 小程序端请移步至此

系统简介

学校需要对现有教师日报系统升级改造,于是便有了此项目,主要改写了界面,但保留了原有基本布局,优化了教师填写体验

部分代码参照其他开源项目而来,取之于人,用之与众!

感谢 thans/tp-jwt-auth 这个项目封装好的中间件 jwt ,简化了不少操作

很多地方在刚开始设计的时候没想完善,导致写的时候增加了不少负担!!!

慢慢完善吧!

接口文档点击此处 , 接口太多了,会持续更新接口文档

安装

获取源代码

安装依赖

以上两步可以简化为一步

重命名环境配置文件

安装程序

初始化jwt

配置安装

你必须先创建一个数据库,名为 daily,编码为 utf8mb4_general_ci

数据库迁移命令

注:以上命令必须依次执行,若先执行数据库迁移,则必须删除所有数据表,重新执行

等待命令执行完毕即可,后台 账号密码 在根目录下 install/lock.ini 文件中

配置说明

默认配置应该如上所示

WECHAT 部分用于微信小程序配置项,前往微信小程序后台获取

DATABASE 部分按实际填写

初始化之后会有 JWT 部分,默认只有 SECRET 配置项,JWT 默认有效期为 60 秒,如需自定义配置,在 SECRET 后另起一行 TTL=时长 单位:秒

目录结构

系统需求

鸣谢


All versions of tdr with dependencies

PHP Build Version
Package Version
Requires topthink/framework Version 6.0.7
topthink/think-orm Version 2.0.37
thans/tp-jwt-auth Version ^1.1
ext-json Version *
ext-curl Version *
topthink/think-migration Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ufec/tdr contains the following files

Loading the files please wait ....