worksome/coding-style
Worksome’s shared PHP coding style package. Generates ready-to-use configs for Easy Coding Standard (ECS), PHPStan, and Rector, extending PSR-12 with additional and customized rules. Install via Composer, generate stubs, and run via composer scripts.
Full Changelog: https://github.com/worksome/coding-style/compare/v4.0.0...v4.0.1
ECS has been updated to 13.2, and the config builder has been refactored. New usage is as below.
use Worksome\CodingStyle\WorksomeEcsConfig;
return WorksomeEcsConfig::configure()
->withPaths([
__DIR__ . '/src',
__DIR__ . '/tests',
__DIR__ . '/config',
]);
Full Changelog: https://github.com/worksome/coding-style/compare/v3.4.0...v4.0.0
Full Changelog: https://github.com/worksome/coding-style/compare/v3.3.0...v3.4.0
Full Changelog: https://github.com/worksome/coding-style/compare/v3.2.1...v3.3.0
Full Changelog: https://github.com/worksome/coding-style/compare/v3.2.0...v3.2.1
Full Changelog: https://github.com/worksome/coding-style/compare/v3.1.1...v3.2.0
Full Changelog: https://github.com/worksome/coding-style/compare/v3.1.0...v3.1.1
Full Changelog: https://github.com/worksome/coding-style/compare/v3.0.0...v3.1.0
pest.php stub file by @owenvoke in https://github.com/worksome/coding-style/pull/81Full Changelog: https://github.com/worksome/coding-style/compare/v2.15.0...v3.0.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.14.0...v2.15.0
function_declaration by @owenvoke in https://github.com/worksome/coding-style/pull/70standardize_not_equals by @owenvoke in https://github.com/worksome/coding-style/pull/71Full Changelog: https://github.com/worksome/coding-style/compare/v2.13.0...v2.14.0
single_quote by @owenvoke in https://github.com/worksome/coding-style/pull/63blank_line_before_statement by @owenvoke in https://github.com/worksome/coding-style/pull/64trailing_comma_in_multiline by @owenvoke in https://github.com/worksome/coding-style/pull/65class_attributes_separation by @owenvoke in https://github.com/worksome/coding-style/pull/66phpdoc_no_useless_inheritdoc by @owenvoke in https://github.com/worksome/coding-style/pull/67phpdoc_trim by @owenvoke in https://github.com/worksome/coding-style/pull/68Full Changelog: https://github.com/worksome/coding-style/compare/v2.12.0...v2.13.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.11.0...v2.12.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.10.2...v2.11.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.10.1...v2.10.2
Full Changelog: https://github.com/worksome/coding-style/compare/v2.10.0...v2.10.1
Full Changelog: https://github.com/worksome/coding-style/compare/v2.9.0...v2.10.0
PropertyDoc to support unions by @owenvoke in https://github.com/worksome/coding-style/pull/54Full Changelog: https://github.com/worksome/coding-style/compare/v2.8.0...v2.9.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.7.0...v2.8.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.6.2...v2.7.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.6.1...v2.6.2
Full Changelog: https://github.com/worksome/coding-style/compare/v2.6.0...v2.6.1
This updates from Rector 0.16 to 0.18, this is not a major change for the package, but care should be taken when updating.
Full Changelog: https://github.com/worksome/coding-style/compare/v2.5.1...v2.6.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.5.0...v2.5.1
Full Changelog: https://github.com/worksome/coding-style/compare/v2.4.2...v2.5.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.4.1...v2.4.2
Full Changelog: https://github.com/worksome/coding-style/compare/v2.4.0...v2.4.1
Full Changelog: https://github.com/worksome/coding-style/compare/v2.3.2...v2.4.0
Full Changelog: https://github.com/worksome/coding-style/compare/v2.3.1...v2.3.2
Full Changelog: https://github.com/worksome/coding-style/compare/v2.3.0...v2.3.1
only() call by @owenvoke in https://github.com/worksome/coding-style/pull/35Full Changelog: https://github.com/worksome/coding-style/compare/v2.2.0...v2.3.0
array_merge() by @owenvoke in https://github.com/worksome/coding-style/pull/32Full Changelog: https://github.com/worksome/coding-style/compare/v2.1.0...v2.2.0
How can I help you explore Laravel packages today?