Download the PHP package blessingefkt/wp-log-viewer without Composer

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

=== Log Viewer === Tags: debug, log, advanced, admin Tested up to: 5.5.3 Requires at least: 3.4 Stable Tag: 1.0.0 Latest Version: 1.0.0 Contributors: License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Fork of https://wordpress.org/plugins/log-viewer/

This plugin provides an easy way to view *.log files directly in the admin panel.

== Description ==

This plugin provides an easy way to view *.log files directly in admin panel of your wordpress. Also you can perform simple actions like empty the file or deleting it. The plugin is recommended to use only in development.

To activate Wordpress logging to file you have to set define( 'WP_DEBUG_LOG', true ); in your wp-config.php file.

Known limitations:

ToDo as of 013.05.19:

== Changelog ==

= 2020.10.30 =

= 2013.05.19 =

= 2013.04.02 =

= 2012.10.06 =

= 2012.10.01 =

= 2012.09.30 =

= 2012.09.29 =

== Installation ==

  1. Upload to your plugins folder, usually found at 'wp-content/plugins/'
  2. Activate the plugin on the plugins screen
  3. Navigate to Tools ... Log Viewer to show and view log files
  4. You may want to activate WP logging setting WP_DEBUG_LOG to TRUE in your wp-config.php file

== Frequently Asked Questions ==

= How to enable debug.log = Simply add define( 'WP_DEBUG_LOG', true ); in your wp-config.php file.

= I changed my error_log to something other than WP default = That's ok ... as long as the file extension is .log and it's located in WP_CONTENT_DIR. Other sources or extensions aren't supported for now.

= Can i show other files? = Yes you can! This plugin automatically looks for log files located in WP_CONTENT_DIR and have a .log extension. Other sources can be added Other sources or extensions aren't supported for now.

= In Files View i only get the error message "Could not load file." or "No files found." = It looks like there isn't a *.log file in WP_CONTENT_DIR. Wich could mean there are no errors. Yay! If there are files, it could be that they are not readable ( check your permissions ) or it's a bug ... Booo!

= I don't see File Actions options = The options are only displayed if the file is writeable. Check your permissions.

== Upgrade Notice ==

= None yet.

== Screenshots ==

  1. Screenshot shows the file view screen

All versions of wp-log-viewer with dependencies

PHP Build Version
Package Version
Requires composer/installers 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 blessingefkt/wp-log-viewer contains the following files

Loading the files please wait ....