php
php copied to clipboard
PHP client library for xrDebug
Hi There, This looks really awesome, quick question will it also work with Laravel? Thanks!
Enable to open with editor when clicking the file links.
Add `https` `bool` to determine if use HTTPS (also detect 443).
Provide translations as no todo el mundo habla inglés.
Provide a guide for CMS providers so they can include XR on their products. If there's a PHP CMS provider reading this let me know to start modeling this based...
Add the option to configure a private key at `xr.php` to send signed payloads. When enabled, the server should only handle signed requests.
Enables to translate paths for local binding (as open files with editor).
The documentation sucks on this matter, need to provide a more concise implementation.
Here are my config docker-compose.yml ``` services: hoa-webserver: image: hoa-webserver container_name: hoa-webserver build: context: . dockerfile: docker/Dockerfile depends_on: - hoa-sql-server - hoa-xr-server links: - hoa-sql-server - hoa-xr-server volumes: - .:/var/www/html...
`throwableHandler()` accepts an `$extra` argument for append data. This should be an array to enable to pass multiple sections with extra data. Ref: https://github.com/chevere/throwable-handler/issues/15