Download the PHP package ptadmin/easy without Composer

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

ptadmin/easy

Version Downloads License Sponsor PTAdmin

PTAdmin 模型处理板块,可扩展自定义模型类型,扩展开发模型,需基于PTAdmin使用

介绍

在日常开发中多数的CURD操作都是重复的,ptadmin-easy提供了一套通用的CURD操作方法,以及一套可扩展组件,可以帮助快速开发自定义模型,减少开发成本 结合PTAdmin中功能模块可实现管理后台的快速搭建,搭配着我们的插件市场 模版市场可以快速丰富系统功能。

安装

使用

详情操作手册请查看文档地址

任务列表

以下是当前支持的组件和功能信息,并在未来期望达到的功能

表单组件支持

  • [ ] 文本类型
  • [x] 单行文本
  • [x] 多行文本
  • [ ] 富文本
  • [x] 密码
  • [ ] 邮箱
  • [ ] 手机
  • [ ] 链接
  • [ ] 身份证
  • [ ] 颜色
  • [ ] 附件类型
  • [ ] 单文件上传
  • [ ] 多文件上传
  • [ ] 单图上传
  • [ ] 多图上传
  • [ ] 单视频上传
  • [ ] 多视频上传
  • [ ] 数值类型
  • [ ] 整数
  • [ ] 小数
  • [ ] 货币
  • [ ] 百分比
  • [ ] 计数器
  • [ ] 滑块
  • [ ] 评分
  • [ ] 选项类型
  • [ ] 单选框
  • [ ] 多选框
  • [ ] 单选下拉框
  • [ ] 多选下拉框
  • [ ] 切换按钮
  • [ ] 时间日期类型
  • [ ] 日期选择
  • [ ] 时间选择
  • [ ] 日期时间选择
  • [ ] 年选择
  • [ ] 月选择
  • [ ] 年月选择
  • [ ] 区间选择
  • [ ] 对象类型
  • [ ] 树选择
  • [ ] 联动选择
  • [ ] 级联选择
  • [ ] 搜索选择
  • [ ] 键值对类型

扩展支持

功能支持

问题梳理: 1、模型新增时


All versions of easy with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
ext-json Version *
doctrine/dbal Version ^3.3
illuminate/database Version ^8.0|^9.0|^10.0
illuminate/support Version ^8.0|^9.0|^10.0
illuminate/container Version ^8.0|^9.0|^10.0
illuminate/validation Version ^8.0|^9.0|^10.0
ext-pdo 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 ptadmin/easy contains the following files

Loading the files please wait ....