hamjoint / mustard
The open source marketplace platform.
Requires
- php: >=5.5.9
- dansmith/laravel5-foundation: dev-master
- doctrine/dbal: ^2.5
- erusev/parsedown: ^1.5
- laravel/framework: ^5.0
- pda/pheanstalk: ^3.0
- tjbp/countries: @dev
- tjbp/eloquent-joins: @dev
- tjbp/tablelegs: @dev
Requires (Dev)
- fzaninotto/faker: ^1.5
- laravel/laravel: dev-master
- phpunit/phpunit: ^4.0
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is not auto-updated.
Last update: 2024-11-05 04:08:05 UTC
README
Mustard is an open source marketplace platform, similar to eBay. It is developed and maintained by Hamjoint CIC for Hamjoint Market, a marketplace dedicated to amateur radio and electronics.
Mustard is dependent on several components of the Laravel framework, and supports Composer for dependency management. Building a Mustard-based application requires some knowledge of PHP development.
Features
- User accounts
- Classifieds adverts
- Email notifications
- Auctions (via mustard-auctions module)
- Purchasing system (via mustard-commerce module)
- User feedback (via mustard-feedback module)
- Paypal support (via mustard-paypal module)
- Stripe support (via mustard-stripe module)
- Messaging (via mustard-messaging module)
- Photo & video uploads (via mustard-media module)
- Helpdesk & dispute resolution (via mustard-helpdesk module)
- Full documentation
Requirements
See composer.json.
Installation
Via Composer (using Packagist)
composer require hamjoint/mustard
Licence
Mustard is free and gratis software licensed under the GPL3 licence. This allows you to use Mustard for commercial purposes, but any derivative works (adaptations to the code) must also be released under the same licence. Mustard is built upon the Laravel framework, which is licensed under the MIT licence.