PHPackages                             koind/multi-basket - 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. koind/multi-basket

ActiveProject

koind/multi-basket
==================

A universal component of the basket that can be used in any php framework.

1.0(7y ago)110MITPHPPHP ^7.2

Since Jul 17Pushed 7y agoCompare

[ Source](https://github.com/koind/multi-basket)[ Packagist](https://packagist.org/packages/koind/multi-basket)[ RSS](/packages/koind-multi-basket/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Multi-basket
============

[](#multi-basket)

A universal component of the basket that can be used in any php framework.

Installation
------------

[](#installation)

Run the following command from you terminal:

```
composer require "koind/multi-basket: ^1.0"
```

or add this to require section in your composer.json file:

```
"koind/multi-basket": "^1.0"

```

then run `composer update`

Usage
-----

[](#usage)

First, you need to plug the required classes and initialized this classes. Next, create an instance of the Cart class by passing the appropriate arguments. Congratulations You can use the functionality of the basket.

```
