PHPackages                             davmixcool/logsnag.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. [Security](/categories/security)
4. /
5. davmixcool/logsnag.php

ActiveLibrary[Security](/categories/security)

davmixcool/logsnag.php
======================

An un-official API wrapper for logsnag.com

v0.0.1(4y ago)422MITPHPPHP &gt;=5.5.0

Since Mar 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/davmixcool/logsnag.php)[ Packagist](https://packagist.org/packages/davmixcool/logsnag.php)[ Docs](https://github.com/davmixcool/logsnag.php)[ RSS](/packages/davmixcool-logsnagphp/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

 [![LogSnag](https://camo.githubusercontent.com/8560716ab6c700f24a2c248859d153bfb14eb86e78d3d3504027a3ba6820664b/68747470733a2f2f6c6f67736e61672e636f6d2f6f672d696d6167652e706e67)](https://camo.githubusercontent.com/8560716ab6c700f24a2c248859d153bfb14eb86e78d3d3504027a3ba6820664b/68747470733a2f2f6c6f67736e61672e636f6d2f6f672d696d6167652e706e67)
LogSnag
=======

[](#logsnag)

An un-offical API wrapper for logsnag.com to get notifications and track your project events.

 [![Stable](https://camo.githubusercontent.com/b828b257272a0b83ef4b3388cdc98639f43f8516431adeeed97875def8c7c814/68747470733a2f2f706f7365722e707567782e6f72672f6461766d6978636f6f6c2f6c6f67736e61672e7068702f762f737461626c652e737667)](https://poser.pugx.org/davmixcool/logsnag.php/v/stable.svg) [![Discord](https://camo.githubusercontent.com/cc6ac51903a5f464377c9ef6980ee2fe2ec339fd7b5d25c046e4d21696adab8e/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3932323536303730343435343735303234353f636f6c6f723d253233373238394441266c6162656c3d446973636f7264)](https://discord.gg/dY3pRxgWua) [![Documentation](https://camo.githubusercontent.com/dd3e358da1a34a91c5a3f8e7c5ad6bd7be3d0a0b378b18e822f42e122c8279a1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f63732d4c6f67536e6167)](https://docs.logsnag.com)

Requirements
------------

[](#requirements)

- PHP 5.5 and above

Steps
-----

[](#steps)

- [Installation](#installation)
- [Usage](#usage)
- [Initialize Client](#initialize-client)
- [Publish Event](#publish-event)
- [Options](#publish-event)
- [Maintainers](#maintainers)
- [License](#license)

### Installation

[](#installation)

**Composer**

Run the following command to include this package via Composer

```
composer require davmixcool/logsnag.php
```

Usage
-----

[](#usage)

### Import Library

[](#import-library)

```
use Davmixcool\LogSnag;
```

### Initialize Client

[](#initialize-client)

```
$logsnag = new LogSnag('7f568d735724351757637b1dbf108e5');
```

### Publish Event

[](#publish-event)

```
$logsnag->publish([
    'project' => "my-saas",
    'channel' => "waitlist",
    'event' => "User Joined",
    'icon' => "🎉",
    'notify' => true
]);
```

### Options

[](#options)

OptionTypeDescription`project`text `required`Project name.`channel`text `required`Channel Name.`event`text `required`Event name.`description`text `optional`Event description.`icon`text `optional`Single emoji as the event icon.`notify`boolean `optional`Send push notification.### Maintainers

[](#maintainers)

This package is maintained by [David Oti](https://davidoti.com) and you!

### License

[](#license)

This package is licensed under the [MIT license](https://github.com/davmixcool/cryptman/blob/master/LICENSE).

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1578d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5640065?v=4)[David Oti](/maintainers/davmixcool)[@davmixcool](https://github.com/davmixcool)

---

Top Contributors

[![davmixcool](https://avatars.githubusercontent.com/u/5640065?v=4)](https://github.com/davmixcool "davmixcool (6 commits)")[![markvaneijk](https://avatars.githubusercontent.com/u/1925388?v=4)](https://github.com/markvaneijk "markvaneijk (1 commits)")

---

Tags

encryptioncryptoopensslciphersslsecuredecryptionencrypterdecrypterDecipher

### Embed Badge

![Health badge](/badges/davmixcool-logsnagphp/health.svg)

```
[![Health](https://phpackages.com/badges/davmixcool-logsnagphp/health.svg)](https://phpackages.com/packages/davmixcool-logsnagphp)
```

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k175.2M247](/packages/defuse-php-encryption)[poly-crypto/poly-crypto

High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+

128.1k1](/packages/poly-crypto-poly-crypto)[acmephp/core

Raw implementation of the ACME protocol in PHP

401.0M7](/packages/acmephp-core)[legierski/aes

OpenSSL-compatible AES library

1142.3k1](/packages/legierski-aes)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
