PHPackages                             johninamillion/scripture-header - 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. johninamillion/scripture-header

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

johninamillion/scripture-header
===============================

Custom PHP CS-Fixer that injects dynamic copyright headers with random Bible verses.

0.2.0(7mo ago)1491MITPHPPHP ^8.2CI passing

Since Sep 12Pushed 7mo agoCompare

[ Source](https://github.com/johninamillion/scripture-header)[ Packagist](https://packagist.org/packages/johninamillion/scripture-header)[ RSS](/packages/johninamillion-scripture-header/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (1)

Scripture Header
================

[](#scripture-header)

[![PHPUnit](https://github.com/johninamillion/scripture-header/actions/workflows/phpunit.yml/badge.svg)](https://github.com/johninamillion/scripture-header/actions/workflows/phpunit.yml)[![PHPStan](https://github.com/johninamillion/scripture-header/actions/workflows/phpstan.yml/badge.svg)](https://github.com/johninamillion/scripture-header/actions/workflows/phpstan.yml)

Scripture Header is a PHP package that allows you to add copyright headers with bible verses to your code files as comments via [php-cs-fixer/php-cs-fixer](https://github.com/php-cs-fixer/php-cs-fixer). It supports various Bible translations from [scrollmapper/bible\_databases](https://github.com/scrollmapper/bible_databases) and can be easily integrated into your development workflow.

---

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Customization](#customization)
- [Development](#development)
- [License](#license)

---

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

[](#installation)

You can install the package via Composer:

```
composer require --dev johninamillion/scripture-header
```

### Basic Usage

[](#basic-usage)

To use Scripture Header, you need to configure PHP-CS-Fixer to apply the header to your files. Create or update the `.php-cs-fixer.php.dist` file in the root of your project with the following configuration:

#### Example Configuration

[](#example-configuration)

```
