Download the PHP package firephp/firephp-core without Composer
On this page you can find all versions of the php package firephp/firephp-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download firephp/firephp-core
More information about firephp/firephp-core
Files in firephp/firephp-core
Package firephp-core
Short Description Minimal library for sending PHP variables to browsers.
License MIT
Homepage https://github.com/firephp/firephp-core
Informations about the package firephp-core
FirePHPCore
The FirePHP server library for PHP reference implementation compatible with the latest FirePHP Devtools Extension.
FirePHP is a logging system that can display PHP variables in a browser as an application is navigated. All communication happens via HTTP headers which means the logging data will not interfere with the normal functioning of the application.
Install
Release history & known issues
Published
packagist.org: firephp/firephp-core
composer require firephp/firephp-core
Source
Requirements:
Install dependencies:
composer install
Run tests:
composer test
Test driven development:
# npm install -g nodemon
nodemon
Release:
- Update
CHANGELOG.md
- Git tag repository & push
API
For API see tests/
for now.
Provenance
Licensed under the MIT License by Christoph Dorn since 2007.
Well-crafted Contributions are Welcome.
INTENDED USE: The Logic and Code contained within forms a Developer Tool and is intended to operate as part of a Web Software Development Toolchain on which a Production System operates indirectly. It is NOT INTENDED FOR USE IN HIGH-LOAD ENVIRONMENTS as there is little focus on Runtime Optimization in order to maximize API Utility, Compatibility and Flexibility.
If you need more than what is contained within, study the Code, understand the Logic, and build your Own Implementation that is API Compatible. Share it with others who follow the same Logic and API Contract specified within. This Community of Users will likely want to use Your Work in their own Software Development Toolchains.