Download the PHP package lewis15520/auditeer without Composer

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

Auditeer

A package to audit requests and model data in Laravel

Requirements

Installation

In order to run Auditeer you are required to follow these steps in your terminal

  1. Install the package with
  2. Copy the required package conents with
  3. Install the package migrations with

Usage

Enabling

To start auditing, go to and set the value to .

Config

The config is for you to configure Auditeer how you want it. There's documentation for each option and what it does. You can turn these on or off at any time.

Traits

The Auditeer trait is for you to asign to your own models. This allows you to track old and new data and the change log will be stored in the field. To do this, you first need to enable in the config by setting it to . On each mode you would like to track, you can add and then inside the model class, add . To test this works properly for you, make an update on a single object and check the audit view for that change. If there is in the parameters, this is successfully working.

Viewing recorded data

Viewing your Auditeer data is as easy as setting the option to in the config and going to in your url. Auditeer will provide you with a nice single page interface for you to look at and read your logs. You can edit the page settings in the config under the section.

Displaying user data

Under in the config, you can edit how the user is shown in the audit log data views. You can define the model class the user is from (the default is set to ). Inside the key, you can define column names to show the relevant data you would like to see (e.g or ). You can also concatinate columns with a inbetween (e.g ). The first one in the value will display normally and every column after will be put into its own brackets and will be displayed like the following: .


All versions of auditeer with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version ^10.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 lewis15520/auditeer contains the following files

Loading the files please wait ....