https://github.com/laradumps/laradumps-core
🛻 LaraDumps Core is a friendly app designed to boost your PHP coding and debugging experience.
https://github.com/laradumps/laradumps-core
debug php tools
Last synced: 4 months ago
JSON representation
🛻 LaraDumps Core is a friendly app designed to boost your PHP coding and debugging experience.
- Host: GitHub
- URL: https://github.com/laradumps/laradumps-core
- Owner: laradumps
- License: mit
- Created: 2023-03-29T21:56:42.000Z (about 3 years ago)
- Default Branch: 4.x
- Last Pushed: 2026-02-03T21:39:02.000Z (5 months ago)
- Last Synced: 2026-02-04T10:39:50.456Z (5 months ago)
- Topics: debug, php, tools
- Language: PHP
- Homepage: https://laradumps.dev
- Size: 353 KB
- Stars: 25
- Watchers: 1
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
LaraDumps Core
### 👋 Hello Dev,
LaraDumps is a modern, feature-rich debugging tool that makes PHP development a breeze.
When using LaraDumps, the outcome of your debug dump is presented in a separate desktop application rather than in your browser or command-line interface, ensuring that your application flow remains uninterrupted.
### Key Features
LaraDumps goes beyond dumping variables. In addition to functions similar to `var_dump()`, LaraDumps provides tools for validating JSON, searching for substrings, clocking execution time, and a convenient way to view `phpinfo()` output and [much more...](https://laradumps.dev/debug/reference-sheet.html)
#### Example
Here's an example of LaraDumps `ds()` debug function in the project's home page.
```php
```
By opening this page in your browser, the desktop App will display the dump, and the page will be loaded without any interference.
### Get Started
#### Requirements
PHP 8.1+
Developing a Laravel project? LaraDumps has dedicated Laravel package available at the [laradumps/laradumps](https://github.com/laradumps/laradumps) repository.
#### Installation
Please take a moment to check our [installation page](https://laradumps.dev/get-started/installation.html) at our documentation website.
### Credits
LaraDumps is a free open-source project, and it was inspired by [Spatie Ray](https://github.com/spatie/ray).
- Author: [Luan Freitas](https://github.com/luanfreitasdev)
- Logo by [Vitor S. Rodrigues](https://github.com/vs0uz4)
- Thanks to all [contributors](http://github.com/laradumps/laradumps/contributors)