PHPackages                             dashx/php - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. dashx/php

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

dashx/php
=========

DashX SDK for PHP

01.4kPHP

Since Jan 24Pushed 1y agoCompare

[ Source](https://github.com/dashxhq/dashx-php)[ Packagist](https://packagist.org/packages/dashx/php)[ RSS](/packages/dashx-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

 [![DashX](https://raw.githubusercontent.com/dashxhq/brand-book/master/assets/logo-black-text-color-icon@2x.png)](https://dashx.com)

 **Your All-in-One Product Stack**

####  [Website](https://dashx.com)  |  [Demos](https://dashxdemo.com)  |  [Documentation](https://docs.dashx.com/developer)

[](#----website----------demos----------documentation--)

dashx-php
=========

[](#dashx-php)

*DashX SDK for PHP (Experimental)*

Installation
------------

[](#installation)

Usage
-----

[](#usage)

```
# include composer autoload
require 'vendor/autoload.php';

# import the DashX Client Class
use Dashx\Php\Client;

# create DashX instance
$dashx = new Client(
    'DASHX_PUBLIC_KEY',
    'DASHX_PRIVATE_KEY',
    'DASHX_TARGET_ENVIRONMENT',
    'DASHX_URI'
);

$dashx->deliver('email/forgot-password', [
    'to' => 'youremail@example.com',
    'data' => [
        'token' => 'tokenvalue'
        // ... rest of data payload
    ]
]);
```

Integration with Laravel
------------------------

[](#integration-with-laravel)

To integrate DashX with Laravel, run the following artisan command to publish the configuration file:

```
php artisan vendor:publish --provider="Dashx\Php\Laravel\DashxServiceProvider"
```

Add DashX environment variables with values:

```
DASHX_URI=
DASHX_PUBLIC_KEY=
DASHX_PRIVATE_KEY=
DASHX_TARGET_ENVIROMENT=
```

Usage with Laravel
------------------

[](#usage-with-laravel)

```
use DashX;

DashX::deliver('email/forgot-password', [
    'to' => 'youremail@example.com',
    'data' => [
        'token' => 'tokenvalue'
        // ... rest of data payload
    ]
]);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/07b73ea0871bb8a9f0e8f74bb189e4899f57ed443a6c6cf4d4cf04820a0d3793?d=identicon)[RabidFire](/maintainers/RabidFire)

![](https://www.gravatar.com/avatar/9e45f183ef9481019608d77abec41dac16e9ccbd765c0c8f61376ee367bcef88?d=identicon)[keepworks-ajay](/maintainers/keepworks-ajay)

---

Top Contributors

[![keepworks-ajay](https://avatars.githubusercontent.com/u/57175420?v=4)](https://github.com/keepworks-ajay "keepworks-ajay (10 commits)")[![DGulshan](https://avatars.githubusercontent.com/u/11533177?v=4)](https://github.com/DGulshan "DGulshan (2 commits)")[![RabidFire](https://avatars.githubusercontent.com/u/330827?v=4)](https://github.com/RabidFire "RabidFire (2 commits)")[![nitishkokari](https://avatars.githubusercontent.com/u/21167143?v=4)](https://github.com/nitishkokari "nitishkokari (1 commits)")

---

Tags

ab-testingadmin-panelanalyticsautomationbillingcmsfeature-flagsmessagingnotificationsphp

### Embed Badge

![Health badge](/badges/dashx-php/health.svg)

```
[![Health](https://phpackages.com/badges/dashx-php/health.svg)](https://phpackages.com/packages/dashx-php)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
