Download the PHP package comingdemon/demon without Composer

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

PHP Demon Library

框架说明

正常来说是内部开发使用的,外部使用也可以(水平有限,请慎用,可能会有漏洞或者性能问题)

包含范围

类型 说明 例子
转换 数组、对象、JSON、XML、参数的转换过滤以及相关内容 bomber()->jsonToXml()
array_to_object([])
请求 根据请求来判断各项内容,如是否为手机版、获取URL等 bomber()->url()
bomber()->isMobile()
文件 递归创建目录、创建文件、上传、下载等 bomber()->dirMake()
bomber()->fileCreate()
图片 基础的缩略图、裁剪、水印、转换等 bomber()->imageThumb()
bomber()->imageMark()
正则 提供几个常见的正则 bomber()->regexp()
加密 简单的盐值加密、异或加密等 bomber()->password()
RSA 简单的RSA封装使用 $rsa = (new Rsa())

Helper函数

名称 说明 例子
debuger 调试输出并中断 debuger('1','2',3,[])
dumper 和debuger相同但是不中断 dumper('1','2',3,[])
mstime 获取当前运行毫秒时间戳 mstime()
msdate 将毫秒时间戳转换为自定义日期格式 msdate('Ymd',mstime())
bomber 通用函数类快捷函数 bomber()->xxx()
arguer 常用的参数过滤,如从$_REQUEST获取或者自定义数组 arguer('a','无','string',['a'=>''])

特殊申明

本库已发布至Composer,理论上只内部使用,如有问题请自行解决,概不提供服务

最终解释权归魔网天创信息科技:尘兵所属


All versions of demon with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.0
ext-bcmath Version *
ext-gd Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
ext-simplexml Version *
voku/anti-xss Version ^4.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 comingdemon/demon contains the following files

Loading the files please wait ....