Download the PHP package jkga/smartlogs without Composer
On this page you can find all versions of the php package jkga/smartlogs. 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 smartlogs
Smartlogs
A standard, comprehensive, effective and efficient logging library for inspecting information that will allow auditing data much more faster and accurate
What it does
- Compare JSON and save the result as log
- Parse and create a comprehensive timeline from logs
How it works ?
Comparing
- Compare data in JSON format (new and old)
- Capture the items that have been added, changed or deleted
- Generate JSON in memory that contains those changes
Merging
- Read logs synchronously
- Merge 2 logs to generate a Frame which contains the data before a recent changes occur.
Installation
composer install
Unit Testing
Run the code below in your terminal to run the tests
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/
Documentation
Run this command and open the docs/index.html file in your browser
php phpDocumentor.phar -d src -t docs
You must download the phpDocumentor official phar binary and copy it inside the project folder.
All versions of smartlogs with dependencies
PHP Build Version
Package Version
No informations.
The package jkga/smartlogs contains the following files
Loading the files please wait ....