Download the PHP package yiichina/yii2-cms without Composer

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

Yii CMS

Latest Stable Version Total Downloads License Build Status Yii2

YiiCMS (http://www.yiicms.com) 是 Yii Framework 中文社区 (http://www.yiichina.com) 发起的开源项目,遵循 BSD 开源协议。 致力于帮助刚入门的同学理解 Yii2 的使用。

YiiCMS群:7594839 (加群请注明:YiiCMS)

目录结构

安装方式

创建数据库,推荐 MySQL,默认库名为 yiicms,编码选 utf8mb4_general_ci

修改数据库配置,位于 @common/config/main-local.php

功能简介

  1. adminLTE
  2. 国际化
  3. RBAC
  4. 第三方登录
  5. 评论模块
  6. 后台更换主题
  7. 分享
  8. 赞功能
  9. 收藏

All versions of yii2-cms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
yiisoft/yii2 Version ~2.0.14
yiisoft/yii2-swiftmailer Version ~2.0.0 || ~2.1.0
yiichina/yii2-adminlte Version *
yiichina/yii2-icons Version *
yiichina/yii2-auth Version *
yiichina/yii2-comments Version *
yiichina/yii2-treegrid Version *
yiichina/yii2-ckeditor Version *
yiichina/yii2-select2 Version *
yiichina/yii2-icheck Version *
yiichina/yii2-chart Version *
yiichina/yii2-switch Version *
dektrium/yii2-rbac Version dev-master
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 yiichina/yii2-cms contains the following files

Loading the files please wait ....