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 3w 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 21% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity29

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

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198741.5k12](/packages/pgvector-pgvector)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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