PHPackages                             bagisto/bagisto-standard - 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. bagisto/bagisto-standard

AbandonedArchivedProject[Framework](/categories/framework)

bagisto/bagisto-standard
========================

Bagisto Laravel ECommerce

v1.0.4(5y ago)1011.8k6[1 issues](https://github.com/bagisto/bagisto-standard/issues)MITPHP

Since May 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bagisto/bagisto-standard)[ Packagist](https://packagist.org/packages/bagisto/bagisto-standard)[ Fund](https://opencollective.com/bagisto)[ RSS](/packages/bagisto-bagisto-standard/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (1)Versions (6)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-standard

```

```
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

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

5

Last Release

2142d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b12adc21e990c055e325a3c07339b3d4d313efd49f98a768c1a86fc7776f2b86?d=identicon)[Jitendra Singh](/maintainers/Jitendra%20Singh)

---

Top Contributors

[![devansh-webkul](https://avatars.githubusercontent.com/u/68321766?v=4)](https://github.com/devansh-webkul "devansh-webkul (15 commits)")[![ghermans](https://avatars.githubusercontent.com/u/1594411?v=4)](https://github.com/ghermans "ghermans (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![jitendra-webkul](https://avatars.githubusercontent.com/u/39991107?v=4)](https://github.com/jitendra-webkul "jitendra-webkul (4 commits)")

---

Tags

frameworklaravel

### Embed Badge

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

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)

PHPackages © 2026

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