Download the PHP package arcanisgk/boh-basic-ouput-handler without Composer
On this page you can find all versions of the php package arcanisgk/boh-basic-ouput-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arcanisgk/boh-basic-ouput-handler
More information about arcanisgk/boh-basic-ouput-handler
Files in arcanisgk/boh-basic-ouput-handler
Package boh-basic-ouput-handler
Short Description [BOH] is a very simple PHP [output handler] implementation that show Human readable information instead of using the default PHP Method
License
Informations about the package boh-basic-ouput-handler
[BOH] Basic Output Handler for PHP
Acronym: [BOH].
Name: Basic Output Handler.
Dependencies: Stand Alone / PHP v7.4.
What does [BOH] do?
[BOH] is a very simple PHP [output handler] implementation that show Human readable information instead of using the default PHP options:
- var_dump() - Displays information about a variable.
- print_r() - Print human-readable information about a variable.
- debug_zval_dump() - Outputs a string representing an internal value of zend.
- var_export() - Print or return a string representation of a parseable variable.
This means that all the data passed is presented to the developer according to the chosen parameters. It also means that the displayed data can be directly reused as code. Comments are also generated for each value that briefly explains the type of data
Why use [BOH]?
Developers need the ability to decide how their code behaves when data needs to be checked. The native php Methods provide a range of information that is not reusable by the Developer or may even require more work to get the correct output for data verification.
This library handles data output proven to be extremely effective. [BOH] is a Standalone implementation that can be used for any project and does not require a third-party library or software.
Help to improve [BOH]?
if you want to collaborate with the development of the library; You can express your ideas or report any situation related to this in: https://github.com/arcanisgk/BOH-Basic-Ouput-Handler/issues
[BOH] Configuration:
None necessary.
[BOH] Installation:
[BOH] Usage:
Instance of Class
Customiced colors palette:
Options for Method:
Example output:
Unit Test for output:
Unit test Pending for version v1.1.0
Contributors
- (c) 2020 - 2021 Walter Francisco Núñez Cruz [email protected]
I want to give special credit to the Help, Collaboration and Support of the programmers fron php.net, StackExchange Community and Reddit(/r/PHPhelp/):
- Mr_What4 (Reddit)
- CyberJack77 (Reddit)
- requinix (PHP.net)
- patricio-moracho (SOes)
- quevedo (SOes)
- mauricio-contreras (SOes)
- gbianchi (SOes)
- Triby (SOes)
- Marcos (SOes)
- anythingg (SOes)
- mdfst13 (CodeReview SE)
- Sᴀᴍ Onᴇᴌᴀ (CodeReview SE)
- mast (CodeReview SE)
- der-kommissar (CodeReview SE)
- peilonrayz (CodeReview SE)