PHPackages                             wvnderlab-agency/php-copyright-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. wvnderlab-agency/php-copyright-header

ActiveLibrary

wvnderlab-agency/php-copyright-header
=====================================

A custom fixer to provide copyright headers in each file via PHP-CS-Fixer

0.1.3(7mo ago)1115↓33.3%1MITPHPPHP ^8.2

Since Aug 11Pushed 7mo agoCompare

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

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

PHP Copyright-Header
====================

[](#php-copyright-header)

```
/**
 *  ################
 *  ##            ##     Copyright (c) 2025 Wvnderlab Agency
 *  ##
 *  ##   ##  ###  ##     ✉️ moin@wvnderlab.com
 *  ##    #### ####      🔗 https://wvnderlab.com
 *  #####  ##  ###
 */
```

[![Latest Stable Version](https://camo.githubusercontent.com/17511468ea16f704dd0c244c2c6f485c17507b2474673e585388d9c30b8d14b0/68747470733a2f2f706f7365722e707567782e6f72672f77766e6465726c61622d6167656e63792f636f707972696768742d6865616465722f762f737461626c65)](https://packagist.org/packages/wvnderlab-agency/copyright-header)[![License](https://camo.githubusercontent.com/e2dfb347c43530a633f6a2d766b0e975b02e6160a927c7ca2fa7ce3f91d03d56/68747470733a2f2f706f7365722e707567782e6f72672f77766e6465726c61622d6167656e63792f636f707972696768742d6865616465722f6c6963656e7365)](https://packagist.org/packages/wvnderlab-agency/copyright-header)

**Table of Contents**

- [Usage](#usage)
    - [Installation](#installation)
    - [With PHP-CS-Fixer](#with-php-cs-fixer)
- [Development](#development)

Usage
-----

[](#usage)

### Installation

[](#installation)

#### via Packagist

[](#via-packagist)

You can install the package via Composer by running the following command:

```
composer require --dev wvnderlab-agency/php-copyright-header
```

#### manually

[](#manually)

If you prefer to install the package manually, you can add the following lines to your `composer.json` file:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/wvnderlab-agency/php-copyright-header"
    }
  ],
  "require-dev": {
    "wvnderlab-agency/php-copyright-header": "^0.1.0"
  }
}
```

If you want to update the package to the latest version, run the following command:

```
composer update wvnderlab-agency/php-copyright-header
```

### Configuration

[](#configuration)

#### with PHP-CS-Fixer

[](#with-php-cs-fixer)

You can configure the package by creating a `php-cs-fixer.php` file in the root directory of your project. The following example shows how to set up the package with PHP CS Fixer:

```
