{"id":18834295,"url":"https://github.com/chubbyphp/chubbyphp-dev-helper","last_synced_at":"2025-04-14T04:32:21.715Z","repository":{"id":56952664,"uuid":"237747280","full_name":"chubbyphp/chubbyphp-dev-helper","owner":"chubbyphp","description":"A dev helper which provides coding standards and quality settings.","archived":false,"fork":false,"pushed_at":"2025-03-12T13:52:19.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T18:55:25.509Z","etag":null,"topics":["php-cs-fixer"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chubbyphp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-02T09:27:34.000Z","updated_at":"2025-03-12T13:52:22.000Z","dependencies_parsed_at":"2024-12-07T08:32:35.931Z","dependency_job_id":null,"html_url":"https://github.com/chubbyphp/chubbyphp-dev-helper","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":"0.44999999999999996","last_synced_commit":"10b447ce472dfcc19531fda5718503bf0175cf97"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chubbyphp%2Fchubbyphp-dev-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chubbyphp%2Fchubbyphp-dev-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chubbyphp%2Fchubbyphp-dev-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chubbyphp%2Fchubbyphp-dev-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chubbyphp","download_url":"https://codeload.github.com/chubbyphp/chubbyphp-dev-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248821985,"owners_count":21166985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php-cs-fixer"],"created_at":"2024-11-08T02:11:49.361Z","updated_at":"2025-04-14T04:32:21.703Z","avatar_url":"https://github.com/chubbyphp.png","language":"PHP","readme":"# chubbyphp-dev-helper\n\n[![Latest Stable Version](https://poser.pugx.org/chubbyphp/chubbyphp-dev-helper/v)](https://packagist.org/packages/chubbyphp/chubbyphp-dev-helper)\n[![Total Downloads](https://poser.pugx.org/chubbyphp/chubbyphp-dev-helper/downloads)](https://packagist.org/packages/chubbyphp/chubbyphp-dev-helper)\n[![Monthly Downloads](https://poser.pugx.org/chubbyphp/chubbyphp-dev-helper/d/monthly)](https://packagist.org/packages/chubbyphp/chubbyphp-dev-helper)\n\n## Description\n\nA dev helper which provides coding standards and quality settings.\n\n## Requirements\n\n * php: ^8.2\n * friendsofphp/php-cs-fixer: ^3.65\n\n## Installation\n\nThrough [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-dev-helper][1].\n\n```sh\ncomposer require --dev chubbyphp/chubbyphp-dev-helper dev-master\n```\n\n## Usage\n\n### PHP-CS-FIXER\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\n$finder = PhpCsFixer\\Finder::create()\n    -\u003efiles()\n    -\u003ename('*.php')\n    -\u003ein(__DIR__ . '/src')\n    -\u003ein(__DIR__ . '/tests')\n;\n\n/** @var array $config */\n$config = require __DIR__ . '/vendor/chubbyphp/chubbyphp-dev-helper/phpcs.php';\n\nreturn (new PhpCsFixer\\Config)\n    -\u003esetIndent($config['indent'])\n    -\u003esetLineEnding($config['lineEnding'])\n    -\u003esetRules($config['rules'])\n    -\u003esetRiskyAllowed($config['riskyAllowed'])\n    -\u003esetFinder($finder)\n;\n```\n\n## Copyright\n\n2025 Dominik Zogg\n\n[1]: https://packagist.org/packages/chubbyphp/chubbyphp-dev-helper\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchubbyphp%2Fchubbyphp-dev-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchubbyphp%2Fchubbyphp-dev-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchubbyphp%2Fchubbyphp-dev-helper/lists"}