PHPackages                             gissilali/discordlogger - 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. gissilali/discordlogger

ActiveLibrary

gissilali/discordlogger
=======================

package to send logs to discord

1133PHPCI failing

Since Sep 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gissilali/discord-logger)[ Packagist](https://packagist.org/packages/gissilali/discordlogger)[ RSS](/packages/gissilali-discordlogger/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

package to send logs to discord
===============================

[](#package-to-send-logs-to-discord)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fdecd22469c8357872dff9bd4051a8f81cba812d84c0ba650de2a66127cac781/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f2f646973636f72642d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages//discord-logger)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b49385323b849813fa219b3d3e4a64b4cee80148d388e0eb1e30d92a7a311eb8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f2f646973636f72642d6c6f676765722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com//discord-logger/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/d289e468b6b8c7ee324f8b2c3e28bbcdb17fdb816309aa5bc8fedd44be73664b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f2f646973636f72642d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages//discord-logger)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

Learn how to create a package like this one, by watching our premium video course:

[![Laravel Package training](https://camo.githubusercontent.com/4c7f3720a29525e627f6004ee367e55def510e45d18e6bc974725812fa5cf257/68747470733a2f2f7370617469652e62652f6769746875622f7061636b6167652d747261696e696e672e6a7067)](https://laravelpackage.training)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require /discord-logger
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Gissilali\DiscordLogger\DiscordLoggerServiceProvider" --tag="migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Gissilali\DiscordLogger\DiscordLoggerServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$discord-logger = new Gissilali\DiscordLogger();
echo $discord-logger->echoPhrase('Hello, Gissilali!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [silali](https://github.com/silali)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f4baf0ec06e062cbcced7e83d784a46400afe025d3d8b1ef615b0db1f33b70d?d=identicon)[silali](/maintainers/silali)

---

Top Contributors

[![gissilali](https://avatars.githubusercontent.com/u/13868653?v=4)](https://github.com/gissilali "gissilali (15 commits)")

### Embed Badge

![Health badge](/badges/gissilali-discordlogger/health.svg)

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

PHPackages © 2026

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