wvnderlab-agency/php-codestyles

A PHP package providing PHP-CS-Fixer configurations and rulesets for Wvnderlab Agency projects.

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/wvnderlab-agency/php-codestyles

0.2.4 2025-11-18 12:35 UTC

This package is not auto-updated.

Last update: 2025-12-02 12:46:19 UTC


README

Latest Stable Version License

Installation

via Packagist

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

composer require --dev wvnderlab-agency/php-codestyles

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-codestyles"
    }
  ],
  "require-dev": {
    "wvnderlab-agency/php-codestyles": "^0.1.0"
  }
}

update

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

composer update wvnderlab-agency/php-codestyles