{"id":15759776,"url":"https://github.com/wyrihaximus/php-phpstan-rules-wrapper","last_synced_at":"2026-02-27T01:20:46.276Z","repository":{"id":34298564,"uuid":"175659701","full_name":"WyriHaximus/php-phpstan-rules-wrapper","owner":"WyriHaximus","description":"🌯 PHPStan rules wrapper","archived":false,"fork":false,"pushed_at":"2025-04-28T17:09:02.000Z","size":307,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T18:05:17.302Z","etag":null,"topics":["burrito","hacktoberfest","php","phpstan","wrapper"],"latest_commit_sha":null,"homepage":"","language":null,"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/WyriHaximus.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"WyriHaximus"}},"created_at":"2019-03-14T16:28:56.000Z","updated_at":"2025-04-28T17:07:51.000Z","dependencies_parsed_at":"2024-01-10T15:44:57.760Z","dependency_job_id":"64f0bfa0-7a45-4d1b-bc25-04336a6a3099","html_url":"https://github.com/WyriHaximus/php-phpstan-rules-wrapper","commit_stats":{"total_commits":126,"total_committers":6,"mean_commits":21.0,"dds":0.6984126984126984,"last_synced_commit":"ec5cba63f2bcff7ce6ba96f4ebd7829a4a11739c"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fphp-phpstan-rules-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fphp-phpstan-rules-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fphp-phpstan-rules-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fphp-phpstan-rules-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WyriHaximus","download_url":"https://codeload.github.com/WyriHaximus/php-phpstan-rules-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251790548,"owners_count":21644236,"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":["burrito","hacktoberfest","php","phpstan","wrapper"],"created_at":"2024-10-04T10:23:19.026Z","updated_at":"2026-01-04T23:17:11.995Z","avatar_url":"https://github.com/WyriHaximus.png","language":null,"funding_links":["https://github.com/sponsors/WyriHaximus"],"categories":[],"sub_categories":[],"readme":"# Wrapper around PHP Stan rules repositories\n\n[![Total Downloads](https://poser.pugx.org/wyrihaximus/phpstan-rules-wrapper/downloads)](https://packagist.org/packages/wyrihaximus/phpstan-rules-wrapper/stats)\n[![License](https://poser.pugx.org/wyrihaximus/phpstan-rules-wrapper/license)](https://packagist.org/packages/wyrihaximus/phpstan-rules-wrapper)\n\n# Installation\n\nTo install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.\n\n```bash\ncomposer require wyrihaximus/phpstan-rules-wrapper \n```\n\n# Usage \n\nWorks out of the box due to [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer)\n\n# Included rulesets\n\n* [`ergebnis/phpstan-rules`](https://packagist.org/packages/ergebnis/phpstan-rules)\n* [`phpstan/phpstan-deprecation-rules`](https://packagist.org/packages/phpstan/phpstan-deprecation-rules)\n* [`phpstan/phpstan-mockery`](https://packagist.org/packages/phpstan/phpstan-mockery)\n* [`phpstan/phpstan-phpunit`](https://packagist.org/packages/phpstan/phpstan-phpunit)\n* [`phpstan/phpstan-strict-rules`](https://packagist.org/packages/phpstan/phpstan-strict-rules)\n* [`shipmonk/dead-code-detector`](https://packagist.org/packages/shipmonk/phpstan-rules)\n* [`shipmonk/phpstan-rules`](https://packagist.org/packages/shipmonk/phpstan-rules)\n* [`staabm/phpstan-psr3`](https://packagist.org/packages/staabm/phpstan-psr3)\n* [`tomasvotruba/type-coverage`](https://packagist.org/packages/tomasvotruba/type-coverage)\n\n# License\n\nCopyright (c) 2025 Cees-Jan Kiewiet\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Fphp-phpstan-rules-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyrihaximus%2Fphp-phpstan-rules-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Fphp-phpstan-rules-wrapper/lists"}