{"id":19705264,"url":"https://github.com/ivansarabeev/school-system","last_synced_at":"2026-04-11T01:00:43.405Z","repository":{"id":212777598,"uuid":"732293753","full_name":"IvanSarabeev/School-System","owner":"IvanSarabeev","description":"This is a School Managment System, created by using the web framework Laravel with addition Laravel Breezer package so that users can Register or Login. In addition I've implemented a CRUD functionality if the user has an Auth status as Admin","archived":false,"fork":false,"pushed_at":"2024-02-08T18:20:06.000Z","size":134,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T12:18:05.518Z","etag":null,"topics":["blade","bootstrap","breeze-dark","laravel-breeze","laravel-framework","php8"],"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/IvanSarabeev.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-12-16T07:30:26.000Z","updated_at":"2024-04-18T09:54:57.000Z","dependencies_parsed_at":"2023-12-16T08:48:37.809Z","dependency_job_id":"fc907e58-1bbd-49e1-bd12-9286e92cf540","html_url":"https://github.com/IvanSarabeev/School-System","commit_stats":null,"previous_names":["ivansarabeev/school-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanSarabeev%2FSchool-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanSarabeev%2FSchool-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanSarabeev%2FSchool-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanSarabeev%2FSchool-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanSarabeev","download_url":"https://codeload.github.com/IvanSarabeev/School-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241020436,"owners_count":19895440,"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","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":["blade","bootstrap","breeze-dark","laravel-breeze","laravel-framework","php8"],"created_at":"2024-11-11T21:27:14.081Z","updated_at":"2025-12-31T01:14:04.276Z","avatar_url":"https://github.com/IvanSarabeev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"public function playMove($x, $y, $player) {\n        if ($this-\u003eboard[$x][$y] === '') {\n            $this-\u003eboard[$x][$y] = $player;\n            return true;\n        }\n        return false;\n    }\n\npublic function checkWinner() {\n        // Check rows\n        for ($i = 0; $i \u003c 3; $i++) {\n            if ($this-\u003eboard[$i][0] != '' \u0026\u0026\n                $this-\u003eboard[$i][0] == $this-\u003eboard[$i][1] \u0026\u0026\n                $this-\u003eboard[$i][1] == $this-\u003eboard[$i][2]) {\n                return $this-\u003eboard[$i][0];\n            }\n        }\n        // Check columns\n        for ($i = 0; $i \u003c 3; $i++) {\n            if ($this-\u003eboard[0][$i] != '' \u0026\u0026\n                $this-\u003eboard[0][$i] == $this-\u003eboard[1][$i] \u0026\u0026\n                $this-\u003eboard[1][$i] == $this-\u003eboard[2][$i]) {\n                return $this-\u003eboard[0][$i];\n            }\n        }\n        // Check diagonals\n        if ($this-\u003eboard[0][0] != '' \u0026\u0026\n            $this-\u003eboard[0][0] == $this-\u003eboard[1][1] \u0026\u0026\n            $this-\u003eboard[1][1] == $this-\u003eboard[2][2]) {\n            return $this-\u003eboard[0][0];\n        }\n        if ($this-\u003eboard[0][2] != '' \u0026\u0026\n            $this-\u003eboard[0][2] == $this-\u003eboard[1][1] \u0026\u0026\n            $this-\u003eboard[1][1] == $this-\u003eboard[2][0]) {\n            return $this-\u003eboard[0][2];\n        }\n        // No winner\n        return '';\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivansarabeev%2Fschool-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivansarabeev%2Fschool-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivansarabeev%2Fschool-system/lists"}