{"id":24086064,"url":"https://github.com/sha-env/Payment-Gateway-Website","last_synced_at":"2025-10-02T22:30:37.699Z","repository":{"id":269538837,"uuid":"903992983","full_name":"guanshiyin28/Payment-Gateway-Website","owner":"guanshiyin28","description":"Simple Payment Gateway Website","archived":false,"fork":false,"pushed_at":"2025-01-04T18:16:15.000Z","size":7574,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T01:56:09.220Z","etag":null,"topics":["midtrans","midtrans-php","midtrans-snap"],"latest_commit_sha":null,"homepage":"https://simple-payment-gateaway.guanshiyinnn.com/","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/guanshiyin28.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-12-16T03:32:33.000Z","updated_at":"2025-01-07T14:32:00.000Z","dependencies_parsed_at":"2024-12-24T18:32:20.830Z","dependency_job_id":null,"html_url":"https://github.com/guanshiyin28/Payment-Gateway-Website","commit_stats":null,"previous_names":["guanshiyin28/payment-gateway-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FPayment-Gateway-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FPayment-Gateway-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FPayment-Gateway-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanshiyin28%2FPayment-Gateway-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guanshiyin28","download_url":"https://codeload.github.com/guanshiyin28/Payment-Gateway-Website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235046994,"owners_count":18927491,"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":["midtrans","midtrans-php","midtrans-snap"],"created_at":"2025-01-10T01:56:13.226Z","updated_at":"2025-10-02T22:30:37.689Z","avatar_url":"https://github.com/guanshiyin28.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Payment Gateway Website\n\nThis repository serves as a foundation for building a secure and efficient payment gateway website.\n\n\u003chr\u003e\u003cbr\u003e\n\n## Purpose of This Repository\n\nThis repository contains the source code for a payment gateway website. The project demonstrates fundamental principles of secure online transactions and provides a solid foundation for further exploration of payment gateway integrations.\n\n\u003chr\u003e\u003cbr\u003e\n\n## Demonstration\n\nCheck out the live demo of the Payment Gateway Website [here](https://simple-payment-gateaway.guanshiyinnn.com/).\n\n### Program Function Demonstration\n\nHere is a demonstration of the basic payment processing function:\n\n```javascript\n// filepath: /opt/lampp/htdocs/Payment-Gateway-Website/src/paymentProcessor.js\nfunction processPayment(amount, paymentMethod) {\n  // ...existing code...\n  if (paymentMethod === \"creditCard\") {\n    // Process credit card payment\n  } else if (paymentMethod === \"paypal\") {\n    // Process PayPal payment\n  }\n  // ...existing code...\n  return paymentStatus;\n}\n```\n\n\u003chr\u003e\u003cbr\u003e\n\n## Features\n\n- Secure payment processing\n- Multiple payment methods (credit card, PayPal, etc.)\n- User-friendly interface\n- Real-time transaction updates\n\n\u003chr\u003e\u003cbr\u003e\n\n## Technologies Used\n\n- HTML5\n- CSS3\n- JavaScript\n\n\u003chr\u003e\u003cbr\u003e\n\n## Project Setup\n\n1. **Install XAMPP**\n2. **Clone this repository**\n\n```bash\ngit clone https://github.com/guanshiyin28/Payment-Gateway-Website.git\n```\n\n3. **Direct to directory**\n\n```bash\ncd Payment-Gateway-Website\n```\n\n4. **Move the project to the XAMPP htdocs directory**\n\n```bash\nmv Payment-Gateway-Website /opt/lampp/htdocs/\n```\n\n\u003chr\u003e\u003cbr\u003e\n\n## Steps to Run\n\n1. **Start the Apache server in XAMPP**\n2. **Open your web browser and navigate to**\n\n```bash\nhttp://localhost/Payment-Gateway-Website\n```\n\n\u003chr\u003e\u003cbr\u003e\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n\u003chr\u003e\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n   \u003ca href=\"https://www.instagram.com/yourusername/\"\u003e\n      \u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026height=200\u0026color=100:393E46,20:F7F7F7\u0026section=footer\u0026reversal=false\u0026textBg=false\u0026fontAlignY=50\u0026descAlign=48\u0026descAlignY=59\"/\u003e\n   \u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsha-env%2FPayment-Gateway-Website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsha-env%2FPayment-Gateway-Website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsha-env%2FPayment-Gateway-Website/lists"}