PHPackages                             jazzsequence/horror-ipsum - 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. jazzsequence/horror-ipsum

ActiveWordpress-plugin

jazzsequence/horror-ipsum
=========================

A WordPress Gutenberg plugin that generates a block of horror-themed dummy text.

1.0.6(9mo ago)0446MITJavaScript

Since Oct 11Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/jazzsequence/horror-ipsum)[ Packagist](https://packagist.org/packages/jazzsequence/horror-ipsum)[ RSS](/packages/jazzsequence-horror-ipsum/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

Horror Ipsum
============

[](#horror-ipsum)

[![GitHub Release](https://camo.githubusercontent.com/34f68d2101ed73d38124bb741d05a35ed4613dc8fad87ed5f30a5c2f74ccebec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6a617a7a73657175656e63652f686f72726f722d697073756d)](https://camo.githubusercontent.com/34f68d2101ed73d38124bb741d05a35ed4613dc8fad87ed5f30a5c2f74ccebec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6a617a7a73657175656e63652f686f72726f722d697073756d)

A WordPress plugin that generates horror-themed placeholder text for your site in a Gutenberg block.

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

[](#installation)

### Composer

[](#composer)

Use Composer to add to your WordPress site. Make sure you have `composer/installers` installed in your `composer.json` so that Composer can install the plugin in the correct directory.

```
composer require jazzsequence/horror-ipsum
```

### Manual

[](#manual)

Download the latest release from the [releases page](https://github.com/jazzsequence/horror-ipsum/releases) and upload the zip file to your WordPress site.

Frequently Asked Questions
--------------------------

[](#frequently-asked-questions)

### What is this?

[](#what-is-this)

It's a plugin that I created because I wanted to make a spooky demo site for a livestream right before Halloween.

### How did you create this?

[](#how-did-you-create-this)

I asked ChatGPT to make me a plugin. I actually recorded a [YouTube short](https://youtube.com/shorts/27bH23ST96U?feature=share) about it. Once I had something I was more or less happy with, I tweaked it so the sources are coming from a JSON file rather than being hard-coded in the plugin file.

### Can I use this?

[](#can-i-use-this)

Yes! Please do! I can't vouch for the safety of your soul, however. It might be cursed.

### Where did the text come from?

[](#where-did-the-text-come-from)

I used a variety of horror movie scripts available online for movies like Evil Dead, The Exorcist, House of 1000 Corpses, Scream, etc. I tried to use NotebookLM to compile an array of quotes from across the scripts and it did an okay, if incomplete job of it. I then added HP Lovecraft novels available on Gutenberg.org (heh) and had NotebookLM pull a list of quotes from those, too. Then I combined them all into the [`quotes.json`](https://github.com/jazzsequence/horror-ipsum/blob/main/assets/json/quotes.json) file the plugin now uses.

### How can I contribute?

[](#how-can-i-contribute)

PRs are welcome!

### Can I add my own quotes?

[](#can-i-add-my-own-quotes)

I've added a filter, `horror_ipsum_text` that you can use to add your own quotes. It hooks directly into the function that pulls the quotes from the JSON file, so you can add your own quotes to the list.

```
add_filter('horror_ipsum_text', function($quotes) {
	$quotes[] = 'I am your father.';
	return $quotes;
});
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance57

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Recently: every ~74 days

Total

7

Last Release

286d ago

### Community

Maintainers

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

---

Top Contributors

[![jazzsequence](https://avatars.githubusercontent.com/u/991511?v=4)](https://github.com/jazzsequence "jazzsequence (20 commits)")

---

Tags

gutenberghacktoberfestlorem-ipsumwordpresswordpress-plugin

### Embed Badge

![Health badge](/badges/jazzsequence-horror-ipsum/health.svg)

```
[![Health](https://phpackages.com/badges/jazzsequence-horror-ipsum/health.svg)](https://phpackages.com/packages/jazzsequence-horror-ipsum)
```

PHPackages © 2026

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