{"id":44378004,"url":"https://github.com/xenforo-ltd/xf-cs-fixer","last_synced_at":"2026-02-11T21:35:08.208Z","repository":{"id":247860629,"uuid":"794760683","full_name":"xenforo-ltd/xf-cs-fixer","owner":"xenforo-ltd","description":"A PHP Coding Standards Fixer configuration for XenForo","archived":false,"fork":false,"pushed_at":"2026-01-23T00:33:22.000Z","size":57,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-25T17:59:10.377Z","etag":null,"topics":["php-cs-fixer","xenforo"],"latest_commit_sha":null,"homepage":"https://xenforo.com","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/xenforo-ltd.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-01T22:30:12.000Z","updated_at":"2026-01-23T00:33:26.000Z","dependencies_parsed_at":"2025-10-27T05:18:18.514Z","dependency_job_id":"2cc360a7-12fb-4560-8204-002338989dbd","html_url":"https://github.com/xenforo-ltd/xf-cs-fixer","commit_stats":null,"previous_names":["xenforo-ltd/xf-cs-fixer"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/xenforo-ltd/xf-cs-fixer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenforo-ltd%2Fxf-cs-fixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenforo-ltd%2Fxf-cs-fixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenforo-ltd%2Fxf-cs-fixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenforo-ltd%2Fxf-cs-fixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xenforo-ltd","download_url":"https://codeload.github.com/xenforo-ltd/xf-cs-fixer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenforo-ltd%2Fxf-cs-fixer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29345612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","xenforo"],"created_at":"2026-02-11T21:35:07.314Z","updated_at":"2026-02-11T21:35:08.201Z","avatar_url":"https://github.com/xenforo-ltd.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XenForo Coding Standards Fixer\n\n[![XenForo](https://img.shields.io/badge/XenForo-%230F578A)](https://xenforo.com)\n[![License](https://img.shields.io/packagist/l/xenforo-ltd/xf-cs-fixer?label=license)](https://packagist.org/packages/xenforo-ltd/xf-cs-fixer)\n[![Version](https://img.shields.io/packagist/v/xenforo-ltd/xf-cs-fixer?label=version)](https://packagist.org/packages/xenforo-ltd/xf-cs-fixer)\n[![Status](https://img.shields.io/github/check-runs/xenforo-ltd/xf-cs-fixer/main?label=status)](https://github.com/xenforo-ltd/xf-cs-fixer/actions)\n\nA [PHP Coding Standards Fixer](https://cs.symfony.com) configuration for [XenForo](https://xenforo.com).\n\nThis library provides a configuration helper and a handful of additional rules\nwhich supplement the built-in [PER-CS](https://cs.symfony.com/doc/ruleSets/PER-CS.html)\nrule set to automatically format code according to the XenForo code style.\n\n## Installing\n\nTo use our configuration or rules, install them with [Composer](https://getcomposer.org):\n\n```\ncomposer require --dev xenforo-ltd/xf-cs-fixer\n```\n\n## Usage\n\nCreate a `.php-cs-fixer.dist.php` configuration file in your project directory:\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\nuse PhpCsFixer\\Finder;\nuse XFCsFixer\\ConfigHelper;\n\n$finder = Finder::create()\n\t-\u003ein(__DIR__)\n\t-\u003eignoreVCSIgnored(true)\n\t-\u003enotPath([\n\t\t// you may set paths or path patterns to exclude here\n\t]);\n\n$helper = new ConfigHelper($finder);\n\n// you may customize the rules or configuration further here\n\nreturn $helper-\u003egetConfig();\n```\n\nFor more information, consult the [PHP Coding Standards Fixer documentation](https://cs.symfony.com/#usage).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenforo-ltd%2Fxf-cs-fixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxenforo-ltd%2Fxf-cs-fixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenforo-ltd%2Fxf-cs-fixer/lists"}