PHPackages                             despatchcloudturkey/logging-api-laravel - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. despatchcloudturkey/logging-api-laravel

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

despatchcloudturkey/logging-api-laravel
=======================================

The Logging API laravel bridge.

v1.0.1(1y ago)1156MITPHPPHP ^7.4|^8.0

Since Jun 21Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/despatchcloudturkey/logging-api-laravel)[ Packagist](https://packagist.org/packages/despatchcloudturkey/logging-api-laravel)[ RSS](/packages/despatchcloudturkey-logging-api-laravel/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Logging API Laravel Bridge
==========================

[](#logging-api-laravel-bridge)

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

[](#requirements)

- Laravel 7.x or 8.x

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

[](#installation)

Add as dependency on your project.

```
composer require despatchcloudturkey/logging-api-laravel
```

Set your application API credentials to your `.env` file.

```
LOGGING_API_URL=http://your-logging-api-server.com
LOGGING_API_KEY=your-api-key

```

If you are using VPC (Local Network) with Logging API Server, you can use private url environment.

```
LOGGING_API_PRIVATE_URL=http://127.0.0.1:3001

```

Usage
-----

[](#usage)

### Store a log

[](#store-a-log)

You can create a log without ID. Logging API will assign unique ID (127 char) for your log content. This function will return this id as `string`.

```
$id = LoggingAPI::store('my log file content is here');
```

### Store a log with ID

[](#store-a-log-with-id)

You can create a log with your specific ID parameter.

```
LoggingAPI::store('John want to go.', '123ABC');
```

### Upload a log file

[](#upload-a-log-file)

You can upload your log file to Logging API as file.

```
$id = LoggingAPI::upload('/path/of/my/file/'); // without ID
LoggingAPI::upload('/path/of/my/file/', 'my-id'); // with ID
```

### Get log content

[](#get-log-content)

You can obtain your log content as string.

```
$contents = LoggingAPI::get('123ABC');
```

### Response log file

[](#response-log-file)

You can create a response with logged content/file.

```
return LoggingAPI::response('my-id);
```

### Delete a log file

[](#delete-a-log-file)

You can delete a log file in Logging API.

```
LoggingAPI::delete('123ABC');
```

Created by Despatch Cloud.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance46

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~1166 days

Total

2

Last Release

663d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21953173?v=4)[Anılcan Çakır](/maintainers/anilcancakir)[@anilcancakir](https://github.com/anilcancakir)

![](https://avatars.githubusercontent.com/u/63198221?v=4)[Umut Can Güngörmüş](/maintainers/UmutCanGungormus)[@UmutCanGungormus](https://github.com/UmutCanGungormus)

![](https://www.gravatar.com/avatar/77ac5d226725ed7027d7d4a5a3ce8bd195ceeed791389cac594391df81224186?d=identicon)[aytugdc](/maintainers/aytugdc)

---

Top Contributors

[![anilcancakir](https://avatars.githubusercontent.com/u/21953173?v=4)](https://github.com/anilcancakir "anilcancakir (5 commits)")

### Embed Badge

![Health badge](/badges/despatchcloudturkey-logging-api-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/despatchcloudturkey-logging-api-laravel/health.svg)](https://phpackages.com/packages/despatchcloudturkey-logging-api-laravel)
```

###  Alternatives

[open-telemetry/opentelemetry-auto-laravel

OpenTelemetry auto-instrumentation for Laravel

582.4M8](/packages/open-telemetry-opentelemetry-auto-laravel)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14844.4k1](/packages/guanguans-laravel-exception-notify)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)

PHPackages © 2026

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