Download the PHP package yirius/icesui without Composer

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

ICESUI for thinkphp 5.1

icesui是一个针对于thinkphp5.1版本的快速开发后台框架,拥有较为优美的后台样式(优化了手机端)

同时集成了权限管理和管理员管理等功能,并且开发方式类似于OneThink里面的一些自定义方法

如果使用过海豚框架就会对这种开发方式有一些了解

icesui针对于thinkphp5.1做了如下

  1. 精美的后台样式和手机样式
  2. 内置了FormBuilder和TableBuilder可以用来针对性的快速开发表单和列表界面
  3. 自定义界面样式和组件

使用方法 composer require yirius/icesui#

功能介绍(附带使用方法)

  1. 目录简介
    ---src
    ------assets/使用的所有资源文件
    ---------css/存放所有的css文件
    ---------fonts/存放所有的字体文件
    ---------images/存放所有使用到的图片
    ---------js/存放使用到的js
    ---------vendor/所有使用的其他插件包
    转入2详细讲解
    ------builder/
    ---------FormBuilder.php 表单生成助手
    ---------ManageBuilder.php 管理界面生成助手
    ---------TableBuilder.php 表格生成助手
    ---------ToolsBuilder.php 工具生成助手
    转入其他详细讲解
    ------controller/
    ---------Setting.php 后台的权限管理和设置对应的类
    转入3详细讲解
    ------extend/
    ---------Auth.php 权限管理核心文件
    ---------MgController.php 所有后台文件都需要继承的
    ---------Model.php 所有模型类需要继承的文件
    ---------Tools.php 工具类文件
    php think使用的命令行
    ------icescommand/
    ---------Assets.php
    ---------Config.php
    ---------Init.php
    后台框架使用的模型
    ------model/
    ---------AuthGroup.php
    ---------AuthRule.php
    ---------AuthUser.php
    后台所有使用的界面样式
    ------view/
    ---------form/
    ---------manage/
    ---------pub/
    ---------setting/
    ---------table/
    ---------empty.html
    ---------layout.html
    其他使用的文件
    ------config.php
    ------helper.php
    ------IBuilder.php
  2. Builder类库简介
    • 注明: 在thinkphp5.1内,如果需要进行一些自己的配置, 或者希望通过apache等加载css和js, 则需要运行如下命令
    • 具体使用请查看doc

---1. ManageBuilder.php(这个类库控制了后台的登录界面/主题界面/框架界面)

---2. FormBuilder.php

---3. TableBuilder.php

---4. ToolsBuilder.php

---2. MgController.php

---4. Tools.php


All versions of icesui with dependencies

PHP Build Version
Package Version
Requires topthink/think-helper Version >=1.0.4
topthink/think-installer Version >=1.0.10
topthink/think-captcha Version >=2.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 yirius/icesui contains the following files

Loading the files please wait ....