Download the PHP package qingbing/zf-helper without Composer

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

版本提示

zf-helper

常用的方法和函数,多为静态类,抽象类,接口类等

文档

  1. 常规常量定义 : constant
  2. 常用函数封装 : functions

抽象类

  1. 抽象类基类 : Base
  2. 自定义组件基类 : Component
  3. 工厂模式基类 : Factory
  4. 单例模式基类 : Singleton
  5. 数组转换为树形结构基类 : TreeData

业务类

  1. 时间段获取 : DateRange
  2. array-deep实现的 pid-id 树形结构构造 : DeepTree
  3. 文件下载类 : Download
  4. excel装填下载 : ExcelHelper
  5. Ip 地址助手 : IpHelper
  6. Object实现的 pid-id 树形结构构造 : ObjectTree
  7. 行政区划管理 : Region

加密类

  1. openssl密码管理封装 : Openssl

异常类定义

  1. 业务异常 : BusinessException
  2. coding类异常 : ClassException
  3. 用户自定义异常 : CustomException
  4. 异常基类 : Exception
  5. 访问禁用异常 : ForbiddenHttpException
  6. http 异常 : HttpException
  7. 不存在界面异常 : NotFoundHttpException
  8. coding参数异常 : ParameterException
  9. 程序异常 : ProgramException
  10. coding属性异常 : PropertyException
  11. 运行时异常 : RuntimeException
  12. 不支持的业务异常 : UnsupportedException

身份辅助类

  1. 身份证号解析 : IdentityParser

迭代类

  1. List迭代器 : ListIterator
  2. Map迭代器 : MapIterator

插件(需要配置属性)

  1. 无状态的json-web-token : Jwt

加密类

  1. base64对数据加密 : Base64
  2. openssl加密和解密封装 : Openssl

Trait片段

  1. 为$this对象的属性赋值 : TConfigure
  2. 格式化前端选项 : TOptionFormat
  3. 属性判断和处理 : TProperty

模型辅助类

  1. "对比关系"标签 : TLabelCompareRelation
  2. "删除状态"标签 : TLabelDeleted
  3. "启用状态"标签 : TLabelEnable
  4. "禁用状态"标签 : TLabelForbidden
  5. "排序"标签 : TLabelOrderBy
  6. "性别"标签 : TLabelSex
  7. "是/否"标签 : TLabelYesNo

数据转换类

  1. Ascii码转换 : AsciiHelper
  2. 数据进制转化 : NumberHelper
  3. 标点符号转换 : SymbolHelper
  4. Unicode编码转换 : UnicodeHelper

其它助手类

  1. 文件目录处理 : FileHelper
  2. 常用格式化 : Format
  3. 数学函数 : Math
  4. Ob缓冲管理 : ObBuffer
  5. 类或Object处理 : Obj
  6. 数据存储 : DataStore
  7. 请求获取类 : ReqHelper
  8. 记时器 : Timer
  9. 功能集合 : Util
  10. 列表,提供push,pop,unshift,shift等操作 : ZList
  11. Map,提供add,get,remove,clear,count等操作 : ZMap

====== 组件编号 101 ======

异常文件编号

  1. 1010001 : \Zf\Helper\Traits\TProperty
  2. 1010002 : \Zf\Helper\ZList
  3. 1010003 : \Zf\Helper\ZMap
  4. 1010004 : \Zf\Helper\Obj
  5. 1010005 : \Zf\Helper\Timer
  6. 1010006 : \Zf\Helper\FileHelper
  7. 1010007 : \Zf\Helper\Business\Download
  8. 1010008 : \Zf\Helper\Business\DateRange
  9. 1010009 : \Zf\Helper\Identity\IdentityParser
  10. 1010010 : \Zf\Helper\Crypt\Openssl

All versions of zf-helper with dependencies

PHP Build Version
Package Version
No informations.
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 qingbing/zf-helper contains the following files

Loading the files please wait ....