{"id":37010228,"url":"https://github.com/abdyek/whoo","last_synced_at":"2026-01-14T00:59:07.849Z","repository":{"id":56939364,"uuid":"386386546","full_name":"abdyek/whoo","owner":"abdyek","description":"php database agnostic authentication library for your php application","archived":false,"fork":false,"pushed_at":"2022-01-15T18:50:36.000Z","size":615,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-22T18:29:49.455Z","etag":null,"topics":["authentication","jwt","two-factor-authentication"],"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/abdyek.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":"2021-07-15T18:20:44.000Z","updated_at":"2022-01-15T19:56:48.000Z","dependencies_parsed_at":"2022-08-21T06:50:30.908Z","dependency_job_id":null,"html_url":"https://github.com/abdyek/whoo","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/abdyek/whoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdyek%2Fwhoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdyek%2Fwhoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdyek%2Fwhoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdyek%2Fwhoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdyek","download_url":"https://codeload.github.com/abdyek/whoo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdyek%2Fwhoo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"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":["authentication","jwt","two-factor-authentication"],"created_at":"2026-01-14T00:59:06.374Z","updated_at":"2026-01-14T00:59:07.831Z","avatar_url":"https://github.com/abdyek.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Whoo\nWhoo is a database agnostic authentication library to manage authentication operation easily. Whoo provides you a layer to access and manage user and authentication in your application using [Propel ORM](https://github.com/propelorm/Propel2).\n\n## Installation\n`composer require propel/propel \"2.0.0-beta1\" abdyek/whoo ^1.0`\n\n## Features\n\n* Easy installation, building, usage and learning\n* Two-Factor Authentication support\n* OAuth2 authentication provider support\n* Database agnostic. MySQL, MS SQL Server, PostgreSQL, SQLite, Oracle support (powered by Propel ORM)\n* Able to configure for you application\n* Portable and standalone\n* Destroyable JSON Web Tokens\n\n## Getting Started\n\n```php\nrequire 'vendor/autoload.php';\n\nuse Abdyek\\Whoo\\Whoo;\n\n// Whoo once needs to load Propel config\nWhoo::loadPropelConfig();\n\n// Sign Up\n$signUp = new Whoo('SignUp', [\n    'email' =\u003e 'new_user_email@example.com',\n    'password' =\u003e 'this_is_password',\n    'username' =\u003e 'abdyek',\n]);\n\n$signUp-\u003esuccess(function(array $response) {\n    echo $response['user']-\u003egetUsername() . ' registered whoo database';\n})-\u003eexception('NotUniqueEmail', function($e) {\n    // Oops! the email already is registered\n})-\u003eexception('NotUniqueUsername', function($e) {\n    // Oops! the username already is registered\n});\n\n$signUp-\u003erun();\n```\n\n## Documentation\nYou can reach all controller class and other info at [wiki](https://github.com/abdyek/whoo/wiki) page.\n\n## Versioning\nWhoo will have semantic versioning when first stable release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdyek%2Fwhoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdyek%2Fwhoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdyek%2Fwhoo/lists"}