{"id":16823808,"url":"https://github.com/kubawerlos/php-cs-fixer-config","last_synced_at":"2025-10-14T22:16:30.941Z","repository":{"id":39095053,"uuid":"260983573","full_name":"kubawerlos/php-cs-fixer-config","owner":"kubawerlos","description":"Provides configuration for PHP CS Fixer","archived":false,"fork":false,"pushed_at":"2025-09-28T10:55:39.000Z","size":172,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-06T18:03:38.942Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/kubawerlos.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":"2020-05-03T17:27:01.000Z","updated_at":"2025-09-28T10:55:18.000Z","dependencies_parsed_at":"2024-01-06T15:43:50.458Z","dependency_job_id":"742b7b7a-5e07-4a3a-8bf6-67ebe619b5dd","html_url":"https://github.com/kubawerlos/php-cs-fixer-config","commit_stats":{"total_commits":45,"total_committers":2,"mean_commits":22.5,"dds":"0.28888888888888886","last_synced_commit":"41bf7237daf562c78971f0b7120d64d1d99ce0d9"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/kubawerlos/php-cs-fixer-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubawerlos%2Fphp-cs-fixer-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubawerlos%2Fphp-cs-fixer-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubawerlos%2Fphp-cs-fixer-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubawerlos%2Fphp-cs-fixer-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubawerlos","download_url":"https://codeload.github.com/kubawerlos/php-cs-fixer-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubawerlos%2Fphp-cs-fixer-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021755,"owners_count":26087053,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-13T11:09:17.003Z","updated_at":"2025-10-14T22:16:30.925Z","avatar_url":"https://github.com/kubawerlos.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubawerlos/php-cs-fixer-config\n\n[![Latest stable version](https://img.shields.io/packagist/v/kubawerlos/php-cs-fixer-config.svg?label=current%20version)](https://packagist.org/packages/kubawerlos/php-cs-fixer-config)\n[![PHP version](https://img.shields.io/packagist/php-v/kubawerlos/php-cs-fixer-config.svg)](https://php.net)\n[![CI Status](https://github.com/kubawerlos/php-cs-fixer-config/actions/workflows/ci.yaml/badge.svg?branch=main\u0026event=push)](https://github.com/kubawerlos/php-cs-fixer-config/actions?query=event%3Apush+branch%3Amain)\n[![License](https://img.shields.io/github/license/kubawerlos/php-cs-fixer-config.svg)](LICENSE)\n\nProvides a configuration for PHP CS Fixer.\n\n\n## Installation\n```bash\ncomposer require --dev kubawerlos/php-cs-fixer-config\nphp vendor/bin/fixinit\n```\n\n\n## Usage\nCreate `.php-cs-fixer.php` file and use `PhpCsFixerConfig\\Factory`:\n```php\n\u003c?php\nreturn PhpCsFixerConfig\\Factory::createForLibrary('Library', 'Author', 2020 /* license initial year */)\n    -\u003esetFinder(\n        PhpCsFixer\\Finder::create()\n            -\u003efiles()\n            -\u003ein(__DIR__ . '/src')\n    );\n\n```\nfor library or use method `createForProject` for project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubawerlos%2Fphp-cs-fixer-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubawerlos%2Fphp-cs-fixer-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubawerlos%2Fphp-cs-fixer-config/lists"}