php icon indicating copy to clipboard operation
php copied to clipboard

PHP client library for xrDebug

Results 12 php issues
Sort by recently updated
recently updated
newest added

Hi There, This looks really awesome, quick question will it also work with Laravel? Thanks!

help wanted

Enable to open with editor when clicking the file links.

help wanted
question

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...

help wanted

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