PHPackages                             palzin/beam-core - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. palzin/beam-core

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

palzin/beam-core
================

Beam is a friendly app designed to boost your Laravel / PHP coding and debugging experience.

1.0(1y ago)0141MITPHPPHP ^8.1CI failing

Since Mar 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/palzin/beam-core)[ Packagist](https://packagist.org/packages/palzin/beam-core)[ Docs](https://github.com/palzin/beam-core)[ RSS](/packages/palzin-beam-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (2)Used By (1)

 [![](./art/logo.png)](./art/logo.png)

Beam Core
=========

[](#beam-core)

 [![PalzinDumps Windows App](./art/os/windows.png)](./art/os/windows.png) [![PalzinDumps MacOS App](./art/os/macos.png)](./art/os/macos.png) [![PalzinDumps Linux App](./art/os/linux.png)](./art/os/linux.png)

### 👋 Hello Dev,

[](#-hello-dev)

Beam is a friendly app designed to boost your PHP coding and debugging experience.

When using Beam, you can see the result of your debug displayed in a standalone Desktop application.

### Get Started

[](#get-started)

#### Requirements

[](#requirements)

PHP 8.0+

#### Usage

[](#usage)

1. Download the 🖥️ **Beam Desktop App** from [Palzin Beam](https://palzin.app/beam).
2. Install Beam Core in your PHP project, run the command:

```
 composer require palzin/beam-core --dev
```

3. Configure Beam, run:

```
vendor/bin/beam configure
```

4. Add a `ds()` function somewhere in your code.

Here's an example:

```
// File: index.php
