PHPackages                             folklore/laravel-hypernova - 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. [API Development](/categories/api)
4. /
5. folklore/laravel-hypernova

ActiveLibrary[API Development](/categories/api)

folklore/laravel-hypernova
==========================

Laravel PHP package to use Hypernova server-side rendering service.

v0.1.5(7y ago)142677[2 issues](https://github.com/folkloreinc/laravel-hypernova/issues)[1 PRs](https://github.com/folkloreinc/laravel-hypernova/pulls)MITPHPPHP &gt;=5.5.9

Since Feb 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/folkloreinc/laravel-hypernova)[ Packagist](https://packagist.org/packages/folklore/laravel-hypernova)[ Docs](http://github.com/Folkloreatelier/hypernova-php)[ RSS](/packages/folklore-laravel-hypernova/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (8)Versions (8)Used By (0)

Laravel Hypernova
=================

[](#laravel-hypernova)

Laravel Hypernova is a package to use the Hypernova server-side rendering service from Airbnb (). It enables you to render Javascript UI views on the server and use it in your Laravel views. The advantage of this technique is that the response will contain the actual HTML of your Javascript views and helps on things like SEO.

[![Latest Stable Version](https://camo.githubusercontent.com/fce53bc25d7665c4985d4d211ae92d00aaa412fb301400385297516a1345f520/68747470733a2f2f706f7365722e707567782e6f72672f666f6c6b6c6f72652f6c61726176656c2d68797065726e6f76612f762f737461626c652e737667)](https://packagist.org/packages/folklore/laravel-hypernova)[![Build Status](https://camo.githubusercontent.com/0c6369f927b245d90b66858a985e0a85f7df2c44d5ab0dd2112aff6cdb821394/68747470733a2f2f7472617669732d63692e6f72672f466f6c6b6c6f72656174656c6965722f6c61726176656c2d68797065726e6f76612e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Folkloreatelier/laravel-hypernova)[![Coverage Status](https://camo.githubusercontent.com/871defeebb12942932602ab858fba79ebafa92f08bc05b5d25f02be67294a999/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f466f6c6b6c6f72656174656c6965722f6c61726176656c2d68797065726e6f76612f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/Folkloreatelier/laravel-hypernova?branch=master)[![Total Downloads](https://camo.githubusercontent.com/0a16f880a19f4d6c0ab24dd18df249bf85eacef100ecb7852c6bf46036641d81/68747470733a2f2f706f7365722e707567782e6f72672f666f6c6b6c6f72652f6c61726176656c2d68797065726e6f76612f646f776e6c6f6164732e737667)](https://packagist.org/packages/folklore/laravel-hypernova)

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

[](#installation)

#### Dependencies:

[](#dependencies)

- [Laravel 5.x](https://github.com/laravel/laravel)
- [hypernova-php](https://github.com/wayfair/hypernova-php)

#### Installation:

[](#installation-1)

**1-** Require the package via Composer in your `composer.json`.

```
{
	"require": {
		"folklore/laravel-hypernova": "~0.1.0"
	}
}
```

**2-** Run Composer to install or update the new requirement.

```
$ composer install
```

or

```
$ composer update
```

**3-** Add the service provider to your `app/config/app.php` file

```
'Folklore\Hypernova\HypernovaServiceProvider',
```

**4-** Add the facade (optional) to your `app/config/app.php` file

```
'Hypernova' => 'Folklore\Hypernova\Facades\Hypernova',
```

**5-** Publish the configuration file and public files

```
$ php artisan vendor:publish --provider="Folklore\Hypernova\HypernovaServiceProvider"
```

**6-** Review the configuration file

```
app/config/hypernova.php

```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

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

Recently: every ~147 days

Total

6

Last Release

2776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b2ebcf321e0a9769d76c84a73b61c42f78fc04dca244ba44aa44dd715e741e28?d=identicon)[dmongeau](/maintainers/dmongeau)

---

Top Contributors

[![dmongeau](https://avatars.githubusercontent.com/u/124966?v=4)](https://github.com/dmongeau "dmongeau (31 commits)")

---

Tags

laravellaravel-packagereactreactjsserver-side-renderinguilaraveljavascriptuireactreactjshypernova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/folklore-laravel-hypernova/health.svg)

```
[![Health](https://phpackages.com/badges/folklore-laravel-hypernova/health.svg)](https://phpackages.com/packages/folklore-laravel-hypernova)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M350](/packages/laravel-horizon)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5732.5M22](/packages/directorytree-ldaprecord-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[ovac/idoc

Generate beautiful API documentation from your Laravel application

185487.0k2](/packages/ovac-idoc)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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