PHPackages                             stackmash/stackmash-laravel - 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. stackmash/stackmash-laravel

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

stackmash/stackmash-laravel
===========================

Stackmash for Laravel

0.1.0(7y ago)05MITPHPPHP &gt;=7.1

Since Apr 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/stackmash/stackmash-laravel)[ Packagist](https://packagist.org/packages/stackmash/stackmash-laravel)[ Docs](https://github.com/stackmash/stackmash-laravel)[ RSS](/packages/stackmash-stackmash-laravel/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Laravel library for Stackmash
=============================

[](#laravel-library-for-stackmash)

[![Build Status](https://camo.githubusercontent.com/f6ebec088f9581541808a8468cdbf92d6c1a13f47d97510c02ec4a3f1e542e15/68747470733a2f2f7472617669732d63692e6f72672f737461636b6d6173682f737461636b6d6173682d6c61726176656c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/stackmash/stackmash-laravel)

Stackmash - User monitoring notifications and logs. Stackmash gives you real-time notifications for any activity on your website or app, such as user sign-ups, payments, orders, errors, contact requests and more.

### Requirements

[](#requirements)

- PHP 7 and later
- The cURL extension enabled within PHP
- The JSON extension enabled within PHP

### Install with Composer

[](#install-with-composer)

Add stackmash/stackmash-laravel as a dependency. You can either install using the command:

```
composer require stackmash/stackmash-laravel
```

Or, add to your composer.json file:

```
"require": {
    ...
    "stackmash/stackmash-laravel": "^0.1.0"
    ...
}
```

and run

```
composer update
```

### Start using Stackmash

[](#start-using-stackmash)

Get your project and create actions for that project.

```
