stackmash/stackmash-laravel

This package is abandoned and no longer maintained. No replacement package was suggested.

Stackmash for Laravel

0.1.0 2019-04-11 08:42 UTC

This package is auto-updated.

Last update: 2021-12-06 13:24:22 UTC


README

Build Status

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

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

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

Get your project and create actions for that project.

<?php
Stackmash::action('general', 'You have a new notification', ['Hello' => 'Stackmash!']);

Documentation

Laravel documentation For support, email support@stackmash.com or visit https://stackmash.com/support.