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
Requires
- php: ^8.3
- driftingly/rector-laravel: ^2.1.0
- friendsofphp/php-cs-fixer: ^3.80
- larastan/larastan: ^3.7
- phpstan/phpstan: ^2.1.0
- rector/rector: ^2.2.0
- wvnderlab-agency/php-copyright-header: ^0.1.0
Requires (Dev)
- roave/security-advisories: dev-latest
This package is not auto-updated.
Last update: 2025-12-02 12:46:19 UTC
README
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