{"id":20443190,"url":"https://github.com/znframework/package-authentication","last_synced_at":"2026-02-10T12:31:24.419Z","repository":{"id":37849515,"uuid":"117695427","full_name":"znframework/package-authentication","owner":"znframework","description":"ZN Framework Authentication Package","archived":false,"fork":false,"pushed_at":"2025-01-05T14:14:43.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-11-27T17:26:21.554Z","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/znframework.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-16T14:40:41.000Z","updated_at":"2025-01-05T13:55:43.000Z","dependencies_parsed_at":"2025-01-15T20:11:10.618Z","dependency_job_id":null,"html_url":"https://github.com/znframework/package-authentication","commit_stats":{"total_commits":57,"total_committers":3,"mean_commits":19.0,"dds":"0.45614035087719296","last_synced_commit":"b8c6f85c2c7d78d3bd052941ba8e22cf9f4ca909"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/znframework/package-authentication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-authentication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-authentication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-authentication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-authentication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znframework","download_url":"https://codeload.github.com/znframework/package-authentication/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Fpackage-authentication/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29298684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T12:23:18.846Z","status":"ssl_error","status_checked_at":"2026-02-10T12:23:06.082Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-15T09:46:22.827Z","updated_at":"2026-02-10T12:31:24.368Z","avatar_url":"https://github.com/znframework.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/znframework/package-authentication\" rel=\"nofollow\"\u003e\n\t\u003cimg src=\"https://img.shields.io/packagist/dt/znframework/package-authentication?style=flat-square\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\u003ca href=\"//packagist.org/packages/znframework/package-authentication\" rel=\"nofollow\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/v/release/znframework/package-authentication?style=flat-square\u0026color=00BFFF\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\u003ca href=\"//packagist.org/packages/znframework/package-authentication\" rel=\"nofollow\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/release-date/znframework/package-authentication?style=flat-square\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\u003ca href=\"//packagist.org/packages/znframework/package-authentication\" rel=\"nofollow\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/license/znframework/package-authentication?style=flat-square\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch2\u003eZN Framework Authentication Package\u003c/h2\u003e\n\u003cp\u003e\nFollow the steps below for installation and use.\n\u003c/p\u003e\n\n\u003ch3\u003eInstallation\u003c/h3\u003e\n\u003cp\u003e\nYou only need to run the following code for the installation.\n\u003c/p\u003e\n\n```\ncomposer require znframework/package-authentication\n```\n\n\u003ch3\u003eDocumentation\u003c/h3\u003e\n\u003cp\u003e\nClick for \u003ca href=\"https://docs.znframework.com/kullanici-islemleri/tekil-kullanici-kutuphanesi\"\u003edocumentation\u003c/a\u003e of your library.\n\u003c/p\u003e\n\n\u003ch3\u003eExample Usage\u003c/h3\u003e\n\u003cp\u003e\nBasic level usage is shown below.\n\u003c/p\u003e\n\n```php\n\u003c?php require 'vendor/autoload.php';\n\nZN\\ZN::run();\n\nuse ZN\\Request\\Post;\n\n# Register\nUser::register\n(\n    [\n        'username' =\u003e Post::username(),\n        'password' =\u003e Post::password(),\n        'usermail' =\u003e Post::email(),\n        'address'  =\u003e Post::address(),\n        'phone'    =\u003e Post::mobilePhone()  \n    ],  \n    'users/login'\n);\n\nOutput::display(User::error());\n```\n```php\nuse ZN\\Request\\Post;\n\n$status = User::login(Post::username(), Post::password(), Post::rememberMe());\n\nif( $status === false )\n{\n    redirect(URL::prev());\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznframework%2Fpackage-authentication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznframework%2Fpackage-authentication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznframework%2Fpackage-authentication/lists"}