Download the PHP package itedo/itedo-logger without Composer

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

itedo-logger

框架版本

laravel版本 | thinkphp版本

简介

辅助laravel调试包,记录请求数据、数据库执行SQL语句、相应相关数据。支持file日志、mongodb、mysql(后续更新)。
不足之处希望感兴趣的您指导加以修正。感谢!!!

版本 (其他版本后续新增)

镜像包

config/app.php

--providers-- 新增:

config/新增配置itelog.php

App\Http\Kernel.php

$routeMiddleware 新增一行请求相应日志

路由加 req.res.log中间件

Mongodb驱动时配置

需配置php扩展 php_mongodb

添加 MongoDB 的数据库的信息:

.env 配置新增

file驱动时配置

config/logging.php

channels 新增配置日志驱动

异常记录

config/itelog.php 新增配置

app/Exceptions/Handler.php

render()方法内新增

Mongodb效果图

e8efc121fd7ebfef260b2c913471f04


All versions of itedo-logger with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
jenssegers/mongodb Version v3.*
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 itedo/itedo-logger contains the following files

Loading the files please wait ....