{"id":13825518,"url":"https://github.com/mlocati/php-cs-fixer-configurator","last_synced_at":"2025-05-16T15:04:04.275Z","repository":{"id":50131676,"uuid":"90987612","full_name":"mlocati/php-cs-fixer-configurator","owner":"mlocati","description":"Inspect PHP-CS-Fixer fixers and easily configure them","archived":false,"fork":false,"pushed_at":"2025-04-01T09:16:30.000Z","size":10078,"stargazers_count":274,"open_issues_count":0,"forks_count":17,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-12T12:54:32.701Z","etag":null,"topics":["coding","php","php-cs-fixer","style"],"latest_commit_sha":null,"homepage":"https://mlocati.github.io/php-cs-fixer-configurator/","language":"TypeScript","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/mlocati.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"mlocati","custom":"https://paypal.me/mlocati"}},"created_at":"2017-05-11T14:19:36.000Z","updated_at":"2025-04-01T09:16:34.000Z","dependencies_parsed_at":"2024-04-08T17:44:05.412Z","dependency_job_id":"7abaa0de-f032-4732-9d06-0402c40fd7be","html_url":"https://github.com/mlocati/php-cs-fixer-configurator","commit_stats":{"total_commits":440,"total_committers":11,"mean_commits":40.0,"dds":0.05681818181818177,"last_synced_commit":"5e6fa4a6773219ba25d7a2c4bb95148634318388"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlocati%2Fphp-cs-fixer-configurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlocati%2Fphp-cs-fixer-configurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlocati%2Fphp-cs-fixer-configurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlocati%2Fphp-cs-fixer-configurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlocati","download_url":"https://codeload.github.com/mlocati/php-cs-fixer-configurator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553937,"owners_count":22090416,"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":["coding","php","php-cs-fixer","style"],"created_at":"2024-08-04T09:01:22.648Z","updated_at":"2025-05-16T15:04:04.213Z","avatar_url":"https://github.com/mlocati.png","language":"TypeScript","funding_links":["https://github.com/sponsors/mlocati","https://paypal.me/mlocati"],"categories":["TypeScript","Vue","Table of Contents"],"sub_categories":["Library"],"readme":"[![Build](https://github.com/mlocati/php-cs-fixer-configurator/actions/workflows/build.yml/badge.svg)](https://github.com/mlocati/php-cs-fixer-configurator/actions/workflows/build.yml)\n\n# PHP-CS-Fixer Configurator\n\nThis project lets you check all the available fixers and presets built in [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) in a visual way.\n\nIt allows you also to create configuration files via a guided interface.\n\n\n## Updating the PHP-CS-Fixer data\n\nThe PHP-CS-Fixer data is extracted by a couple of PHP scripts.\n\n\u003e NOTE: on Windows, use backslashes (`\\`) instead of forward slashes (`/`).\n\n### One time setup\n\n1. install [PHP](https://php.net/)\n2. install [Composer](https://getcomposer.org/) and add it to the `PATH` environment variable, so that it can be executed by running `composer`\n\n### Updating the data to the most recent versions\n\n```sh\n./bin/update-docs-all\n```\n\n### (Re)Generate the data for all the versions\n\n```sh\n./bin/update-docs-all --force\n```\n\n### Generating the data for a specific version\n\nFor example, to (re) generate the data for version 2.15.1:\n\n```sh\n./bin/update-docs 2.15.1\n```\n\n\n## Building the web application\n\nThe web application is written in [TypeScript](https://www.typescriptlang.org/) and [Vue](https://vuejs.org/), and it's compiled with [Laravel Mix](https://laravel-mix.com/).\n\n### One time setup\n\n1. install [node.js](https://nodejs.org/) - including npm.\n2. run\n   ```sh\n   npm install\n   ```\n\n### Building the app for production\n\n```sh\nnpm run prod\n```\n\n### Building the app while developing\n\n```sh\nnpm run watch\n```\n\n\n## Submitting pull requests\n\nBecause of security reasons and to reduce merge conflicts, the following files are generated automatically:\n\n- `docs/css/*`\n- `docs/fonts/*`\n- `docs/js/*`\n- `docs/index.html`\n\nSo, please don't add these files to your commits when submitting pull requests.\n\n\n## Credits\n\n[PHP-CS-Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator/) uses some great open source tools.\n\nYou can find their licenses in the [licenses](https://github.com/mlocati/php-cs-fixer-configurator/tree/main/licenses) directory.\n\n\n## Do you want to really say thank you?\n\nYou can offer me a [monthly coffee](https://github.com/sponsors/mlocati) or a [one-time coffee](https://paypal.me/mlocati) :wink:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlocati%2Fphp-cs-fixer-configurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlocati%2Fphp-cs-fixer-configurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlocati%2Fphp-cs-fixer-configurator/lists"}