PHPackages                             aasisvinayak/shop - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. aasisvinayak/shop

ActiveProject[Payment Processing](/categories/payments)

aasisvinayak/shop
=================

A free open source e-commerce platform for online merchants

v0.0.3(9y ago)6338.5k40[3 issues](https://github.com/aasisvinayak/flymyshop/issues)GPL-3.0+PHPPHP &gt;=5.5.9CI failing

Since Sep 4Pushed 8y ago10 watchersCompare

[ Source](https://github.com/aasisvinayak/flymyshop)[ Packagist](https://packagist.org/packages/aasisvinayak/shop)[ RSS](/packages/aasisvinayak-shop/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (18)Versions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/57bc67fbc4a35b77dcc91332b9e8f4927357be1c090e6f6fde829e9470788574/68747470733a2f2f7472617669732d63692e6f72672f616173697376696e6179616b2f666c796d7973686f702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aasisvinayak/flymyshop)[![Latest Stable Version](https://camo.githubusercontent.com/1bb2a6a2be8505e130066b35b185f63d04512f917afef937f1af2b2852672a9f/68747470733a2f2f706f7365722e707567782e6f72672f616173697376696e6179616b2f73686f702f762f737461626c65)](https://packagist.org/packages/aasisvinayak/shop)[![License](https://camo.githubusercontent.com/09de47ffee4128e1f3fbf8104443e7cb0db22869736dbed12bf1da4f59022d4f/68747470733a2f2f706f7365722e707567782e6f72672f616173697376696e6179616b2f73686f702f6c6963656e7365)](https://packagist.org/packages/aasisvinayak/shop)[![StyleCI](https://camo.githubusercontent.com/63e15396435f39448a30d19486c7da97c7e8f73bd87e94b94c168f7627c75a8e/68747470733a2f2f7374796c6563692e696f2f7265706f732f36363837353539382f736869656c64)](https://styleci.io/repos/66875598)[![Total Downloads](https://camo.githubusercontent.com/bfeaa6b813c00beae6fcab8699d446544f1b634b26ac0181a3d22e55eff41f2d/68747470733a2f2f706f7365722e707567782e6f72672f616173697376696e6179616b2f73686f702f642f746f74616c2e737667)](https://packagist.org/packages/aasisvinayak/shop)

FlyMyShop
=========

[](#flymyshop)

A free open source e-commerce platform for online merchants based on customised version of Laravel.

[![FlyMyShop Demo](/thumbnail.png)](/thumbnail.png)

Overview
========

[](#overview)

FlyMyShop is a fully fledged e-commerce platform for online merchants.

- Free and open source
- Users can view, search and buy products
- Admin has the ability to add, edit and remove products, categories and shop pages
- Integrated with Stripe
- Integrated with Telegram messaging (for order update)
- Users can add multiple credit cards to their account
- Social login - Users can login using their facebook account
- Manage orders and payments
- Ability to refund orders
- Throttling to protect against brute force attacks
- reCAPTCHA to prevent abuse
- Newsletter support (Integrated MailChimp)
- Multi-currency support

Official Documentation
----------------------

[](#official-documentation)

Documentation for the FlyMyShop can be found on the [official website](https://flymyshop.com/docs/).

Features
========

[](#features)

- Add custom shop themes
- Add plugins to extend the features
- OS independent
- Laravel based

\#Automated Installation and Shop Configuration

Please follow the steps below to install FlyMyShop on your web server

a. Download [this zip](https://github.com/aasisvinayak/flymyshop/releases/download/v0.0.3/flymyshop-v0.0.3.zip) file b. Unzip and upload to your server c. Visit the public folder d. Follow the instructions

Please make sure that only public directory is visible to the outside world!

Installation Methods
====================

[](#installation-methods)

You can also install FlyMyShop in the following ways as well:

a. Manual

Download the release and follow the steps below:

```
  - composer install
  - cd  core
  - cp .env.example .env
  - complete .env values (optional)
  - chmod -R 777 storage
  - php artisan key:generate
  - php artisan migrate  (if prompted say yes)
  - php artisan db:seed (if prompted say yes)
  - php artisan serve --port=8000 --host=localhost &

```

b. Using Composer

```
composer create-project --prefer-dist aasisvinayak/shop

```

c. Docker

```
docker pull aasisvinayak/flymyshop

```

Please make sure that Apache is running in your docker container if the shop fails to load.

\#Get Started

If you have pull the release via composer, please go to the 'shop' folder and issue

```
php artisan serve --port 8000

```

The application will be available at

If 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

\#Database

The 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:

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=database_name
DB_USERNAME=username
DB_PASSWORD=secret

```

\#Seed Users

When you install the project, it creates two users for you:

 and

The first one is an administrator and the second one a regular user. The default password for both are passw0rd. You can manually update the database to update the email.

\#Testing

Run the tests with (please make sure the values for testing are filled in correctly in the config/database.php file and .env):

```
vendor/bin/phpunit
```

How to contribute
=================

[](#how-to-contribute)

If you wish to contribute please fork the repository, edit and submit a pull request.

License
=======

[](#license)

GNU General Public License version 3 (GPLv3)

Links
=====

[](#links)

[Fly My Cloud Limited Homepage](https://www.flymycloud.com)Demo (coming soon)

\#Contributors

[Aasis Vinayak (acev)](https://aasisvinayak.com)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~11 days

Total

3

Last Release

3555d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1072908?v=4)[Ace Vinayak](/maintainers/aasisvinayak)[@aasisvinayak](https://github.com/aasisvinayak)

---

Top Contributors

[![aasisvinayak](https://avatars.githubusercontent.com/u/1072908?v=4)](https://github.com/aasisvinayak "aasisvinayak (227 commits)")

---

Tags

ecommercelaravelphpshopshopping-cartstripeworldpaylaravelshope-commerce

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aasisvinayak-shop/health.svg)

```
[![Health](https://phpackages.com/badges/aasisvinayak-shop/health.svg)](https://phpackages.com/packages/aasisvinayak-shop)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k169.0k9](/packages/bagisto-bagisto)[statamic/cms

The Statamic CMS Core Package

4.8k3.5M925](/packages/statamic-cms)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
