PHPackages                             bagisto/bulk-add-to-cart - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bagisto/bulk-add-to-cart

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bagisto/bulk-add-to-cart
========================

allow customers to upload bulk data to cart.

721Blade

Since Jan 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bagisto/bagsito-bulk-add-to-cart)[ Packagist](https://packagist.org/packages/bagisto/bulk-add-to-cart)[ RSS](/packages/bagisto-bulk-add-to-cart/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
============

[](#introduction)

Bagisto Bulk Add to Cart add-on allow customers to upload bulk data to cart.

Requirements:
-------------

[](#requirements)

- **Bagisto**: v1.3.2.

Installation with composer:
---------------------------

[](#installation-with-composer)

- Run the following command

```
composer require bagisto/bagisto-bulk-add-to-cart

```

-Goto vendor/bagisto/bagisto-bulkaddtocart and copy the storage folder and merge it into project root directory.

- Run these commands below to complete the setup

```
composer dump-autoload

```

```
php artisan route:cache
php artisan optimize

```

```
php artisan vendor:publish --force

-> Press the number before BulkAddToCartServiceProvider and then press enter to publish all assets and configurations.

```

Installation without composer:
------------------------------

[](#installation-without-composer)

- Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
- Goto config/app.php file and add following line under 'providers'

```
Webkul\BulkAddToCart\Providers\BulkAddToCartServiceProvider::class

```

- Goto composer.json file and add following line under 'psr-4'

```
"Webkul\\BulkAddToCart\\": "packages/Webkul/BulkAddToCart/src"

```

- Run these commands below to complete the setup

```
composer dump-autoload

```

```
php artisan route:cache

```

```
php artisan optimize

```

```
php artisan vendor:publish --force

-> Press the number before BulkAddToCartServiceProvider and then press enter to publish all assets and configurations.

```

> That's it, now just execute the project on your specified domain.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![naresh-webkul](https://avatars.githubusercontent.com/u/48952272?v=4)](https://github.com/naresh-webkul "naresh-webkul (1 commits)")

---

Tags

bulk-addbulk-add-cartbulk-operationecommercelaravelopensource

### Embed Badge

![Health badge](/badges/bagisto-bulk-add-to-cart/health.svg)

```
[![Health](https://phpackages.com/badges/bagisto-bulk-add-to-cart/health.svg)](https://phpackages.com/packages/bagisto-bulk-add-to-cart)
```

###  Alternatives

[commerceguys/enum

A PHP 5.4+ enumeration library.

961.9M7](/packages/commerceguys-enum)[symfony/ux-svelte

Integration of Svelte in Symfony

30117.0k](/packages/symfony-ux-svelte)[danog/better-prometheus

A better Prometheus library for PHP applications

13179.5k2](/packages/danog-better-prometheus)[nwogu/bagpack

Organize your migration files into proper directories by tables

271.4k](/packages/nwogu-bagpack)

PHPackages © 2026

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