PHPackages                             bwibrew/laravel-gnu-terry-pratchett - 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. bwibrew/laravel-gnu-terry-pratchett

ActiveLibrary

bwibrew/laravel-gnu-terry-pratchett
===================================

Keep Sir Terry Pratchett alive forever, in the clacks.

1.2.1(6y ago)25981MITPHPPHP &gt;=5.6

Since Apr 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/BWibrew/laravel-gnu-terry-pratchett)[ Packagist](https://packagist.org/packages/bwibrew/laravel-gnu-terry-pratchett)[ RSS](/packages/bwibrew-laravel-gnu-terry-pratchett/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

GNU Terry Pratchett header for Laravel
======================================

[](#gnu-terry-pratchett-header-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/74aaed14af542df46ef930b528e53741958f8d9fba8eaf0744c916b1da217c36/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f425769627265772f6c61726176656c2d676e752d74657272792d7072617463686574742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/BWibrew/laravel-gnu-terry-pratchett)[![CircleCI](https://camo.githubusercontent.com/575bddf93b134dc2e31807894840b689733ef5a5fdb2722b7a2a8266e0d3fa61/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f425769627265772f6c61726176656c2d676e752d74657272792d7072617463686574742e7376673f7374796c653d666c61742d737175617265)](https://circleci.com/gh/BWibrew/laravel-gnu-terry-pratchett)[![StyleCI](https://camo.githubusercontent.com/0acff9fdaf854cec77730bdab4d18169b6d944d921ddc2a3a4bbec3410ceec73/68747470733a2f2f7374796c6563692e696f2f7265706f732f3133303130353737382f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/130105778)[![Codacy grade](https://camo.githubusercontent.com/4ba1f4d09e9fba44014f92c43eac00130069dd0fa3f42edbc8ad38419d2882ad/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f67726164652f38396462346561613934316634623635383233616561336138346237353862342e7376673f7374796c653d666c61742d737175617265)](https://www.codacy.com/app/BWibrew/laravel-gnu-terry-pratchett)[![Codacy coverage](https://camo.githubusercontent.com/f138e16aa3c56543d289355ee53521ed4e908091c4e70673168dc2faf3639ccf/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f636f7665726167652f38396462346561613934316634623635383233616561336138346237353862342e7376673f7374796c653d666c61742d737175617265)](https://www.codacy.com/app/BWibrew/laravel-gnu-terry-pratchett)

> "A man is not dead while his name is still spoken." - Going Postal, Chapter 4 prologue

On the Discworld there is a sort of... internet. This is a series of semaphore towers which span the world and transmit messages in a way that's similar to our world's old telegraph system.

This middleware package uses the idea from this [Reddit thread](https://www.reddit.com/r/discworld/comments/2yt9j6/gnu_terry_pratchett/) and the numerous other packages and plugins that do similar things.

This middleware package adds the header `X-Clacks-Overhead: GNU Terry Pratchett` to every HTTP response which passes through the middleware.

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

[](#installation)

Install using Composer by running:

```
composer require bwibrew/laravel-gnu-terry-pratchett
```

Add the `GnuPratchettMiddleware` class to one of the middleware properties of your `app/Http/Kernel.php` file.

```
