Download the PHP package qvbilam/audit without Composer

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

Packagist Version (custom server) Tests StyleCI PHP VERSION GitHub repo size

说明

使用 数美天净 智能审核

安装

通过 composer 拉取包

或者通过命令: composer require qvbilam/audit

使用

验证文本

验证图片

返回结果示例

Laravel 中使用

.env 文件添加配置:

配置 config/services.php :

通过自动注入方式使用:

或者使用服务名称方式使用:

结果

方法 类型 描述
toJson() string 返回json结果集
toArray() array 返回array结果集
isPass() bool 是否通过审核
isReview() bool 是否需要人工审核
isReject() bool 是否拒绝
getRequestId() string 获取请求id
getStatus() int 获取审核状态
getDescription() string 获取描述说明
getRiskType() string 获取风险类型
getScore() int 获取危险分数[0, 1000]

All versions of audit with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^7.5
ext-json 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 qvbilam/audit contains the following files

Loading the files please wait ....