PHPackages                             appstract/laravel-crawl-render - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. appstract/laravel-crawl-render

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

appstract/laravel-crawl-render
==============================

Pre-render your site for web crawlers

0.1.4(8y ago)1137MITPHPPHP ^7.1

Since Apr 15Pushed 8y ago4 watchersCompare

[ Source](https://github.com/appstract/laravel-crawl-render)[ Packagist](https://packagist.org/packages/appstract/laravel-crawl-render)[ Docs](https://github.com/appstract/laravel-crawl-render)[ RSS](/packages/appstract-laravel-crawl-render/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

\[Wip\] Laravel Crawler Pre-render
==================================

[](#wip-laravel-crawler-pre-render)

[![Latest Version on Packagist](https://camo.githubusercontent.com/580797f555b84ada8e94380dc053233d13cf6a9945b43bdb54efb495ddaaf2a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6170707374726163742f6c61726176656c2d637261776c2d72656e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/laravel-crawl-render)[![Total Downloads](https://camo.githubusercontent.com/5ec8e44c6743d205d7b30126f101caafb88057639ba2c572942d9d82aa79d59f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6170707374726163742f6c61726176656c2d637261776c2d72656e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/laravel-crawl-render)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

A simple package to pre-render your Javascript site for web crawlers like Google bot to improve your SEO.

It uses Spatie's [Crawler](https://github.com/spatie/crawler) and [Browsershot](https://github.com/spatie/browsershot) to crawl your website and store the HTML. Crawlers (detected by [Jaybizzle's Crawler Detect](https://github.com/JayBizzle/Crawler-Detect)) are getting the pre-rendered version served.

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

[](#installation)

You can install the package via composer:

```
composer require appstract/laravel-crawl-render
```

You need Puppeteer to be installed for Browsershot to work, see:

Usage
-----

[](#usage)

First add the middleware to any routes you want to Pre-render.

```
\Appstract\CrawlRender\Middleware\CrawlerPrerenderMiddleware::class
```

Then run the crawler to pre-render your site:

```
php artisan prerender:crawl
```

You can run this command regularly, for example after a deploy or with a schedule:

```
// app/console/Kernel.php
protected function schedule(Schedule $schedule)
{
    $schedule->command('prerender:crawl')->daily()->at('02:00');
}
```

Testing
-------

[](#testing)

```
composer test
```

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

[](#contributing)

Contributions are welcome, [thanks to y'all](https://github.com/appstract/laravel-crawl-render/graphs/contributors) :)

About Appstract
---------------

[](#about-appstract)

Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on [Medium](https://medium.com/appstract). You can [follow us on Twitter](https://twitter.com/teamappstract), [buy us a beer](https://www.paypal.me/teamappstract/10) or [support us on Patreon](https://www.patreon.com/appstract).

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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 ~2 days

Total

5

Last Release

2937d ago

PHP version history (2 changes)0.1.0PHP ^7.0

0.1.2PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/023991fc7edab6ccd9f12aa35fcf31ca4db494bae93f7da0d2310e054aecf6e3?d=identicon)[ovanschie](/maintainers/ovanschie)

---

Top Contributors

[![ovanschie](https://avatars.githubusercontent.com/u/3015449?v=4)](https://github.com/ovanschie "ovanschie (19 commits)")

---

Tags

crawlerrendervueappstractpre-render

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/appstract-laravel-crawl-render/health.svg)

```
[![Health](https://phpackages.com/badges/appstract-laravel-crawl-render/health.svg)](https://phpackages.com/packages/appstract-laravel-crawl-render)
```

###  Alternatives

[jaybizzle/crawler-detect

CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent

2.3k96.7M215](/packages/jaybizzle-crawler-detect)[appstract/laravel-opcache

PHP OPcache Artisan commands for Laravel.

1.4k4.9M7](/packages/appstract-laravel-opcache)[wa72/htmlpagedom

jQuery-inspired DOM manipulation extension for Symfony's Crawler

3383.9M34](/packages/wa72-htmlpagedom)[vdb/php-spider

A configurable and extensible PHP web spider

1.4k181.0k7](/packages/vdb-php-spider)[jaybizzle/laravel-crawler-detect

A Laravel package to detect web crawlers via the user agent

3232.6M17](/packages/jaybizzle-laravel-crawler-detect)[ijpatricio/mingle

Use Vue and React in Laravel Livewire Applications.

43445.4k2](/packages/ijpatricio-mingle)

PHPackages © 2026

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