twFm | 使用composer搭建起来的开发框架,自己开发很多的php项目(APP、小程序、网站等等)都基于此框架
kandi X-RAY | twFm Summary
kandi X-RAY | twFm Summary
twFm is a PHP library. twFm has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
Php rapid development framework built with composer 用composer搭建起来的一个很简单的php开发框架,自己用这个框架开发了2年多,很多项目都是在此框架上开发,所以分享给大家。要求版本php >= 5.6。最好要本地安装了python环境且3.0以上,否则无法使用自动生成Model层、Controler层、单元测试等的功能。 下载完成之后,首先运行 composer install 安装项目依赖的composer的所有依赖 Config目录中:Config.php为配置文件,数据库连接配置在这儿。Route.php为访问路径文件,所有的路由配置在这儿。 Controllers目录中:各个逻辑层的代码, 运行autoCreateModel.py文件,会自动生成所有的controller文件,内部代码有对应的增删改查操作 Libs目录中:所有的工具类 Log目录中:记录日志 Models目录中:数据库Model层的代码,配置好数据库的连接,运行autoCreateModel.py文件,会自动生成所有的model文件。 Public目录中:项目公共文件夹,存放css、图片、js等 Template目录为静态模板目录,自动生成之后对应controller中的目录,挨个对比,每个文件夹中有add.html、list.html、edit.html 部署到本地,根目录指到Public中。 test目录中:针对Model层的代码,挨个生成的phpunit的单元测试代码,也由autoCreateModel.py自动生成,自动运行测试,测试的日志记录在,unitTestFinishedLog.txt中 vendor目录中:composer安装的类库.
Php rapid development framework built with composer 用composer搭建起来的一个很简单的php开发框架,自己用这个框架开发了2年多,很多项目都是在此框架上开发,所以分享给大家。要求版本php >= 5.6。最好要本地安装了python环境且3.0以上,否则无法使用自动生成Model层、Controler层、单元测试等的功能。 下载完成之后,首先运行 composer install 安装项目依赖的composer的所有依赖 Config目录中:Config.php为配置文件,数据库连接配置在这儿。Route.php为访问路径文件,所有的路由配置在这儿。 Controllers目录中:各个逻辑层的代码, 运行autoCreateModel.py文件,会自动生成所有的controller文件,内部代码有对应的增删改查操作 Libs目录中:所有的工具类 Log目录中:记录日志 Models目录中:数据库Model层的代码,配置好数据库的连接,运行autoCreateModel.py文件,会自动生成所有的model文件。 Public目录中:项目公共文件夹,存放css、图片、js等 Template目录为静态模板目录,自动生成之后对应controller中的目录,挨个对比,每个文件夹中有add.html、list.html、edit.html 部署到本地,根目录指到Public中。 test目录中:针对Model层的代码,挨个生成的phpunit的单元测试代码,也由autoCreateModel.py自动生成,自动运行测试,测试的日志记录在,unitTestFinishedLog.txt中 vendor目录中:composer安装的类库.
Support
Quality
Security
License
Reuse
Support
twFm has a low active ecosystem.
It has 2 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
twFm has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of twFm is current.
Quality
twFm has no bugs reported.
Security
twFm has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
twFm does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
twFm releases are not available. You will need to build from source code and install.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of twFm
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of twFm
twFm Key Features
No Key Features are available at this moment for twFm.
twFm Examples and Code Snippets
No Code Snippets are available at this moment for twFm.
Community Discussions
No Community Discussions are available at this moment for twFm.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install twFm
You can download it from GitHub.
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page