stackmash-laravel maintained by stackmash
Description
Stackmash for Laravel
Author
Last update
2019/04/11 10:42
(dev-master)
License
Downloads
5
Tags
Laravel library for Stackmash
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.