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

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

stackmash/stackmash-php
=======================

Stackmash for PHP

0.2.1(7y ago)1941MITPHPPHP &gt;=5.4.0

Since Jan 21Pushed 4y ago1 watchersCompare

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

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

PHP library for Stackmash
=========================

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

[![Build Status](https://camo.githubusercontent.com/eddf5e80ceaf54ebda74e064dad2463ed8519b72209f3ef8eb3478d5ded0ddeb/68747470733a2f2f7472617669732d63692e6f72672f737461636b6d6173682f737461636b6d6173682d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/stackmash/stackmash-php)

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 5.4 and later
- The cURL extension enabled within PHP
- The JSON extension enabled within PHP

### Install with Composer

[](#install-with-composer)

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

```
composer require stackmash/stackmash-php
```

Or, add to your composer.json file:

```
"require": {
    ...
    "stackmash/stackmash-php": "^0.2.1"
    ...
}
```

and run

```
composer update
```

### Start using Stackmash

[](#start-using-stackmash)

Get your project and create actions for that project.

```
