{"id":13462265,"url":"https://github.com/aasisvinayak/flymyshop","last_synced_at":"2026-01-13T22:50:08.681Z","repository":{"id":56939094,"uuid":"66875598","full_name":"aasisvinayak/flymyshop","owner":"aasisvinayak","description":"FlyMyShop : A free open source e-commerce platform for online merchants ","archived":false,"fork":false,"pushed_at":"2017-09-04T11:57:54.000Z","size":3304,"stargazers_count":61,"open_issues_count":3,"forks_count":41,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-04T06:17:22.798Z","etag":null,"topics":["ecommerce","laravel","php","shop","shopping-cart","stripe","worldpay"],"latest_commit_sha":null,"homepage":"https://flymyshop.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aasisvinayak.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}},"created_at":"2016-08-29T19:51:38.000Z","updated_at":"2024-02-28T11:56:40.000Z","dependencies_parsed_at":"2022-08-21T01:40:28.684Z","dependency_job_id":null,"html_url":"https://github.com/aasisvinayak/flymyshop","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/aasisvinayak/flymyshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasisvinayak%2Fflymyshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasisvinayak%2Fflymyshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasisvinayak%2Fflymyshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasisvinayak%2Fflymyshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aasisvinayak","download_url":"https://codeload.github.com/aasisvinayak/flymyshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aasisvinayak%2Fflymyshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","laravel","php","shop","shopping-cart","stripe","worldpay"],"created_at":"2024-07-31T12:00:43.295Z","updated_at":"2026-01-13T22:50:08.659Z","avatar_url":"https://github.com/aasisvinayak.png","language":"PHP","funding_links":[],"categories":["Laravel","PHP"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/aasisvinayak/flymyshop.svg?branch=master)](https://travis-ci.org/aasisvinayak/flymyshop)\n[![Latest Stable Version](https://poser.pugx.org/aasisvinayak/shop/v/stable)](https://packagist.org/packages/aasisvinayak/shop)\n[![License](https://poser.pugx.org/aasisvinayak/shop/license)](https://packagist.org/packages/aasisvinayak/shop)\n[![StyleCI](https://styleci.io/repos/66875598/shield)](https://styleci.io/repos/66875598)\n[![Total Downloads](https://poser.pugx.org/aasisvinayak/shop/d/total.svg)](https://packagist.org/packages/aasisvinayak/shop)\n\n\n# FlyMyShop\n\nA free open source e-commerce platform for online merchants based on customised version of Laravel.\n\n![FlyMyShop Demo](/thumbnail.png)\n\n# Overview\n\nFlyMyShop is a fully fledged e-commerce platform for online merchants. \n\n- Free and open source\n- Users can view, search and buy products\n- Admin has the ability to add, edit and remove products, categories and shop pages\n- Integrated with Stripe\n- Integrated with Telegram messaging (for order update)\n- Users can add multiple credit cards to their account\n- Social login - Users can login using their facebook account\n- Manage orders and payments\n- Ability to refund orders\n- Throttling to protect against brute force attacks\n- reCAPTCHA to prevent abuse\n- Newsletter support (Integrated MailChimp)\n- Multi-currency support\n\n## Official Documentation\n\nDocumentation for the FlyMyShop can be found on the [official website](https://flymyshop.com/docs/).\n\n# Features\n\n- Add custom shop themes\n- Add plugins to extend the features\n- OS independent\n- Laravel based\n\n#Automated Installation and Shop Configuration\n\nPlease follow the steps below to install FlyMyShop on your web server\n\na. Download [this zip](https://github.com/aasisvinayak/flymyshop/releases/download/v0.0.3/flymyshop-v0.0.3.zip) file\nb. Unzip and upload to your server\nc. Visit the public folder\nd. Follow the instructions\n\nPlease make sure that only public directory is visible to the outside world!\n\n#  Installation Methods\n \n You can also install FlyMyShop in the following ways as well:\n\na. Manual\n\nDownload the release and follow the steps below:\n\n```\n  - composer install\n  - cd  core \n  - cp .env.example .env\n  - complete .env values (optional)\n  - chmod -R 777 storage\n  - php artisan key:generate \n  - php artisan migrate  (if prompted say yes)\n  - php artisan db:seed (if prompted say yes)\n  - php artisan serve --port=8000 --host=localhost \u0026\n```\n\nb. Using Composer\n\n```\ncomposer create-project --prefer-dist aasisvinayak/shop\n\n```\n\nc. Docker\n\n```\ndocker pull aasisvinayak/flymyshop\n```\n\nPlease make sure that Apache is running in your docker container if the shop fails to load.\n\n#Get Started\n\nIf you have pull the release via composer, please go to the 'shop' folder and issue\n\n```\nphp artisan serve --port 8000\n```\n\nThe application will be available at http://localhost:8000\n\n\nIf you would like to try FlyMyShop using Apache or Nginx, please upload the whole directory to the web server and point the server root to the public folder inside the shop directory\n\n\n#Database\n\nThe default is sqlite and you can change this to any other database as you please. For example, if you wish to use mysql please update the .env file as follows:\n\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\t\t\nDB_PORT=3306\t\t\nDB_DATABASE=database_name\t\t\nDB_USERNAME=username\t\t\nDB_PASSWORD=secret\n\n```\n\n#Seed Users\n\nWhen you install the project, it creates two users for you:\n\ntest@example.com and \nuser@example.com\n\nThe first one is an administrator and the second one a regular user. The default password for both are passw0rd. \nYou can manually update the database to update the email.\n\n\n#Testing\n\nRun the tests with (please make sure the values for testing are filled in correctly in the config/database.php file and .env):\n\n``` bash\nvendor/bin/phpunit\n```\n\n# How to contribute\n\nIf you wish to contribute please fork the repository, edit and submit a pull request.\n\n# License\n\nGNU General Public License version 3 (GPLv3)\n\n# Links\n\n[Fly My Cloud Limited Homepage](https://www.flymycloud.com)\nDemo (coming soon)\n\n#Contributors\n\n[Aasis Vinayak (acev)](https://aasisvinayak.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faasisvinayak%2Fflymyshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faasisvinayak%2Fflymyshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faasisvinayak%2Fflymyshop/lists"}