{"id":50847840,"url":"https://github.com/croct-tech/coding-standard-php","last_synced_at":"2026-06-14T11:04:14.299Z","repository":{"id":363432410,"uuid":"260524954","full_name":"croct-tech/coding-standard-php","owner":"croct-tech","description":"The coding-standard for PHP projects.","archived":false,"fork":false,"pushed_at":"2026-06-08T21:33:53.000Z","size":482,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-06-08T23:20:34.877Z","etag":null,"topics":["code-style","coding-standard","php"],"latest_commit_sha":null,"homepage":"","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/croct-tech.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-01T18:02:06.000Z","updated_at":"2026-06-08T21:33:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/croct-tech/coding-standard-php","commit_stats":null,"previous_names":["croct-tech/coding-standard-php"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/croct-tech/coding-standard-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fcoding-standard-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fcoding-standard-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fcoding-standard-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fcoding-standard-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/croct-tech","download_url":"https://codeload.github.com/croct-tech/coding-standard-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fcoding-standard-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34318527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["code-style","coding-standard","php"],"created_at":"2026-06-14T11:04:08.138Z","updated_at":"2026-06-14T11:04:14.282Z","avatar_url":"https://github.com/croct-tech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://croct.com\"\u003e\n        \u003cimg src=\"https://cdn.croct.io/brand/logo/repo-icon-green.svg\" alt=\"Croct\" height=\"80\"/\u003e\n    \u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cstrong\u003ePHP Coding Standard\u003c/strong\u003e\n    \u003cbr /\u003e\n    A set of \u003ca href=\"https://github.com/squizlabs/PHP_CodeSniffer\"\u003eCode Sniffer\u003c/a\u003e rules applied to all Croct PHP projects.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Language\" src=\"https://img.shields.io/badge/language-PHP-blue\" /\u003e\n    \u003ca href=\"https://github.com/croct-tech/coding-standard-php/actions/workflows/validate-branch.yaml\"\u003e\u003cimg alt=\"Build\" src=\"https://github.com/croct-tech/coding-standard-php/actions/workflows/validate-branch.yaml/badge.svg\" /\u003e\u003c/a\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-blue\" /\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/croct-tech/coding-standard-php/releases\"\u003e📦 Releases\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/croct-tech/coding-standard-php/issues\"\u003e🐞 Report Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/croct-tech/coding-standard-php/issues\"\u003e✨ Request Feature\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\nWe recommend using the package manager [Composer](https://getcomposer.org) to install the package:\n\n```sh\ncomposer require croct/coding-standard\n```\n\n## Basic usage\n\nRun the following command to check if the project adheres to the coding standard:\n\n```sh\n./vendor/bin/phpcs\n```\n\n## Contributing\n\nContributions to the package are always welcome! \n\n- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/coding-standard-php/issues).\n- For major changes, please [open an issue](https://github.com/croct-tech/coding-standard-php/issues) first to discuss what you would like to change.\n- Please make sure to update tests as appropriate.\n\n## Testing\n\nBefore running the test suites, the development dependencies must be installed:\n\n```sh\ncomposer install\n```\n\nThen, to run all tests:\n\n```sh\ncomposer test\n```\n\n## License\n\nThis library is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Fcoding-standard-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcroct-tech%2Fcoding-standard-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Fcoding-standard-php/lists"}