{"id":37006286,"url":"https://github.com/alsterverse/wp-isotopcs","last_synced_at":"2026-01-14T00:45:08.013Z","repository":{"id":52438028,"uuid":"64910659","full_name":"alsterverse/wp-isotopcs","owner":"alsterverse","description":"Isotop WordPress Coding Standard","archived":false,"fork":false,"pushed_at":"2023-09-15T04:36:09.000Z","size":65,"stargazers_count":3,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T03:45:12.464Z","etag":null,"topics":["coding-standards","wordpress"],"latest_commit_sha":null,"homepage":null,"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/alsterverse.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}},"created_at":"2016-08-04T07:01:38.000Z","updated_at":"2023-02-07T11:06:49.000Z","dependencies_parsed_at":"2024-06-21T15:55:52.849Z","dependency_job_id":null,"html_url":"https://github.com/alsterverse/wp-isotopcs","commit_stats":null,"previous_names":["isotopsweden/wp-isotopcs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alsterverse/wp-isotopcs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsterverse%2Fwp-isotopcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsterverse%2Fwp-isotopcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsterverse%2Fwp-isotopcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsterverse%2Fwp-isotopcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alsterverse","download_url":"https://codeload.github.com/alsterverse/wp-isotopcs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsterverse%2Fwp-isotopcs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"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":["coding-standards","wordpress"],"created_at":"2026-01-14T00:45:07.423Z","updated_at":"2026-01-14T00:45:08.003Z","avatar_url":"https://github.com/alsterverse.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Isotop WordPress Coding Standard\n\nThe coding standard used for WordPress sites.\n\n## Installation\n\n### Standalone\n\nStandards are provided as a [Composer](http://getcomposer.org) package and can be installed with:\n\n```bash\ncomposer create-project isotopsweden/isotopcs:dev-master\n```\n\nComposer will automatically install dependencies, register standards paths, and set default PHP Code Sniffer standard to `Isotop`.\n\n### As dependency\n\nYou should update `minimum-stability` to `dev` and set `prefer-stable` to `true`.\n\n```json\n{\n  \"minimum-stability\": \"dev\",\n  \"prefer-stable\": true\n}\n```\n\nThen you can install `isotopcs` as a dependency.\n\n```bash\ncomposer require isotopsweden/isotopcs:dev-master --dev\n```\n\n### Command line\n\n```bash\nvendor/bin/phpcs --extensions=php /path/to/folder/\n```\n\n### Editors\n\n#### Atom\n\nUse [linter-phpcs](https://tommcfarlin.com/using-php-codesniffer/).\n\n#### Sublime\n\n```javascript\n{\n  \"phpcs_executable_path\": \"/path/to/isotopcs/vendor/bin/phpcs\",\n  \"phpcs_additional_args\": {\n    \"--standard\": \"Isotop\"\n  }\n}\n```\n\n#### PhpStorm\n\nRefer to [Using PHP Code Sniffer Tool](https://www.jetbrains.com/phpstorm/help/using-php-code-sniffer-tool.html) in PhpStorm documentation.\n\nAfter installation `Isotop` standard will be available as a choice in PHP Code Sniffer Validation inspection.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falsterverse%2Fwp-isotopcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falsterverse%2Fwp-isotopcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falsterverse%2Fwp-isotopcs/lists"}