{"id":22908230,"url":"https://github.com/yumemi-inc/php-cs-fixer-config","last_synced_at":"2025-05-08T22:22:12.827Z","repository":{"id":65121886,"uuid":"582195475","full_name":"yumemi-inc/php-cs-fixer-config","owner":"yumemi-inc","description":"🛠 Strict, modern, and VCS friendly configuration for php-cs-fixer.","archived":false,"fork":false,"pushed_at":"2024-11-06T17:14:12.000Z","size":39,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":8,"default_branch":"8.1","last_synced_at":"2025-04-16T01:24:18.412Z","etag":null,"topics":["php","php-cs-fixer","php-cs-fixer-config"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/yumemi-inc/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/yumemi-inc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2022-12-26T03:34:15.000Z","updated_at":"2023-01-16T03:06:04.000Z","dependencies_parsed_at":"2023-01-04T03:47:27.600Z","dependency_job_id":null,"html_url":"https://github.com/yumemi-inc/php-cs-fixer-config","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumemi-inc%2Fphp-cs-fixer-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumemi-inc%2Fphp-cs-fixer-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumemi-inc%2Fphp-cs-fixer-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumemi-inc%2Fphp-cs-fixer-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yumemi-inc","download_url":"https://codeload.github.com/yumemi-inc/php-cs-fixer-config/tar.gz/refs/heads/8.1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253155564,"owners_count":21862722,"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","php-cs-fixer-config"],"created_at":"2024-12-14T03:20:15.055Z","updated_at":"2025-05-08T22:22:12.801Z","avatar_url":"https://github.com/yumemi-inc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠 yumemi-inc/php-cs-fixer-config\nStrict, modern, and VCS friendly configuration for php-cs-fixer.\n\n\u003e **Warning**  \n\u003e This is not an official product of YUMEMI Inc.\n\n## ✨ Features\n- **Strict**: Protect your codebase in strict.\n- **Modern**: Optimised for the modern PHP.\n- **VCS Friendly**: What you need is what you get as diff.\n\n## 📦 Installation\n```shell\ncomposer require --dev yumemi-inc/php-cs-fixer-config\n```\n\nWrite your `.php-cs-fixer.php` to enable the configuration:\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\nuse PhpCsFixer\\Finder;\nuse YumemiInc\\PhpCsFixerConfig\\Config;\n\nreturn (new Config())\n    -\u003esetFinder(\n        (new Finder())\n            -\u003ein(__DIR__),\n    );\n```\n\nIf you want to allow risky rules, set `$allowRisky` to true on the constructor:\n\n```php\nnew Config(allowRisky: true)\n```\n\n## ✅ Versioning\nVersion x.y.z of this package will work on PHP x.y (e.g. 8.1.x works on PHP 8.1).\nOn the ruleset changes, the z number will be increased.\n\n| Package Version | PHP Version | Maintained? |\n|-----------------|-------------|-------------|\n| 8.2.x           | ^8.2        | Yes         |\n| 8.1.x           | ^8.1        | Yes         |\n\n## 🙌 Contributing\nContributes of adding new rules or resolving conflicts with our other packages (\n[phpcs-config](https://github.com/yumemi-inc/phpcs-config),\n[php-intellij-profiles](https://github.com/yumemi-inc/php-intellij-profiles)\n) are welcome.\nOther contributions may not be accepted such as changing the existing rules or removing them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumemi-inc%2Fphp-cs-fixer-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyumemi-inc%2Fphp-cs-fixer-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumemi-inc%2Fphp-cs-fixer-config/lists"}