Download the PHP package feehi/feehicms without Composer

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

FeehiCMS __(English)__

基于yii2的CMS系统,运行环境与yii2(php>=5.4)一致。FeehiCMS旨在为yii2爱好者提供一个基础功能完善的CMS系统,使开发者更专注于业务功能开发。 FeehiCMS没有对yii2做任何的修改、封装,但是把yii2的一些优秀特性几乎都用在了FeehiCMS上,对于学习yii2框架提供了良好的实例。

Latest Stable Version License Build Status

更新记录

0.1.3版本已经集成swoole作为FeehiCMS应用服务器,详细配置及使用参见yii2-swoole

帮助

开发文档http://doc.feehi.com

QQ群 258780872

bug反馈

功能

快速体验

  1. 使用演示站点 演示站点后台 用户名:feehicms 密码123456

  2. 使用Docker容器

安装

前置条件: 如未特别说明,已默认您把php命令加入了环境变量

  1. 使用归档文件

    使用此方式安装,后台超管用户名和密码会在安装过程中让您填入

    1. 下载FeehiCMS源码 点击此处下载最新版
    2. 解压到目录
    3. 配置web服务器(参见下面)
    4. 浏览器打开 http://localhost/install.php 按照提示完成安装(若使用php内置web服务器则地址为 http://localhost:8080/install.php )
    5. 完成
  2. 使用composer (推荐使用此方式安装)

    使用此方式安装,默认的后台超级管理员用户名admin密码123456 composer的安装以及国内镜像设置请点击 此处

    1. 依次执行以下命令
    1. 配置web服务器(参加下面)
    2. 完成

附:web服务器配置(注意是设置"path/to/frontend/web为根目录)

运行效果


All versions of feehicms with dependencies

PHP Build Version
Package Version
Requires feehi/cms-core 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 feehi/feehicms contains the following files

Loading the files please wait ....