verheijen/laravel-orders

Add the ability to create orders using the Mollie platform for payments.


Keywords
package, orders, payments, mollie, laravel, shipping, discounts, addresses
License
MIT

Documentation

Laravel Orders

This package adds functionality to your Laravel application which enables you to create and manage orders using the Mollie platform for payments.

Includes a system for:

  • orders
  • payments
  • shipping methods
  • addresses
  • discounts

The purpose of this package is to provide general functionality which can be integrated in any type of application. Therefor you will have to implement the logic yourself. There is a sample included in the "samples" directory.

Requirements

Installation

Configuration

Usage