Download the PHP package iruska/surface without Composer

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

surface

Surface

低代码PHP页面构建器,快速构建后台Table、Form页面

MIT iszsw surface php version

特性

内置功能

table

  • Button 按钮(submit提交按钮、异步提交按钮,确认按钮,创建子页面按钮,空按钮-自定义点击事件)
  • Editable 允许编辑
  • Expand 展开
  • Select 下拉选择
  • Selection 复选框
  • Switcher 开关
  • Writable 在线编辑

form

  • Input 输入框
  • Number 数字
  • Checkbox 多选
  • Radio 单选
  • Switch 开关
  • Select 下拉选择
  • Cascader 联动(同步、异步)
  • Color 颜色
  • Date 日期(日期时间,范围)
  • Time 时间(范围)
  • Rate 评分
  • Slider 滑块
  • Upload 上传
  • Tree 树
  • Take 获取(从iframe子页面获取内容到当前字段)
  • Arrays 无限级数组(嵌套任意form内容)
  • Component 自定义组件(自定义组件注册调用)

演示

http://curd.demo.zsw.ink/

账号密码 admin 123123

源码地址

gitee地址(主推):https://gitee.com/iszsw/surface

github地址:https://github.com/iszsw/surface

生态

thinkPHP6 0代码生成CURD页面 iszsw/curd

Admin极速开发后台 iszsw/surface-admin

文档

https://doc.zsw.ink

安装

测试代码

更多功能演示

基础功能演示 /test/index.php

内置封装的助手工具演示 /test/helper.php

说明

前端基于 iszsw/surface-src

如果需要自定义后端开发 可以自行引入前端逻辑

演示图

Table组件

6jcp11.png

Form 组件

6jcp11.png


All versions of surface with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
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 iruska/surface contains the following files

Loading the files please wait ....