Download the PHP package mindpowered/shoppingcart without Composer
On this page you can find all versions of the php package mindpowered/shoppingcart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mindpowered/shoppingcart
More information about mindpowered/shoppingcart
Files in mindpowered/shoppingcart
Package shoppingcart
Short Description Shopping Cart for Online Shopping
License MIT
Informations about the package shoppingcart
shoppingcart
Shopping Cart for Online Shopping
Contents
- Source Code and Documentation
- Requirements
- Installation
- Support
- Licensing
Source Code and Documentation
- Source Code: https://github.com/mindpowered/shopping-cart-php
- Documentation: https://mindpowered.github.io/shopping-cart-php
Requirements
- php >= 7
- php
mbstring
extension - php
xml
extension
Third-party dependencies may have additional requirements.
Installation
You can get shoppingcart using Composer. Composer manages dependencies for packages from Packagist and you can get it here: https://getcomposer.org/ .
Create a composer.json file in the top-most directory of your project and add mindpowered/shoppingcart
to the requirements:
Now you can run the command to update composer: composer update
. In order for composer to install the package dependencies you will need an archive manager such as zip installed. Composer requires use of the commands zip
and unzip
.
Support
We are here to support using this package. If it doesn't do what you're looking for, isn't working, or you just need help, please Contact us.
There is also a public Issue Tracker available for this package.
Licensing
This package is released under the MIT License. The MIT License has no restrictions on commercial use and permits reuse within proprietary software. It is also FSF approved, OSI approved, and GPL compatible.