firephp / firephp-core
发送PHP变量到浏览器的最小化库。
v0.5.3
2020-01-17 18:11 UTC
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-09-21 06:41:43 UTC
README
FirePHPCore
FirePHP服务器库的PHP参考实现,与最新的FirePHP Devtools扩展兼容。
FirePHP是一个日志系统,可以在浏览应用程序时将PHP变量显示在浏览器中。所有通信都通过HTTP头进行,这意味着日志数据不会干扰应用程序的正常运行。
安装
发布
packagist.org: firephp/firephp-core
composer require firephp/firephp-core
源代码
要求
安装依赖项
composer install
运行测试
composer test
测试驱动开发
# npm install -g nodemon
nodemon
发布
- 更新
CHANGELOG.md
- Git标签仓库并推送
API
目前API请查看tests/
。
来源
自2007年起,由Christoph Dorn根据MIT许可证授权。
Copyright (c) 2007+ Christoph Dorn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, 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 IN
THE SOFTWARE.
欢迎精心制作的贡献。
预期用途:其逻辑和代码构成一个开发者工具,并旨在作为Web软件开发工具链的一部分运行,该工具链间接在生产系统上运行。它不适用于高负载环境,因为在实现API功能、兼容性和灵活性方面,对运行时优化关注较少。
如果您需要比现有内容更多的功能,请研究代码,理解逻辑,并构建自己的API兼容的实现。与其他遵循相同逻辑和API约定的人分享。这个用户群体很可能会将您的工作用于他们自己的软件开发工具链。