Download the PHP package iiyii/getyii without Composer

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

GetYii

Latest Stable Version Total Downloads Latest Unstable Version License

community for Yii2

说明

你现在看到的是全新版本的 GetYii 之前的版本我放在 V1 分支上面了,那个版本以后可能就不会更新了。 「doc/images」文件夹里面有截图,你们可以看一下。

全新的 GetYii 只专注于社区,现在基本功能已经 OK 了,以后我们会不断完善的。分享我们的 trello 项目管理地址

项目搭建

原始安装方法(推荐)

1、首先你要安装 Composer,然后你需要手动去新建一个数据库,比方说新建 getyii 数据库,如果想使用 emoji 表情的话,意见使用 utf8mb4 编码格式,不想用的话, 建议使用 utf8 编码格式。

2、然后修改数据库配置文件的配置信息

再使用运行我写的安装程序(帮你生成数据库表和假数据)

或者直接执行数据库迁移工具生成数据库表

composer 安装方法(可能不是最新的)

1、首先你要安装 Composer,然后你需要手动去新建一个数据库,比方说新建 getyii 数据库,如果想使用 emoji 表情的话,意见使用 utf8mb4 编码格式,不想用的话, 建议使用 utf8 编码格式。

2、然后复制一份数据库配置,并且修改数据库配置,

再使用运行我写的安装程序(帮你生成数据库表和假数据)

或者直接执行数据库迁移工具生成数据库表

docker 搭建方法

  1. 安装好 docker 保证可以运行 docker 和 docker-compose 命令
  2. 克隆代码到你本地,并 cd 到相应目录
  3. 启动 getyii 应用

$ cp docker-files/docker-compose-example.yml docker-compose.yml

$ docker-compose up -d

访问 getyii

添加以下两个域名加到自己机器的 host 里面

<your_docker_ip> <your_name>.dev.getyii.com 前台
<your_docker_ip> <your_name>.dev.admin.getyii.com 后台

用户相关

  1. 把 user 表中的某用户值 role 字段值改为20,即为前台管理员,目前可以给帖子加精华,不能登录后台。
  2. 把 user 表中的某用户值 role 字段值改为30,即为超级管理员,可登录后台。

文档和手册

  1. Yii2手册
  2. 中文 Composer 手册

安装遇到问题怎么办?

建议在官网的社区版块新手提问下面提问,我会抽空亲自回答。请最大可能的把问题描述清楚,以免浪费我们彼此的时间。

交流群

捐赠

微信支付 支付宝支付

手机微信或者支付宝扫描上方二维码可向本项目捐款

感谢以下这些朋友的资金支持,所得捐赠将用于改善网站服务器、购买开发/调试设备&工具。

捐赠人 金额 时间 说明
张** 1.00 2015年7月7日 http://asjmtz.com/
*作军 100.00 2015年08月07日 dba-china
树* 333.00 2015年09月11日 http://www.21cnjy.com/
*作军 300.00 2016年04月28日 dba-china
*勇 20.00 2017年05月31日 http://www.fecshop.com/
*勇 66.00 2017年12月21日 http://www.fecshop.com/

他们正在使用 GetYii

感谢

PS:

如果你暂时无法使用 composer 的话,访问链接: http://pan.baidu.com/s/1eQnsn7s 密码: ux6c 下载 zip 文件解压就可以用了。然后你要做的是:


All versions of getyii with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
yiisoft/yii2 Version >=2.0.6
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-swiftmailer Version *
conquer/select2 Version *
bower-asset/highlightjs Version *
bower-asset/pace Version *
bower-asset/localforage Version *
bower-asset/at.js Version *
yiisoft/yii2-authclient Version *
yzalis/identicon Version *
funson86/yii2-setting Version *
yiisoft/yii2-imagine Version ^2.0
hightman/xunsearch Version *@beta
yiier/yii2-backup Version *
kop/yii2-scroll-pager Version dev-master
devgroup/yii2-tag-dependency-helper Version *
yiier/yii2-return-url Version *
yiier/yii2-merit Version *
yiisoft/yii2-httpclient Version dev-master
understeam/yii2-slack Version ~0.1
dmstr/yii2-adminlte-asset Version 2.*
yiier/yii2-editor.md Version *
2amigos/qrcode-library Version ^1.1
yiier/yii2-anti-spam Version ^0.2.0
ext-curl Version *
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 iiyii/getyii contains the following files

Loading the files please wait ....