{"id":19864700,"url":"https://github.com/wiz-develop/php-cs-fixer-config","last_synced_at":"2025-07-10T00:04:26.786Z","repository":{"id":237722897,"uuid":"795097691","full_name":"wiz-develop/php-cs-fixer-config","owner":"wiz-develop","description":"🛠 php-cs-fixer configuration for wiz-develop.","archived":false,"fork":false,"pushed_at":"2024-05-14T15:44:08.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"8.3","last_synced_at":"2024-05-15T20:04:15.750Z","etag":null,"topics":["php","php-cs-fixer"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/wiz-develop/php-cs-fixer-config","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/wiz-develop.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-02T15:22:33.000Z","updated_at":"2024-05-14T15:42:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"03b7dfb9-dc8a-44cb-8cdb-d0d461eddeb6","html_url":"https://github.com/wiz-develop/php-cs-fixer-config","commit_stats":null,"previous_names":["wiz-develop/php-cs-fixer-config"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/wiz-develop/php-cs-fixer-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiz-develop%2Fphp-cs-fixer-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiz-develop%2Fphp-cs-fixer-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiz-develop%2Fphp-cs-fixer-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiz-develop%2Fphp-cs-fixer-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiz-develop","download_url":"https://codeload.github.com/wiz-develop/php-cs-fixer-config/tar.gz/refs/heads/8.3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiz-develop%2Fphp-cs-fixer-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505747,"owners_count":23618966,"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","php-cs-fixer"],"created_at":"2024-11-12T15:19:32.991Z","updated_at":"2025-07-10T00:04:26.758Z","avatar_url":"https://github.com/wiz-develop.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠 wiz-develop/php-cs-fixer-config\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/wiz-develop/php-cs-fixer-config/phpstan_and_phpunit.yml)\n![Packagist Version](https://img.shields.io/packagist/v/wiz-develop/php-cs-fixer-config)\n![Packagist Downloads](https://img.shields.io/packagist/dt/wiz-develop/php-cs-fixer-config)\n[![License](https://img.shields.io/github/license/wiz-develop/php-cs-fixer-config.svg?style=flat-square)](https://github.com/wiz-develop/php-cs-fixer-config/blob/main/LICENSE)\n\nwiz-develop 用 php-cs-fixer 設定\n\n## ✨ Features\n- **Strict**: コードベースを厳格に保護します。\n- **Modern**: 最新のPHP ver.に最適化されます。\n\n## 📦 Installation\n```shell\ncomposer require --dev wiz-develop/php-cs-fixer-config\n```\n\n設定を有効にするためには `.php-cs-fixer.php` をプロジェクトに追加してください。\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\nuse PhpCsFixer\\Finder;\nuse WizDevelop\\PhpCsFixerConfig\\Config;\n\nreturn (new Config())\n    -\u003esetFinder(\n        (new Finder())\n            -\u003ein(__DIR__),\n    );\n```\n\nリスクの高いルールを許可したい場合は、コンストラクタで `$allowRisky` を true に設定してください。\n\n```php\nnew Config(allowRisky: true)\n```\n\n## ✅ Versioning\nこのパッケージのバージョン x.y.z は PHP x.y で動作します (例: 8.3.x は PHP 8.3 で動作します)。\nルールセットが変更されると、z の数値が増加します。\n\n| Package Version | PHP Version | Maintained? |\n|-----------------|-------------|-------------|\n| 8.4.x           | ^8.4        | Yes         |\n| 8.3.x           | ^8.3        | Yes         |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiz-develop%2Fphp-cs-fixer-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiz-develop%2Fphp-cs-fixer-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiz-develop%2Fphp-cs-fixer-config/lists"}