- Notifications
You must be signed in to change notification settings - Fork76
FirePHP server library for sending PHP variables to the browser.
firephp/firephp-core
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The FirePHP server library for PHP reference implementation compatible with the latestFirePHP 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.
Release history & known issues
packagist.org: firephp/firephp-core
composer require firephp/firephp-coreRequirements:
Install dependencies:
composer installRun tests:
composer testTest driven development:
# npm install -g nodemonnodemonRelease:
- Update
CHANGELOG.md - Git tag repository & push
For API seetests/ for now.
Licensed under theMIT License byChristoph Dorn since 2007.
Copyright (c) 2007+ Christoph DornPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.Well-crafted Contributions are Welcome.
INTENDED USE: TheLogic and Code contained within forms aDeveloper Tool and is intended to operate as part of aWeb Software Development Toolchain on which aProduction System operates indirectly. It isNOT INTENDED FOR USE IN HIGH-LOAD ENVIRONMENTS as there islittle focus on Runtime Optimization in order tomaximize API Utility, Compatibility and Flexibility.
If youneed more than what is contained within, study the Code, understand the Logic, and build yourOwn Implementation that isAPI Compatible. Share it with others who follow the sameLogic andAPI Contract specified within. This Community of Users will likely want to use Your Work in their ownSoftware Development Toolchains.
About
FirePHP server library for sending PHP variables to the browser.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.