PHPackages                             emiliosh/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. emiliosh/async-telescope

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

emiliosh/async-telescope
========================

Asynchronous database storage driver for Laravel Telescope

00PHP

Since Aug 2Pushed 2y agoCompare

[ Source](https://github.com/emiliosh/async-telescope)[ Packagist](https://packagist.org/packages/emiliosh/async-telescope)[ RSS](/packages/emiliosh-async-telescope/feed)WikiDiscussions master Synced yesterday

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

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 76.9% 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/b959e8c712ca3e1ffc7c624bdcb4948acef354f98a4656ba76a910252fcc7579?d=identicon)[emiliosh](/maintainers/emiliosh)

---

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)")[![emiliosh](https://avatars.githubusercontent.com/u/8056366?v=4)](https://github.com/emiliosh "emiliosh (1 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/emiliosh-async-telescope/health.svg)](https://phpackages.com/packages/emiliosh-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)
