Download the PHP package xyqweb/log without Composer
On this page you can find all versions of the php package xyqweb/log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package log
log SDK for php
Run environment
- PHP 7.1+.
Install Log PHP SDK
composer require xyqweb/log
-
If you use the composer to manage project dependencies, run the following command in your project's root directory:
composer require xyqweb/log
You can also declare the dependency on Log SDK for PHP in the
composer.json
file."require": { "xyqweb/log": "~0.1" }
Then run
composer install
to install the dependency. After the Composer Dependency Manager is installed, import the dependency in your PHP code:require_once __DIR__ . '/vendor/autoload.php';
Quick use
Initialize an LogClient
Load in normal mode
Load in normal mode yii2
All versions of log with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-ctype Version *
ext-json Version *
ext-ctype Version *
ext-json Version *
The package xyqweb/log contains the following files
Loading the files please wait ....