Download the PHP package catman/thinkcmf without Composer

On this page you can find all versions of the php package catman/thinkcmf. 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 thinkcmf

ThinkCMF 5.1.4 让你更自由地飞

系列讲座

https://www.thinkcmf.com/college.html

ThinkCMF5.1主要特性

开发手册

http://www.kancloud.cn/thinkcmf/doc5_1

Git仓库

  1. GitHub:https://github.com/thinkcmf/thinkcmf 主要仓库
  2. 码云:https://gitee.com/thinkcmf/ThinkCMF 中国镜像

演示仓库

此仓库会放官方的一些演示应用,插件,模板,API等

  1. https://github.com/thinkcmf/demos 主要仓库
  2. https://gitee.com/thinkcmf/demos 中国镜像

环境推荐

php7.1

mysql 5.6+

打开rewrite

最低环境要求

php5.6+

mysql 5.5+ (mysql5.1安装时选择utf8编码,不支持表情符)

打开rewrite

运行环境配置教程

https://www.thinkcmf.com/topic/1502.html

代码已经加入自动安装程序,如果你在安装中有任何问题请提交 issue!

  1. public目录做为网站根目录,入口文件在 public/index.php
  2. 配置好网站,请访问http://你的域名

enjoy your cmf~!

系统更新

如果您是已经安装过ThinkCMF的用户,请查看 update 目录下的 sql 升级文件,根据自己的下载的程序版本进行更新

完整版目录结构

thinkcmf  根目录
├─api                     api目录
│  ├─demo                 演示应用api目录
│  │  ├─controller        控制器目录
│  │  ├─model             模型目录
│  │  └─ ...              更多类库目录
├─app                     应用目录
│  ├─demo                 演示应用目录
│  │  ├─controller        控制器目录
│  │  ├─model             模型目录
│  │  └─ ...              更多类库目录
│  ├─ ...                 更多应用
│  ├─app.php              应用(公共)配置文件[可选]
│  ├─command.php          命令行工具配置文件[可选]
│  ├─common.php           应用公共(函数)文件[可选]
│  ├─database.php         数据库配置文件[可选]
│  ├─tags.php             应用行为扩展定义文件[可选]
├─data                    数据目录(可写)
│  ├─config               动态配置目录(可写)
│  ├─route                动态路由目录(可写)
│  ├─runtime              应用的运行时目录(可写)
│  └─ ...                 更多
├─public                  WEB 部署目录(对外访问目录)
│  ├─plugins              插件目录
│  ├─static               官方静态资源存放目录(css,js,image),勿放自己项目文件
│  ├─themes               前后台主题目录
│  │  ├─admin_simpleboot3 后台默认主题
│  │  └─default           前台默认主题
│  ├─upload               文件上传目录
│  ├─api.php              API入口
│  ├─index.php            入口文件
│  ├─robots.txt           爬虫协议文件
│  ├─router.php           快速测试文件
│  └─.htaccess            apache重写文件
├─extend                  扩展类库目录[可选]
├─vendor                  第三方类库目录(Composer)
│  ├─thinkphp             ThinkPHP目录
│  └─...             
├─composer.json           composer 定义文件
├─LICENSE                 授权说明文件
├─README.md               README 文件
├─think                   命令行入口文件

QQ群:

ThinkCMF 官方交流群:316669417

ThinkCMF 高级交流群:100828313 (付费)
高级群专属权益:
第一波:两个后台风格(ThinkCMF官网风格后台主题,蓝色风格后台主题)
第二波:ThinkCMF5完全开发手册离线版(PDF,EPUB,MOBI格式)
更多专属权益正在路上...

ThinkCMF 铲屎官交流群:415136742 (生活娱乐,为有喵的猿人准备)

话题专区

http://www.thinkcmf.com/topic/index/index/cat/11.html

反馈问题

https://github.com/thinkcmf/thinkcmf/issues

更新日志

5.1.4

5.1.3

5.1.2

[核心]

[API]

5.1.1

[核心]

[swoole]

5.1.0

[核心]

[swoole]

5.1.0-beta

[核心]


All versions of thinkcmf with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
ext-json Version *
ext-curl Version *
ext-pdo Version *
topthink/think-helper Version ^1.0
topthink/think-image Version ^1.0
thinkcmf/cmf-app Version ~5.1.0
thinkcmf/cmf-install Version ~5.1.0
thinkcmf/cmf-api Version ~5.1.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 catman/thinkcmf contains the following files

Loading the files please wait ....