{"id":15023506,"url":"https://github.com/watchakorn-18k/php-project-final-2023","last_synced_at":"2026-02-23T20:19:04.808Z","repository":{"id":131108955,"uuid":"591553424","full_name":"watchakorn-18k/php-project-final-2023","owner":"watchakorn-18k","description":"Soccer management system 🏆🥅📝 built with PHP, manage teams \u0026 players with ease, track your progress.","archived":false,"fork":false,"pushed_at":"2024-03-05T17:29:43.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T18:43:42.366Z","etag":null,"topics":["php","php-2023","php-53","php-project","thailand","website"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/watchakorn-18k.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":"2023-01-21T04:11:02.000Z","updated_at":"2024-10-03T16:54:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"6645cc3e-dd64-4510-8528-e228d3945f94","html_url":"https://github.com/watchakorn-18k/php-project-final-2023","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watchakorn-18k%2Fphp-project-final-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watchakorn-18k%2Fphp-project-final-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watchakorn-18k%2Fphp-project-final-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watchakorn-18k%2Fphp-project-final-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/watchakorn-18k","download_url":"https://codeload.github.com/watchakorn-18k/php-project-final-2023/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324266,"owners_count":20273098,"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":["php","php-2023","php-53","php-project","thailand","website"],"created_at":"2024-09-24T19:59:08.306Z","updated_at":"2025-10-30T06:33:01.734Z","avatar_url":"https://github.com/watchakorn-18k.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soccer Management System\n\n\u003cimg align=\"center\" src=\"https://cdn.discordapp.com/attachments/581018943041306641/1214625754906759209/image.png?ex=65f9cb62\u0026is=65e75662\u0026hm=658ca96d1c1862275fc5184e001ffaf8953e5d32992c3f70227dad62063579d8\u0026\"\u003e\n\nA PHP-based application for managing soccer teams and players.\n\n## Features\n\n- Add teams and players to the system\n- View a list of all teams and players\n\n## Requirements\n\n- PHP 5.3 or higher\n- MariaDB database\n- Nginx\n\nyou can download [WinNMP.wtriple.com/](https://sourceforge.net/projects/wtnmp/files/latest/download) [windows only]\n\n## Database\n\nThe application uses a MySQL database named `db_soccer` with the following tables:\n\n- `tblpersonalsoccer` (`per_id`, `per_name`, `national`, `position`, `team_id`)\n- `tblteam` (`team_id`, `team_name`)\n\n## Installation\n\n1. Clone the repository\n2. Import the database file to MySQL\n\n```\nmysql -u [username] -p [password] \u003c db_soccer.sql\n```\n\n3. Edit the `connect.php` file with your database credentials\n\n```php\n$host = \"localhost\";\n$username = \"root\";\n$password = \"\";\n$dbname = \"db_soccer\";\n```\n\n4. Place the project in the web server's document root or set up a virtual host\n\n## Usage\n\n1. Access the application in your web browser\n\n```\nhttp://localhost/soccer-management-system\n```\n\n2. Use the navigation menu to add, view, edit, and delete teams and players.\n\n## Contribution\n\nIf you would like to contribute to this project, please fork the repository and create a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatchakorn-18k%2Fphp-project-final-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatchakorn-18k%2Fphp-project-final-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatchakorn-18k%2Fphp-project-final-2023/lists"}