{"id":19094953,"url":"https://github.com/phauthentic/authentication-yii","last_synced_at":"2026-04-17T14:37:44.705Z","repository":{"id":101920681,"uuid":"148493617","full_name":"Phauthentic/authentication-yii","owner":"Phauthentic","description":"Yii integration for the Authentication library","archived":false,"fork":false,"pushed_at":"2018-09-18T12:38:10.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T06:32:58.413Z","etag":null,"topics":["adapter","authentication","library","yii","yii2"],"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/Phauthentic.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-09-12T14:30:01.000Z","updated_at":"2018-10-16T06:54:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"de823c8d-cbd2-42d8-bdf8-3a6bb9084854","html_url":"https://github.com/Phauthentic/authentication-yii","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Phauthentic/authentication-yii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fauthentication-yii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fauthentication-yii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fauthentication-yii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fauthentication-yii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phauthentic","download_url":"https://codeload.github.com/Phauthentic/authentication-yii/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fauthentication-yii/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31933724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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":["adapter","authentication","library","yii","yii2"],"created_at":"2024-11-09T03:32:16.087Z","updated_at":"2026-04-17T14:37:44.689Z","avatar_url":"https://github.com/Phauthentic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yii Authentication Bridge\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/Phauthentic/authentication-yii/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/authentication-yii/)\n[![Code Quality](https://img.shields.io/scrutinizer/g/Phauthentic/authentication-yii/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/authentication-yii/)\n\nThis package will allow you to lookup user credentials with your Yii application using the [Phautentic Authentication](https://github.com/Phauthentic/authentication) library.\n\n## How to use it\n\nInstall it via composer.\n\n```sh\ncomposer require phauthentic/authentication-yii\n```\n\n### Using the Yii2 model resolver\n\nAll you need to do is to instantiate a model object and pass it to the resolver.\n\n```php\n$model = new Users();\n$resolver = new YiiResolver($model);\n```\n\nYou can pass a connection as well if you need to:\n\n```php\n$model = new Users();\n$connection = Yii::$app-\u003egetDb();\n$resolver = new YiiResolver($model, $connection);\n```\n\nFor further information on how to configure identifiers and resolvers please check the documentation of [Phautentic Authentication](https://github.com/Phauthentic/authentication).\n\n## Copyright \u0026 License\n\nLicensed under the [MIT license](LICENSE.txt).\n\nCopyright (c) [Phauthentic](https://github.com/Phauthentic/authentication)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphauthentic%2Fauthentication-yii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphauthentic%2Fauthentication-yii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphauthentic%2Fauthentication-yii/lists"}