PHPackages                             arjunmat/prerender - 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. arjunmat/prerender

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

arjunmat/prerender
==================

This package will submit a url to prerender.io for recaching. Only for Laravel.

0.1.6(3y ago)02.8kPHP

Since Jun 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/arjunmat/prerender)[ Packagist](https://packagist.org/packages/arjunmat/prerender)[ RSS](/packages/arjunmat-prerender/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

Prerender
=========

[](#prerender)

This package can be used to send requests to Prerender.io to recache your pages from your Laravel application

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

GuzzleHttp 6.0 or above

### Installing

[](#installing)

To install the package, run:

```
composer require arjunmat/prerender

```

After installation, publish the package to create the config file

```
php artisan vendor:publish --provider=PrerenderServiceProvider

```

For Laravel5.4 and below, add the following to `config/app.php`

In the `providers` array,

```
Arjunmat\Prerender\PrerenderServiceProvider::class,

```

In the `aliases` array,

```
'Prerender' => Arjunmat\Prerender\PrerenderFacade::class,

```

Usage
-----

[](#usage)

```
use Arjunmat\Prerender\Prerender;

$prerender = new Prerender();

$url = "http://www.google.com";

if(!$prerender->submitUrl($url)) {
  $error = $prerender->getError();
}

```

Authors
-------

[](#authors)

- **Arjun Mathai** - *Initial work* - [arjunmat](https://github.com/arjunmat)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~434 days

Total

8

Last Release

1161d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b66515c03296def25d622e845f5821df5f168b1148db13526e997c1a9d167e?d=identicon)[arjunmat](/maintainers/arjunmat)

---

Top Contributors

[![arjunmat](https://avatars.githubusercontent.com/u/2269559?v=4)](https://github.com/arjunmat "arjunmat (15 commits)")

### Embed Badge

![Health badge](/badges/arjunmat-prerender/health.svg)

```
[![Health](https://phpackages.com/badges/arjunmat-prerender/health.svg)](https://phpackages.com/packages/arjunmat-prerender)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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