{"id":36970522,"url":"https://github.com/sergeymakinen/laravel-phpstorm-stubs","last_synced_at":"2026-01-13T21:48:50.367Z","repository":{"id":62542458,"uuid":"67087729","full_name":"sergeymakinen/laravel-phpstorm-stubs","owner":"sergeymakinen","description":"Laravel PhpStorm autocomplete stubs","archived":true,"fork":false,"pushed_at":"2017-06-16T11:46:15.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T19:34:25.972Z","etag":null,"topics":["auto-complete","idea","jetbrains","laravel","laravel-phpstorm-stubs","php","phpstorm","stub","stub-files","stubs"],"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/sergeymakinen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-01T01:40:06.000Z","updated_at":"2023-01-28T14:25:17.000Z","dependencies_parsed_at":"2022-11-02T16:16:11.340Z","dependency_job_id":null,"html_url":"https://github.com/sergeymakinen/laravel-phpstorm-stubs","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/sergeymakinen/laravel-phpstorm-stubs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeymakinen%2Flaravel-phpstorm-stubs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeymakinen%2Flaravel-phpstorm-stubs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeymakinen%2Flaravel-phpstorm-stubs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeymakinen%2Flaravel-phpstorm-stubs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeymakinen","download_url":"https://codeload.github.com/sergeymakinen/laravel-phpstorm-stubs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeymakinen%2Flaravel-phpstorm-stubs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28401081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["auto-complete","idea","jetbrains","laravel","laravel-phpstorm-stubs","php","phpstorm","stub","stub-files","stubs"],"created_at":"2026-01-13T21:48:49.593Z","updated_at":"2026-01-13T21:48:50.358Z","avatar_url":"https://github.com/sergeymakinen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel PhpStorm autocomplete stubs\n\nStubs for PhpStorm (may be for some other IDEs as well) to get a code completion working for Laravel facades, Query/Eloquent builders. Requires Laravel 5.1 or higher.\n\n[![Packagist Version](https://img.shields.io/packagist/v/sergeymakinen/laravel-phpstorm-stubs.svg?style=flat-square)](https://packagist.org/packages/sergeymakinen/laravel-phpstorm-stubs) [![Total Downloads](https://img.shields.io/packagist/dt/sergeymakinen/laravel-phpstorm-stubs.svg?style=flat-square)](https://packagist.org/packages/sergeymakinen/laravel-phpstorm-stubs) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n\n## Installation\n\nThe preferred way to install this extension is through [composer](https://getcomposer.org/download/).\n\nEither run\n\n```bash\ncomposer require \"sergeymakinen/laravel-phpstorm-stubs:^1.0\"\n```\n\nor add\n\n```json\n\"sergeymakinen/laravel-phpstorm-stubs\": \"^1.0\"\n```\n\nto the require section of your `composer.json` file.\n\n## Notes\n\nIf you got no code completion on Eloquent models, add a Model mixin tag, see an example:\n\n```php\nnamespace App\\Models;\n\nuse Illuminate\\Database\\Eloquent\\Model;\nuse Illuminate\\Contracts\\Auth\\Authenticatable as AuthenticatableContract;\nuse Illuminate\\Contracts\\Auth\\CanResetPassword as CanResetPasswordContract;\n\n/**\n * @mixin Model\n */\nclass User extends Model implements AuthenticatableContract, CanResetPasswordContract\n{\n    // ...\n}\n\n```\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeymakinen%2Flaravel-phpstorm-stubs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeymakinen%2Flaravel-phpstorm-stubs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeymakinen%2Flaravel-phpstorm-stubs/lists"}