{"id":41912485,"url":"https://github.com/nextgen-tech/phpstan-laravel-rules","last_synced_at":"2026-01-25T16:11:42.541Z","repository":{"id":57026084,"uuid":"304012814","full_name":"nextgen-tech/phpstan-laravel-rules","owner":"nextgen-tech","description":"PHPStan rules for Laravel applications.","archived":false,"fork":false,"pushed_at":"2020-10-14T13:11:39.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T15:50:41.343Z","etag":null,"topics":["laravel","php","phpstan"],"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/nextgen-tech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-14T12:47:36.000Z","updated_at":"2020-10-14T13:13:30.000Z","dependencies_parsed_at":"2022-08-23T15:00:30.091Z","dependency_job_id":null,"html_url":"https://github.com/nextgen-tech/phpstan-laravel-rules","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nextgen-tech/phpstan-laravel-rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgen-tech%2Fphpstan-laravel-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgen-tech%2Fphpstan-laravel-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgen-tech%2Fphpstan-laravel-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgen-tech%2Fphpstan-laravel-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextgen-tech","download_url":"https://codeload.github.com/nextgen-tech/phpstan-laravel-rules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgen-tech%2Fphpstan-laravel-rules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"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":["laravel","php","phpstan"],"created_at":"2026-01-25T16:11:38.951Z","updated_at":"2026-01-25T16:11:42.529Z","avatar_url":"https://github.com/nextgen-tech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHPStan Laravel Rules\n\nThis package provides collection of PHPStan rules for Laravel applications. For now it provides 2 new rules:\n\n- disallow debug functions (`dd`, `ddd`, `dump`, `debug`, `print_r`, `var_dump` and `var_export`)\n- disallow debug methods on Collections (`dd`, `dump` and `debug`)\n\n## Installation\n\n```sh\ncomposer require nextgen-tech/phpstan-laravel-rules --dev\n```\n\n## Including extension to PHPStan\n\nIn `phpstan.neon` or `phpstan.neon.dist` file in `includes` section add:\n\n```yaml\n./vendor/nextgen-tech/phpstan-laravel-rules/extension.neon\n```\n\nAfter that file should looks like this:\n\n```yaml\nincludes:\n    - ./vendor/nunomaduro/larastan/extension.neon                # larastan extension, could be omited\n    - ./vendor/nextgen-tech/phpstan-laravel-rules/extension.neon # extension from this package\n\nparameters:\n    paths:\n        - app\n\n    level: 8\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextgen-tech%2Fphpstan-laravel-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextgen-tech%2Fphpstan-laravel-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextgen-tech%2Fphpstan-laravel-rules/lists"}