{"id":20048403,"url":"https://github.com/natasha-ct/login-system-php-oop","last_synced_at":"2026-05-08T21:34:50.162Z","repository":{"id":128702438,"uuid":"606347479","full_name":"NATASHA-ct/LOGIN-SYSTEM-PHP-OOP","owner":"NATASHA-ct","description":"Login and Register system created using OOP PHP-An object oriented authentication system gives a user the ability to register，log in, logout and includes features like validation, session saving, salt-hash-encrypted passwords, error handlers.","archived":false,"fork":false,"pushed_at":"2023-03-04T21:08:51.000Z","size":468,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T08:24:01.523Z","etag":null,"topics":["mysql","oop-principles","php","xampp-server"],"latest_commit_sha":null,"homepage":"https://oop-ten.vercel.app","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/NATASHA-ct.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}},"created_at":"2023-02-25T07:55:44.000Z","updated_at":"2023-03-07T23:08:41.000Z","dependencies_parsed_at":"2023-06-04T17:15:20.709Z","dependency_job_id":null,"html_url":"https://github.com/NATASHA-ct/LOGIN-SYSTEM-PHP-OOP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NATASHA-ct/LOGIN-SYSTEM-PHP-OOP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FLOGIN-SYSTEM-PHP-OOP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FLOGIN-SYSTEM-PHP-OOP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FLOGIN-SYSTEM-PHP-OOP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FLOGIN-SYSTEM-PHP-OOP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NATASHA-ct","download_url":"https://codeload.github.com/NATASHA-ct/LOGIN-SYSTEM-PHP-OOP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NATASHA-ct%2FLOGIN-SYSTEM-PHP-OOP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32798558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["mysql","oop-principles","php","xampp-server"],"created_at":"2024-11-13T11:43:34.786Z","updated_at":"2026-05-08T21:34:50.145Z","avatar_url":"https://github.com/NATASHA-ct.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Login-and-Register-system-using-OOP\n\nLogin and Register system created using OOP PHP. An object oriented authentication system gives a user the ability to register，log in, logout and includes features like validation, session saving, salt-hash-encrypted passwords, error handlers.\n\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n- PHP\n- MySql\n- Css\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n#### Homepage with\n- **[Login]**\n- **[Logout]**\n- **[Signup]**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \n![php login](https://user-images.githubusercontent.com/106079814/221407466-30dd6fc7-de31-4b1f-837f-23a102c354bc.jpg)\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- Basic OOP PHP\n- PHP form validation\n- PHP error handling\n- MySql\n- Xampp\n\n\n### Setup\n\nClone this repository to your desired folder:\n\n- https://github.com/NATASHA-ct/LOGIN-SYSTEM-PHP-OOP.git\n\n - You can download this OOP login and Register system as a ZIP and enter your database details in the dbh.classes.php file.\n \n```\n protected function connect(){\n        // error handling\n        try {\n            $username = \"USERNAME GOES HERE\";\n            $password = \"PASSWORD GOES HERE\";\n            $dbh = new PDO('mysql:host=HOST NAME GOES HERE;dbname=DATABASE NAME GOES HERE', $username, $password);\n            return $dbh;\n        } catch (PDOExceotion $e) {\n            print \"Error! \". $e-\u003egetMessage().\"\u003cbr/\u003e\";\n            die();\n        }\n  \n```\n\n## 👥 Author\n👤 **NATASHA TATENDA CHIROMBE**\n\n- GitHub: [@NATASHA-ct]((https://github.com/NATASHA-ct)\n- Twitter: [@NatashaChirombe]\n- LinkedIn: [Natasha Chirombe](linkedin.com/in/natasha-chirombe-1531aa17b)\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\nDani Krossing(Tutor)\n\u003c/a\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatasha-ct%2Flogin-system-php-oop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatasha-ct%2Flogin-system-php-oop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatasha-ct%2Flogin-system-php-oop/lists"}