PHPackages                             alkhachatryan/bagisto - 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. [Framework](/categories/framework)
4. /
5. alkhachatryan/bagisto

ActiveProject[Framework](/categories/framework)

alkhachatryan/bagisto
=====================

Bagisto Laravel ECommerce

0.1.8.1(6y ago)11MITPHPPHP ^7.1.3

Since Oct 30Pushed 6y agoCompare

[ Source](https://github.com/alkhachatryan/bagisto)[ Packagist](https://packagist.org/packages/alkhachatryan/bagisto)[ RSS](/packages/alkhachatryan-bagisto/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (23)Versions (19)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/c10d7dd360819c9917061f042c69f1c3709060da3678c4cce24b7d926d534186/68747470733a2f2f6261676973746f2e636f6d2f77702d636f6e74656e742f7468656d65732f6261676973746f2f696d616765732f6c6f676f2e706e67)](http://www.bagisto.com)

[![Total Downloads](https://camo.githubusercontent.com/1f867a74ed5f04cf8655d3bd4f955598021456052d7624ae436fb9dbff9fda5a/68747470733a2f2f706f7365722e707567782e6f72672f6261676973746f2f6261676973746f2f642f746f74616c2e737667)](https://packagist.org/packages/bagisto/bagisto)[![Latest Stable Version](https://camo.githubusercontent.com/a77d286b3701365e8e3b4e593a205b4b7ce21ffa934c7cd15db4824ecb9716e5/68747470733a2f2f706f7365722e707567782e6f72672f6261676973746f2f6261676973746f2f762f737461626c652e737667)](https://packagist.org/packages/bagisto/bagisto)[![License](https://camo.githubusercontent.com/8ac51a0c3330823771119353f033e9f450ed89238aa7d5cc9f77f91b8b31dc38/68747470733a2f2f706f7365722e707567782e6f72672f6261676973746f2f6261676973746f2f6c6963656e73652e737667)](https://packagist.org/packages/bagisto/bagisto)[![Backers on Open Collective](https://camo.githubusercontent.com/4ac4b5e7fb4af7ad6d7e728360fbbdbcfc16b8135e2efe4ab249566f898fe3e3/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6261676973746f2f6261636b6572732f62616467652e737667)](#backers)[![Sponsors on Open Collective](https://camo.githubusercontent.com/70648996e9dd2e56e8e884cd3d8faf89fe62ac45f002fa0d6901a7656303a7e2/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6261676973746f2f73706f6e736f72732f62616467652e737667)](#sponsors)

Topics
------

[](#topics)

1. [Introduction](#introduction)
2. [Documentation](#documentation)
3. [Requirements](#requirements)
4. [Installation &amp; Configuration](#installation-and-configuration)
5. [License](#license)
6. [Security Vulnerabilities](#security-vulnerabilities)
7. [Miscellaneous](#miscellaneous)

### Introduction

[](#introduction)

[Bagisto](https://www.bagisto.com) is a hand tailored E-Commerce framework built on some of the hottest opensource technologies such as [Laravel](https://laravel.com) (a [PHP](https://secure.php.net/) framework) and [Vue.js](https://vuejs.org)a progressive Javascript framework.

**Bagisto can help you to cut down your time, cost, and workforce for building online stores or migrating from physical stores to the ever demanding online world. Your business -- whether small or huge -- can benefit. And it's very simple to set it up.**

**Read our documentation: [Bagisto Docs](https://devdocs.bagisto.com/)**

**We also have a forum for any type of concerns, feature requests, or discussions. Please visit: [Bagisto Forums](https://forums.bagisto.com/)**

Visit our live [Demo](https://demo.bagisto.com)
===============================================

[](#visit-our-live-demo)

It packs in lots of features that will allow your E-Commerce business to scale in no time:

- Multiple Channels, Locale, Currencies.
- Built-in Access Control Layer.
- Beautiful and Responsive Storefront.
- Descriptive and Simple Admin Panel.
- Admin Dashboard.
- Custom Attributes.
- Built on Modular Approach.
- Support for Multiple Store Themes.
- Multistore Inventory System.
- Orders Management System.
- Customer Cart, Wishlist, Product Reviews.
- Simple, Configurable, Group, Bundle, Downloadable and Virtual Products.
- Price rules (Discount) inbuilt.
- Theme (Velocity).
- CMS Pages.
- Check out [these features and more](https://bagisto.com/features/).

**For Developers**: Take advantage of two of the hottest frameworks used in this project -- Laravel and Vue.js -- both of which have been used in Bagisto.

### Documentation

[](#documentation)

#### Bagisto Documentation

[](#bagisto-documentation-httpsdevdocsbagistocom)

### Requirements

[](#requirements)

- **OS**: Ubuntu 16.04 LTS or higher / Windows 7 or Higher (WampServer / XAMPP).
- **SERVER**: Apache 2 or NGINX.
- **RAM**: 3 GB or higher.
- **PHP**: 7.2.0 or higher.
- **Processor**: Clock Cycle 1 Ghz or higher.
- **For MySQL users**: 5.7.23 or higher.
- **For MariaDB users**: 10.2.7 or Higher.
- **Node**: 8.11.3 LTS or higher.
- **Composer**: 1.6.5 or higher.

### Installation and Configuration

[](#installation-and-configuration)

**1. You can install Bagisto by using the GUI installer.**

##### a. Download zip from the link below:

[](#a-download-zip-from-the-link-below)

[Download the latest release](https://github.com/bagisto/bagisto/releases/latest)

##### b. Extract the contents of zip and execute the project in your browser:

[](#b-extract-the-contents-of-zip-and-execute-the-project-in-your-browser)

```
http(s)://localhost/bagisto/public

```

or

```
http(s)://example.com/public

```

**2. Or you can install Bagisto from your console.**

##### Execute these commands below, in order

[](#execute-these-commands-below-in-order)

```
1. composer create-project bagisto/bagisto

```

```
2. php artisan bagisto:install

```

**To execute Bagisto**:

##### On server:

[](#on-server)

Warning: Before going into production mode we recommend you uninstall developer dependencies. In order to do that, run the command below:

> composer install --no-dev

```
Open the specified entry point in your hosts file in your browser or make an entry in hosts file if not done.

```

##### On local:

[](#on-local)

```
php artisan serve

```

**How to log in as admin:**

> *http(s)://example.com/admin/login*

```
email:admin@example.com
password:admin123

```

**How to log in as customer:**

*You can directly register as customer and then login.*

> *http(s)://example.com/customer/register*

### License

[](#license)

Bagisto is a truly opensource E-Commerce framework which will always be free under the [MIT License](https://github.com/bagisto/bagisto/blob/master/LICENSE).

### Security Vulnerabilities

[](#security-vulnerabilities)

Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in Bagisto then please email us: .

### Miscellaneous

[](#miscellaneous)

#### Contributors

[](#contributors)

This project is on [Open Collective](https://opencollective.com/bagisto) and it exists thanks to the people who contribute.

[![](https://camo.githubusercontent.com/8c8bc347a5318fc703571297bc33f0df6ec41b4db7d2ac3ee44eebe6c4d90941/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6261676973746f2f636f6e7472696275746f72732e7376673f77696474683d38393026627574746f6e3d66616c7365)](https://github.com/bagisto/bagisto/graphs/contributors)

#### Backers

[](#backers)

Thank you to all our backers! 🙏

[![](https://camo.githubusercontent.com/0f6d3da20e84bc3178b88ed34b17637dcaade40247276f939ae58ca25d849255/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6261676973746f2f6261636b6572732e7376673f77696474683d383930)](https://opencollective.com/bagisto#contributors)

#### Sponsors

[](#sponsors)

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

[![](https://camo.githubusercontent.com/26292655926cbde74f3e0d9599fee0fb557dc047ee7917acfc65282351dac3a0/68747470733a2f2f696d616765732e6f70656e636f6c6c6563746976652e636f6d2f7374617469632f696d616765732f6265636f6d655f73706f6e736f722e737667)](https://opencollective.com/bagisto/contribute/sponsor-7372/checkout)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~22 days

Recently: every ~33 days

Total

18

Last Release

2370d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1f08584e53602ccd15b0148ce1ffec061304848cb0e9af2658fee4100fdc6a7?d=identicon)[alkhachatryan](/maintainers/alkhachatryan)

---

Top Contributors

[![jitendra-webkul](https://avatars.githubusercontent.com/u/39991107?v=4)](https://github.com/jitendra-webkul "jitendra-webkul (2019 commits)")[![prashant-webkul](https://avatars.githubusercontent.com/u/41140572?v=4)](https://github.com/prashant-webkul "prashant-webkul (1236 commits)")[![rahulshukla-webkul](https://avatars.githubusercontent.com/u/42834394?v=4)](https://github.com/rahulshukla-webkul "rahulshukla-webkul (774 commits)")[![prateek-webkul](https://avatars.githubusercontent.com/u/48429511?v=4)](https://github.com/prateek-webkul "prateek-webkul (67 commits)")[![vivek-webkul](https://avatars.githubusercontent.com/u/28401696?v=4)](https://github.com/vivek-webkul "vivek-webkul (65 commits)")[![ghermans](https://avatars.githubusercontent.com/u/1594411?v=4)](https://github.com/ghermans "ghermans (48 commits)")[![AnnikaWolff](https://avatars.githubusercontent.com/u/57894757?v=4)](https://github.com/AnnikaWolff "AnnikaWolff (35 commits)")[![shubh-mehrotra](https://avatars.githubusercontent.com/u/90690524?v=4)](https://github.com/shubh-mehrotra "shubh-mehrotra (31 commits)")[![shivam-webkul](https://avatars.githubusercontent.com/u/50355852?v=4)](https://github.com/shivam-webkul "shivam-webkul (19 commits)")[![asif-webkul](https://avatars.githubusercontent.com/u/56350185?v=4)](https://github.com/asif-webkul "asif-webkul (19 commits)")[![aayushbhatt18](https://avatars.githubusercontent.com/u/53482391?v=4)](https://github.com/aayushbhatt18 "aayushbhatt18 (13 commits)")[![imanghafoori1](https://avatars.githubusercontent.com/u/6961695?v=4)](https://github.com/imanghafoori1 "imanghafoori1 (13 commits)")[![alkhachatryan](https://avatars.githubusercontent.com/u/22774727?v=4)](https://github.com/alkhachatryan "alkhachatryan (10 commits)")[![bosix](https://avatars.githubusercontent.com/u/26360670?v=4)](https://github.com/bosix "bosix (9 commits)")[![KarimQaderi](https://avatars.githubusercontent.com/u/32425175?v=4)](https://github.com/KarimQaderi "KarimQaderi (7 commits)")[![SteffenMahler](https://avatars.githubusercontent.com/u/57138594?v=4)](https://github.com/SteffenMahler "SteffenMahler (7 commits)")[![shaiv-webkul](https://avatars.githubusercontent.com/u/50437232?v=4)](https://github.com/shaiv-webkul "shaiv-webkul (7 commits)")[![monawithoutra](https://avatars.githubusercontent.com/u/58027155?v=4)](https://github.com/monawithoutra "monawithoutra (7 commits)")[![Nothehi](https://avatars.githubusercontent.com/u/43233476?v=4)](https://github.com/Nothehi "Nothehi (6 commits)")[![cagartner](https://avatars.githubusercontent.com/u/4007696?v=4)](https://github.com/cagartner "cagartner (6 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alkhachatryan-bagisto/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[bytefury/crater

Free &amp; Open Source Invoice App for Individuals &amp; Small Businesses. https://craterapp.com

8.3k4.2k](/packages/bytefury-crater)[jsdecena/laracom

Laravel powered e-commerce

2.0k4.4k](/packages/jsdecena-laracom)[marketplacekit/marketplacekit

Open source Marketplace Platform

8185.2k](/packages/marketplacekit-marketplacekit)

PHPackages © 2026

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