PHPackages                             sweetstack/async-telescope - 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. [Database &amp; ORM](/categories/database)
4. /
5. sweetstack/async-telescope

ActiveLibrary[Database &amp; ORM](/categories/database)

sweetstack/async-telescope
==========================

Asynchronous database storage driver for Laravel Telescope

74.3k3[1 issues](https://github.com/sn-sweet-stack/async-telescope/issues)PHP

Since Aug 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sn-sweet-stack/async-telescope)[ Packagist](https://packagist.org/packages/sweetstack/async-telescope)[ RSS](/packages/sweetstack-async-telescope/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

WORK IN PROGRESS - DO NOT USE IN PRODUCTION!
============================================

[](#work-in-progress---do-not-use-in-production)

### Asynchronous storage driver for Laravel Telescope

[](#asynchronous-storage-driver-for-laravel-telescope)

If you use Telescope in production and you are concerned with the amount of work Telescope does to store its entries during the request, you may use this driver to offload its storage jobs to the queue worker.

1. Install:

```
composer require sweetstack/async-telescope
```

2. Add this line to your `config/telescope.php`:

```
    ...
    'async' => true,
```

You may use this switch to toggle the async mode on and off according to your needs.

3. Add these lines to your `app/Providers/TelescopeServiceProvider.php`:

```
use Sweetstack\AsyncTelescope\AsyncDatabaseEntriesRepository;

...

public function register()
{
    ...

    AsyncDatabaseEntriesRepository::register($this->app);
}
```

You should be all set, now Telescope will queue storage jobs instead of using the database directly during the request.

Additionally, if you want to configure a separate connection and / or queue for the jobs pushed by the async driver, add in `config/telescope.php`:

```
    'storage' => [

        ...

        'async' => [
            'connection' => 'redis',
            'queue' => 'default',
        ],
    ],
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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://avatars.githubusercontent.com/u/66145069?v=4)[sweetstack](/maintainers/sweetstack)[@sweetstack](https://github.com/sweetstack)

---

Top Contributors

[![sn-sweet-stack](https://avatars.githubusercontent.com/u/40238343?v=4)](https://github.com/sn-sweet-stack "sn-sweet-stack (10 commits)")[![neskhodovskiy](https://avatars.githubusercontent.com/u/16799030?v=4)](https://github.com/neskhodovskiy "neskhodovskiy (2 commits)")

### Embed Badge

![Health badge](/badges/sweetstack-async-telescope/health.svg)

```
[![Health](https://phpackages.com/badges/sweetstack-async-telescope/health.svg)](https://phpackages.com/packages/sweetstack-async-telescope)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90440.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[wildside/userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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