Download the PHP package dcat-x/operation-log without Composer

On this page you can find all versions of the php package dcat-x/operation-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 operation-log

# Operation Log

Tests Latest Stable Version Total Downloads PHP Version Laravel Version Dcat Admin Version

**Dcat Admin 操作日志扩展,自动记录管理后台的所有操作**

功能特性

安装

配置

扩展设置

在 Dcat Admin 扩展管理页面启用后,可通过设置页面配置:

配置项 说明
except 排除的路由,不记录这些路径的操作
allowed_methods 允许记录的 HTTP 方法
secret_fields 敏感字段,这些字段的值会被脱敏处理

默认配置

使用

安装并启用扩展后,系统会自动记录所有管理后台操作。

访问日志

通过菜单或直接访问:

日志内容

每条操作日志包含:

日志管理

数据库

扩展会创建 admin_operation_log 表:

字段 类型 说明
id bigint 主键
user_id bigint 用户 ID
path string 请求路径
method string(10) HTTP 方法
ip string(45) 客户端 IP
input text 请求参数 (JSON)
created_at timestamp 创建时间
updated_at timestamp 更新时间

开发

更新日志

详见 CHANGELOG

许可证

MIT


All versions of operation-log with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
dcat-x/laravel-admin Version ^1.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 dcat-x/operation-log contains the following files

Loading the files please wait ...