{"id":24426026,"url":"https://github.com/mikelgoig/easy-coding-standard-rules","last_synced_at":"2026-02-12T20:32:24.884Z","repository":{"id":272917922,"uuid":"918172396","full_name":"mikelgoig/easy-coding-standard-rules","owner":"mikelgoig","description":"🔍 Easy Coding Standard rules.","archived":false,"fork":false,"pushed_at":"2025-03-02T17:55:09.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T00:21:38.044Z","etag":null,"topics":["code-style","coding-standard","dev","easy-coding-standard","ecs","linting","static-analysis"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/mikelgoig/easy-coding-standard-rules","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikelgoig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-17T11:47:47.000Z","updated_at":"2025-03-02T17:55:13.000Z","dependencies_parsed_at":"2025-01-17T12:57:28.587Z","dependency_job_id":"1580d647-721c-4a96-83f2-0b20897138e5","html_url":"https://github.com/mikelgoig/easy-coding-standard-rules","commit_stats":null,"previous_names":["mikelgoig/easy-coding-standard-rules"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mikelgoig/easy-coding-standard-rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Feasy-coding-standard-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Feasy-coding-standard-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Feasy-coding-standard-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Feasy-coding-standard-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikelgoig","download_url":"https://codeload.github.com/mikelgoig/easy-coding-standard-rules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikelgoig%2Feasy-coding-standard-rules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29380604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"last_error":"SSL_read: 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":["code-style","coding-standard","dev","easy-coding-standard","ecs","linting","static-analysis"],"created_at":"2025-01-20T11:15:17.755Z","updated_at":"2026-02-12T20:32:24.868Z","avatar_url":"https://github.com/mikelgoig.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n    Easy Coding Standard rules\n\u003c/h1\u003e\n\n\u003cp\u003e\nCreated by \u003ca href=\"https://mikelgoig.com\"\u003eMikel Goig\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cp\u003e\n    \u003ca href=\"https://github.com/mikelgoig/easy-coding-standard-rules\"\u003e\n        View Repository\n    \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n[![Packagist Version](https://img.shields.io/packagist/v/mikelgoig/easy-coding-standard-rules)](https://packagist.org/packages/mikelgoig/easy-coding-standard-rules)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/mikelgoig/easy-coding-standard-rules)](https://packagist.org/packages/mikelgoig/easy-coding-standard-rules/stats)\n[![Packagist PHP Version](https://img.shields.io/packagist/dependency-v/mikelgoig/easy-coding-standard-rules/php)](https://thephp.foundation)\n\n**This package provides you with\nopinionated [Easy Coding Standard](https://github.com/easy-coding-standard/easy-coding-standard) rules considering\nmodern PHP best practices and providing consistency.**\n\n## 😎 Installation\n\n1. Install this package using Composer:\n\n    ```bash\n    composer require --dev mikelgoig/easy-coding-standard-rules\n    ```\n\n## 🛠️ Configuration\n\n1. Add the rule sets in your `ecs.php` file:\n\n    ```php\n    use MikelGoig\\EasyCodingStandard\\SetList as CodingStandard;\n    use Symplify\\EasyCodingStandard\\Config\\ECSConfig;\n    \n    return ECSConfig::configure()\n        -\u003ewithSets([CodingStandard::DEFAULT, CodingStandard::RISKY]);\n    ```\n\n2. Run ECS:\n\n    ```bash\n    vendor/bin/ecs\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikelgoig%2Feasy-coding-standard-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikelgoig%2Feasy-coding-standard-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikelgoig%2Feasy-coding-standard-rules/lists"}