{"id":14974618,"url":"https://github.com/davidtrushkov/marketplace","last_synced_at":"2025-10-27T09:31:28.177Z","repository":{"id":37546967,"uuid":"106140044","full_name":"davidtrushkov/marketplace","owner":"davidtrushkov","description":"A file sharing website using Laravel 5.5","archived":false,"fork":false,"pushed_at":"2023-01-06T11:45:55.000Z","size":3144,"stargazers_count":25,"open_issues_count":14,"forks_count":22,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-01T04:41:20.295Z","etag":null,"topics":["ecommerce","file-sharing","laravel","laravel55","marketpalce","php","stripe"],"latest_commit_sha":null,"homepage":"http://marketplace.davidtrushkov.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/davidtrushkov.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}},"created_at":"2017-10-08T00:38:24.000Z","updated_at":"2023-09-19T07:34:30.000Z","dependencies_parsed_at":"2023-02-06T00:30:54.576Z","dependency_job_id":null,"html_url":"https://github.com/davidtrushkov/marketplace","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/davidtrushkov%2Fmarketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidtrushkov%2Fmarketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidtrushkov%2Fmarketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidtrushkov%2Fmarketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidtrushkov","download_url":"https://codeload.github.com/davidtrushkov/marketplace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238472013,"owners_count":19478144,"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":["ecommerce","file-sharing","laravel","laravel55","marketpalce","php","stripe"],"created_at":"2024-09-24T13:50:49.233Z","updated_at":"2025-10-27T09:31:27.510Z","avatar_url":"https://github.com/davidtrushkov.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/ShShlzA.png\"\u003e\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eMarketplace\u003c/h2\u003e\n\n## About Marketplace\n\nMarketplace is a file sharing website I made as an open source project where users can sign up, connect their accounts to Stripe and upload a file post along with its uploads to the site where guests and users can buy them (I use test data, and don't take real transactions for Stripe). This was made using Laravel 5.5 and used a mySQL database. The frontend was in Bootstrap 3.3.7.\n\n\n## Setup\n\nIf you decide to clone this project, you will need to make an .env file:\n```\ncp .env.example .env\nphp artisan key:generate\n```\n\n+ Once you do that, link the database credentials, and the mail credentials for email testing. I suggest using [mailtrap](https://mailtrap.io/)\n+ If you want to test using Sentry, link that up to SENTRY_DSN in.env file.\n+ Link up the RECAPTCHA_SECRET by going to [Google Recaptcha](https://www.google.com/recaptcha/intro/) and getting a key.\n\nThen you have to link your Stripe key, secret key and connect key. \n* To get your STRIPE_KEY and STRIPE_SECRET, signup/login into [Stripe](https://stripe.com/), switch data to test data by clicking the \"View Test Data\" on the left side navigation on your Stripe dashboard, then go to API and you will see your keys. \n\nI use Stripe Connect, which splits payments between parties. \n* To get your STRIPE_CONNECT_KEY, go to Connect then Settings on your dashboard. There you will see the STRIPE_CONNECT_KEY.\n* One more thing you will need to do in Stripe is set up a Redirect URL for once a user connects their stripe account to this project. To do that, go to Connect, Settings and there you have an option to setup a redirect URL. The URL will be ``` \u003cyour-domain\u003e/account/connect/complete ```\nFor example:\n+ ``` localhost:8080/account/connect/complete ```\n+ ``` marketplace.dev/account/connect/complete ```\n\nIf you want to test how the connect works, you will have to make a second account on Stripe, then once you make a new user, Connect that account with the second Stripe account you made. Additionally, you can upload a logo on Stripe for when users connect to this website under the Branding section.\n\nTo control how much you take as the site owner, go to ``` config/marketplace.php ``` then you can edit what commission you get. Default set to 20 (%20)\n\n## Security Vulnerabilities and Other Problems\n\nIf you discover a security vulnerability or any other bugs within this app, please make a Issue on here. This website is not meant to be in production.\n\n## License\n\nMIT License\n\nCopyright (c) [year] [fullname]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidtrushkov%2Fmarketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidtrushkov%2Fmarketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidtrushkov%2Fmarketplace/lists"}