{"id":23762046,"url":"https://github.com/sameer266/php","last_synced_at":"2025-06-22T19:07:31.358Z","repository":{"id":262640745,"uuid":"887896425","full_name":"sameer266/php","owner":"sameer266","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-13T13:40:46.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T19:06:44.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sameer266.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":"2024-11-13T13:24:31.000Z","updated_at":"2024-11-13T13:40:50.000Z","dependencies_parsed_at":"2024-11-13T14:40:02.110Z","dependency_job_id":null,"html_url":"https://github.com/sameer266/php","commit_stats":null,"previous_names":["sameer266/php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sameer266/php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameer266%2Fphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameer266%2Fphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameer266%2Fphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameer266%2Fphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameer266","download_url":"https://codeload.github.com/sameer266/php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameer266%2Fphp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261348748,"owners_count":23145312,"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":[],"created_at":"2024-12-31T21:16:11.990Z","updated_at":"2025-06-22T19:07:26.343Z","avatar_url":"https://github.com/sameer266.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"BusQueue Feedback System\nA simple feedback submission page created as part of the BusQueue project. This project is designed to collect user feedback to improve the platform.\n\nFeatures\nFeedback form to collect user input (name, email, feedback)\nSimple HTML/CSS interface\nPHP script for handling feedback submissions\nInstallation\nPrerequisites\nXAMPP: For setting up the local PHP environment and MySQL database.\nGit: For version control and GitHub integration (if modifying the project).\nSteps\nClone the Repository\n\nbash\nCopy code\ngit clone https://github.com/your-username/BusQueue-Feedback.git\ncd BusQueue-Feedback\nStart XAMPP\n\nStart Apache and MySQL from the XAMPP control panel.\nSet Up Database\n\nOpen phpMyAdmin.\nCreate a new database: busqueue_feedback\nImport the SQL file provided (located in database/busqueue_feedback.sql) into this database.\nConfigure Database in Project\n\nIf required, configure the database connection details in your PHP files (e.g., submit_feedback.php) to match your setup.\nRun the Project\n\nPlace the project folder in the htdocs directory of XAMPP.\nOpen http://localhost/BusQueue-Feedback in your browser.\nUsage\nNavigate to the Feedback page to submit feedback. The input data will be stored in the busqueue_feedback database created earlier.\n\nLicense\nThis project is open-source and available under the MIT License.\n\nDatabase \nxampp bus_queue\n1st==\u003eusers\n2nd ==\u003e stops\n3rd ==\u003e routes\nroutes :\nCREATE TABLE routes (\n    id INT AUTO_INCREMENT PRIMARY KEY,\n    bus_number VARCHAR(50) NOT NULL,\n    route VARCHAR(255) NOT NULL,\n    departure_time TIME NOT NULL\n);\nstops:\nCREATE TABLE stops (\n    id INT AUTO_INCREMENT PRIMARY KEY,\n    route_id INT,\n    name VARCHAR(255) NOT NULL,\n    lat DOUBLE NOT NULL,\n    lng DOUBLE NOT NULL,\n    estimated_time TIME NOT NULL,\n    FOREIGN KEY (route_id) REFERENCES routes(id)\n);\nusers:\nCREATE TABLE users (\n    id INT AUTO_INCREMENT PRIMARY KEY,\n    username VARCHAR(50) NOT NULL,\n    password VARCHAR(255) NOT NULL,\n    role ENUM('admin', 'user') NOT NULL\n);\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameer266%2Fphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameer266%2Fphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameer266%2Fphp/lists"}