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 2w 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 51% 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

1253d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2269559?v=4)[Arjun Mathai](/maintainers/arjunmat)[@arjunmat](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k53](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

64147.9k151](/packages/oat-sa-tao-core)

PHPackages © 2026

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