{"id":29471199,"url":"https://github.com/owusu-desmond/login-register-system","last_synced_at":"2025-08-17T01:34:04.437Z","repository":{"id":104353991,"uuid":"466596863","full_name":"Owusu-Desmond/Login-register-system","owner":"Owusu-Desmond","description":"A user login and register system build with PHP","archived":false,"fork":false,"pushed_at":"2022-03-14T16:47:25.000Z","size":16,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T15:13:19.390Z","etag":null,"topics":["apache","database","mysql","php","sql"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Owusu-Desmond.png","metadata":{"files":{"readme":"readMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-03-06T00:11:31.000Z","updated_at":"2022-10-12T13:38:53.000Z","dependencies_parsed_at":"2023-05-30T22:15:34.951Z","dependency_job_id":null,"html_url":"https://github.com/Owusu-Desmond/Login-register-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Owusu-Desmond/Login-register-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owusu-Desmond%2FLogin-register-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owusu-Desmond%2FLogin-register-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owusu-Desmond%2FLogin-register-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owusu-Desmond%2FLogin-register-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Owusu-Desmond","download_url":"https://codeload.github.com/Owusu-Desmond/Login-register-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owusu-Desmond%2FLogin-register-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796216,"owners_count":24647319,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["apache","database","mysql","php","sql"],"created_at":"2025-07-14T13:30:27.349Z","updated_at":"2025-08-17T01:34:04.426Z","avatar_url":"https://github.com/Owusu-Desmond.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Login and Register system\n\n## Installation\nInstall xammp and mysql on your computer.\n\nRun the SQL syntax `CREATA DATABASE users;` in your mysql terminal to create a database.\n\nAlso run the above SQL to create a table call *logins*.\n```\nuse users;\n\n\n\nCREATE TABLE `logins` (\n  id int(10) NOT NULL,\n  Username varchar(50) NOT NULL,\n  `Email` varchar(50) NOT NULL,\n  `Password` varchar(50) NOT NULL\n);\n```\n\nUpdate the following `config/config.php` file with your right database information\n```\ndefine(\"DB_HOST\",\"YOUR DATABASE HOSTNAME HERE\");\ndefine(\"DB_USER\",\"YOUR DATABASE USERNAME HERE\");\ndefine(\"DB_PASS\",\"YOUR DATABASE PASSWORD HERE\");\ndefine(\"DB_NAME\",\"YOUR DATABASE NAME HERE\");\n\n//example\ndefine(\"DB_HOST\", \"localhost\");\ndefine(\"DB_USER\", \"root\");\ndefine(\"DB_PASS\", \"Des@360\");\ndefine(\"DB_NAME\", \"users\");\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowusu-desmond%2Flogin-register-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowusu-desmond%2Flogin-register-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowusu-desmond%2Flogin-register-system/lists"}