Popularity
3.2
Growing
Activity
7.6
-
211
4
6

Description

XR is a dump debug server utility for PHP. No extras required, debug your PHP code anywhere.

Programming language: PHP
License: Apache License 2.0

XR alternatives and similar libraries

Based on the "Debugging and Profiling" category.
Alternatively, view php alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of XR or a related project?

Add another 'Debugging and Profiling' Library

README

XR Debug

๐Ÿ”” Subscribe to the newsletter to don't miss any update regarding Chevere.

https://user-images.githubusercontent.com/20590102/153045551-619c74cc-c4ae-41da-b7b6-bd8733e623a2.mp4

๐Ÿฆ„ View demo

Build Code size [Apache-2.0](LICENSE) PHPStan

Quality Gate Status Maintainability Rating Reliability Rating Security Rating Coverage Technical Debt CodeFactor Codacy Badge

XR Debug is a dump debug utility for PHP. No extras required, debug your PHP code anywhere. It uses a ReactPHP SSE server to provide a web-based debug application.

Quick start

composer require --dev chevere/xr
  • Run the XR application server
vendor/bin/xr

Documentation

๐Ÿ‘‰ xr-docs.chevere.org

Features

  • ๐Ÿ” Signed requests (Ed25519)
  • ๐Ÿ’Ž End-to-end encryption (AES-GCM AE)
  • โœจ Dump n arguments with VarDump driven variable highlight
  • ๐Ÿ˜ One-click PHP server run (no extras required)
  • ๐Ÿ‘ป Filter messages by Topics and Emotes
  • โœ๏ธ Re-name "XR Debug" to anything you want
  • ๐Ÿ Resume, Pause, Stop and Clear debug window controls
  • ๐Ÿฅท Keyboard shortcuts (Resume R, Pause P, Stop S and Clear C)
  • ๐Ÿ˜Š Export dump output to clipboard or as PNG image
  • ๐Ÿ“Ÿ Generates dump backtrace
  • โธ Pause and resume your code execution
  • ๐ŸŒš Dark / ๐ŸŒ Light mode follows your system preferences
  • ๐Ÿ‘ฝ Ephemeral, it doesn't store any persistent data
  • ๐Ÿ’ Portable & HTML based (save page, search, etc.)
  • ๐Ÿ”ฅ Uses FiraCode font for displaying beautiful looking dumps โ„ข
  • ๐Ÿ˜… Handle exceptions (hook or replace your existing handler)

License

Copyright 2022 Rodolfo Berrios A.

XR is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


*Note that all licence references and agreements mentioned in the XR README section above are relevant to that project's source code only.