Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

stackmash/stackmash-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel library for Stackmash

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.