Download the PHP package uniondrug/internal-log without Composer

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

内审中心日志

how to do

  1. 修改composer.json文件, 选择1.x版本

  2. 执行composer update更新依赖版

  3. 修改config/app.php应用

  4. 添加config/internalLog.php

  5. ServiceTrait中添加$internalLog@property定义

how to run

相关接口:

  1. setModule()(必须)

    设置模块名称

  2. setLogDate()(必须)

    发送日志时间

  3. setMemberId($memberId)(必须)

    操作人 memberId

  4. setName($name)(必须)

    操作人姓名

  5. setAction($action)(必须)

    动作(CRUD) C-添加数据 D删除数据 U修改数据 R-查询数据

  6. setRelationId($relationId)(必须)

    关联资源Id

  7. setRelationType($relationType)(必须)

    关联资源类型

  8. setOpenId()

    第三方 openId

  9. setMobile($mobile)

    操作人手机号码

  10. setIp()

    ip地址

  11. setLon($lon)

    经度

  12. setLat($lat)

    纬度

  13. setOptInfo($optInfo)

    操作信息

  14. setRelationDesc($relationDesc)

    关联资源说明

  15. setExtra($extra)

    关联资源自定义说明

  16. setTerminalId($terminalId)

    设备Id

  17. setTerminalType($terminalType)

    设备类型

  18. setTerminalModel($terminalModel)

    终端型号

  19. setTransId()

    调用链Id

  20. toJson()

    结果转JSON

  21. senderServer()(必须)

    提交日志


All versions of internal-log with dependencies

PHP Build Version
Package Version
Requires uniondrug/framework Version ^2.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 uniondrug/internal-log contains the following files

Loading the files please wait ....