{"id":22696051,"url":"https://github.com/dealerinspire/laravel-coding-standard","last_synced_at":"2025-04-13T03:25:15.043Z","repository":{"id":36117059,"uuid":"185257555","full_name":"dealerinspire/laravel-coding-standard","owner":"dealerinspire","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-16T17:14:33.000Z","size":32,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-11T13:58:09.097Z","etag":null,"topics":[],"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/dealerinspire.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}},"created_at":"2019-05-06T19:19:28.000Z","updated_at":"2022-08-16T16:28:23.000Z","dependencies_parsed_at":"2022-08-08T13:16:09.386Z","dependency_job_id":null,"html_url":"https://github.com/dealerinspire/laravel-coding-standard","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dealerinspire%2Flaravel-coding-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dealerinspire%2Flaravel-coding-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dealerinspire%2Flaravel-coding-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dealerinspire%2Flaravel-coding-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dealerinspire","download_url":"https://codeload.github.com/dealerinspire/laravel-coding-standard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248658552,"owners_count":21140963,"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":[],"created_at":"2024-12-10T04:13:21.492Z","updated_at":"2025-04-13T03:25:15.023Z","avatar_url":"https://github.com/dealerinspire.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Coding Standard\n\n[![Build Status][travis-badge]][travis-home]\n\nDealer Inspire Laravel Coding Standard provides sniffs that help developers write better Laravel code.\n\n## Installation\n\nInstall the package by requiring it with Composer.\n\n```bash\ncomposer require dealerinspire/laravel-coding-standard\n```\n\n## Usage\n\nFirst you need to make sure that `vendor/dealerinspire/laravel-coding-standard` is in your `phpcs.xml` file's `installed_paths` setting.\n\n```xml\n\u003cconfig name=\"installed_paths\" value=\"vendor/dealerinspire/laravel-coding-standard\"/\u003e\n```\n\nThen you can use any of the sniffs provided in this package.\n\n```xml\n\u003crule ref=\"DealerInspireLaravelCodingStandard.Providers.DeferredProviders\"/\u003e\n```\n\n## Provided Sniffs\n\n### DealerInspireLaravelCodingStandard.Models.NoGuardedAttributes\n\nChecks that no classes use the `protected $guarded` attribute. Useful for any projects that strictly enforce the use of explicitly whitelisting fillable attributes.\n\n### DealerInspireLaravelCodingStandard.Providers.DeferredProviders\n\nChecks all deferred service providers to ensure that any bindings in the file are also included in the `provides` array.\nNote that your service provider class must end with the conventional suffix `ServiceProvider`. e.g. `FooServiceProvider.php`\n\n## License\n\nMIT © [Dealer Inspire](https://www.dealerinspire.com/)\n\n[travis-home]:https://travis-ci.com/dealerinspire/laravel-coding-standard\n[travis-badge]:https://travis-ci.org/dealerinspire/laravel-coding-standard.svg?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdealerinspire%2Flaravel-coding-standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdealerinspire%2Flaravel-coding-standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdealerinspire%2Flaravel-coding-standard/lists"}